From a91cc7861ff6f4d6a70b334307ddea766ff8b803 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 20 Sep 2024 17:54:21 +0800 Subject: [PATCH] =?UTF-8?q?HL-6098PDA=E7=AB=AF=E6=89=A7=E8=A1=8C=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E4=BB=BB=E5=8A=A1=E6=97=B6=EF=BC=8C=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=B8=8D=E6=89=AB=E6=8F=8F=E7=AE=B1=E7=A0=81=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=8F=90=E4=BA=A4=E3=80=82=E5=9C=A8=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E8=B0=83=E6=95=B4=E6=97=B6=E5=B0=B1=E6=98=AF=E8=A6=81?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E4=B8=8A=E7=9A=84=E5=BA=93=E5=AD=98=E6=B8=85?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countLightDetail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index e74d0ed6..a2f9c7de 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -478,10 +478,10 @@ commit() { this.calcAllCount() this.calcScanCount() - if(!this.scanCount){ - this.$refs.comMessage.showErrorMessage('请先进行扫描,再进行提交'); - return - } + // if(!this.scanCount){ + // this.$refs.comMessage.showErrorMessage('请先进行扫描,再进行提交'); + // return + // } if (this.scanCount == this.allCount) { this.submitJob(); } else if (this.scanCount < this.allCount) {