diff --git a/src/views/modules/production/dailyPlanReport.vue b/src/views/modules/production/dailyPlanReport.vue index 019ebd7..ba6e6c9 100644 --- a/src/views/modules/production/dailyPlanReport.vue +++ b/src/views/modules/production/dailyPlanReport.vue @@ -532,6 +532,10 @@ return false }else { let row=list[0] + if(row.flFlag=='N'){ + this.$message.error("尚未发料,不允许报工!") + return + } if(row.orderRef1==''||row.orderRef1==null){ this.reportFlag=true }else {