rq 2 years ago
parent
commit
1cf9ecf8ca
  1. 4
      src/views/modules/production/dailyPlanReport.vue

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

@ -435,7 +435,7 @@
},
reportTaskModal(row){
if(row.orderRef1==''|row.orderRef1==null){
if(row.orderRef1==''||row.orderRef1==null){
this.reportFlag=true
}else {
this.reportFlag=false
@ -532,7 +532,7 @@
return false
}else {
let row=list[0]
if(row.orderRef1==''|row.orderRef1==null){
if(row.orderRef1==''||row.orderRef1==null){
this.reportFlag=true
}else {
this.reportFlag=false

Loading…
Cancel
Save