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) {