From 1e691d3d655ab5e80dc2bdef207f26be3fad1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Tue, 21 Oct 2025 15:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E7=82=BC=E8=83=B6=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=20=20=E5=A2=9E=E5=8A=A0=E5=8F=91=E6=96=99=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/dailyPlanReport.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/production/dailyPlanReport.vue b/src/views/modules/production/dailyPlanReport.vue index 019ebd7..ba6e6c9 100644 --- a/src/views/modules/production/dailyPlanReport.vue +++ b/src/views/modules/production/dailyPlanReport.vue @@ -532,6 +532,10 @@ return false }else { let row=list[0] + if(row.flFlag=='N'){ + this.$message.error("尚未发料,不允许报工!") + return + } if(row.orderRef1==''||row.orderRef1==null){ this.reportFlag=true }else {