h5_standard/src/views/workOrder/workOrderReporting.vue
@@ -962,7 +962,7 @@ if (info.value.bomType === 1) { // 拉式 console.log('拉式') statisticsData.value = [] if (produceFrom.qualified <= 0) { if (produceFrom.qualified <= 0 && produceFrom.undesirable <= 0) { Toast.fail({ message: '产出明细不能为空' }) return } @@ -1121,7 +1121,7 @@ Toast.fail({ message: '投料明细不能为空' }) return } if (produceFrom.qualified <= 0) { if (produceFrom.qualified <= 0 && produceFrom.undesirable <= 0) { Toast.fail({ message: '产出明细不能为空' }) return }