From 8f8fb174f3fa07b1c12e287cbd1ec7353e11c766 Mon Sep 17 00:00:00 2001 From: rq Date: Sun, 5 May 2024 14:46:05 +0800 Subject: [PATCH] 11 --- src/views/modules/production/dailyPlanReport.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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;