From 1cf9ecf8ca8dcc58ec9eab75dcce332c22036904 Mon Sep 17 00:00:00 2001 From: rq Date: Sun, 5 May 2024 14:52:11 +0800 Subject: [PATCH] 11 --- src/views/modules/production/dailyPlanReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/production/dailyPlanReport.vue b/src/views/modules/production/dailyPlanReport.vue index 749c859..1274db1 100644 --- a/src/views/modules/production/dailyPlanReport.vue +++ b/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