Browse Source

混炼胶报工 增加发料限制

master
赵宏斌 3 months ago
parent
commit
1e691d3d65
  1. 4
      src/views/modules/production/dailyPlanReport.vue

4
src/views/modules/production/dailyPlanReport.vue

@ -532,6 +532,10 @@
return false return false
}else { }else {
let row=list[0] let row=list[0]
if(row.flFlag=='N'){
this.$message.error("尚未发料,不允许报工!")
return
}
if(row.orderRef1==''||row.orderRef1==null){ if(row.orderRef1==''||row.orderRef1==null){
this.reportFlag=true this.reportFlag=true
}else { }else {

Loading…
Cancel
Save