From 8a6af2052af8d30ce3297fc7d6622fe295fe7fbe Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 4 Nov 2024 13:36:29 +0800 Subject: [PATCH] =?UTF-8?q?YT-656=E5=BA=93=E5=AD=98=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=EF=BC=8Cpda=E6=8F=90=E7=A4=BA=E5=8E=BB=E6=8E=89=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/job/inventoryMoveDetail.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/inventoryMove/job/inventoryMoveDetail.vue b/src/pages/inventoryMove/job/inventoryMoveDetail.vue index f64936b9..3787576e 100644 --- a/src/pages/inventoryMove/job/inventoryMoveDetail.vue +++ b/src/pages/inventoryMove/job/inventoryMoveDetail.vue @@ -491,9 +491,9 @@ //扫描数量和任务数量相等,直接提交 if (this.scanCount == this.subList.length) { if(this.managementType == 'BY_BATCH'){ - this.checkCount(); - }else{ this.checkCountBatch(); + }else{ + this.checkCount(); } } else if (this.scanCount < this.subList.length) { //扫描数量小于任务数量,判断是否允许部分提交 @@ -577,7 +577,6 @@ }); var params = this.setParams() console.log("提交" + JSON.stringify(params)) - return; inventoryMoveSubmit(params).then(res => { uni.hideLoading() if (res.data) {