From 2f5fdc6fb7d030f420dfbf591afc64653bd6baf1 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 18 Nov 2024 15:24:50 +0800 Subject: [PATCH] =?UTF-8?q?YT-1028=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E6=8F=90=E4=BA=A4=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=98=8E=E7=BB=86=E4=B8=BA=E5=85=A8=E9=83=A8=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=8F=90=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE=EF=BC=8C?= =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E5=85=A8=E9=83=A8=E6=89=AB=E6=8F=8F=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/purchaseReceipt/job/receiptDetail.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue index d42d2a5b..5ffe2e28 100644 --- a/src/pages/purchaseReceipt/job/receiptDetail.vue +++ b/src/pages/purchaseReceipt/job/receiptDetail.vue @@ -630,8 +630,7 @@ }, commit() { - this.scanCount = getScanCount(this.detailSource); - console.log(this.scanCount ) + this.scanCount = getScanCount(this.subList); if (this.scanCount == 0) { this.showErrorMessage("扫描数为0,请先扫描") return; @@ -716,8 +715,6 @@ // return; // } // } - console.log(this.scanCount) - console.log( this.subList.length) if(this.scanCount < this.subList.length){ //扫描数量小于任务数量,判断是否允许部分提交 if (this.jobContent.allowPartialComplete == "TRUE") { @@ -736,7 +733,6 @@ }); } }else{ - return this.submitJob(); } },