diff --git a/src/views/modules/production/dailyPlanReport.vue b/src/views/modules/production/dailyPlanReport.vue index 3770a3f..749c859 100644 --- a/src/views/modules/production/dailyPlanReport.vue +++ b/src/views/modules/production/dailyPlanReport.vue @@ -226,7 +226,7 @@ - + @@ -265,6 +265,7 @@ }, data () { return { + reportFlag:false, searchData:{ taskNo:'', partNo:'', @@ -434,7 +435,11 @@ }, reportTaskModal(row){ - + if(row.orderRef1==''|row.orderRef1==null){ + this.reportFlag=true + }else { + this.reportFlag=false + } this.reportData.site=row.site; this.reportData.taskNo=row.taskNo; this.reportData.qtyRequired=row.taskQty; @@ -527,6 +532,11 @@ return false }else { let row=list[0] + if(row.orderRef1==''|row.orderRef1==null){ + this.reportFlag=true + }else { + this.reportFlag=false + } this.reportData.site=row.site; this.reportData.taskNo=row.taskNo; this.reportData.qtyRequired=row.taskQty;