From 744e98d41da7e58c3d98b75de0af1f7e2d155966 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 18 Sep 2024 09:28:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?HL-6044=20PDA=E6=B2=A1=E6=9C=89=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=88=97=E8=A1=A8=E7=9A=84=E7=9B=98=E7=82=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=EF=BC=8C=E4=B8=8D=E6=89=AB=E6=8F=8F=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=8C=E5=BC=B9=E9=94=99=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E7=BB=99=E5=87=BA=E5=90=88=E7=90=86=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countLightDetail.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 59a6865d..cbc005b5 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -477,7 +477,12 @@ commit() { this.calcAllCount() this.calcScanCount() - + console.log(this.scanCount) + console.log(this.allCount) + if(!this.scanCount){ + this.$refs.comMessage.showErrorMessage('请先进行扫描,再进行提交'); + return + } if (this.scanCount == this.allCount) { this.submitJob(); } else if (this.scanCount < this.allCount) { From 703ff1f3c13751ed3301abedd9c9f231b2613b6b Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 18 Sep 2024 09:29:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8E=BB=E6=8E=89console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countLightDetail.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index cbc005b5..fabb62a7 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -477,8 +477,6 @@ commit() { this.calcAllCount() this.calcScanCount() - console.log(this.scanCount) - console.log(this.allCount) if(!this.scanCount){ this.$refs.comMessage.showErrorMessage('请先进行扫描,再进行提交'); return