From fd22a28faeaa32d5b965acfe14472cdc2650096c Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 18 Sep 2024 13:44:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E6=94=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customerReturn/record/recordListDetail.vue | 3 +++ src/pages/itemHold/record/recordListDetail.vue | 3 +++ .../productionReturn/record/returnToHoldRecordListDetail.vue | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/pages/customerReturn/record/recordListDetail.vue b/src/pages/customerReturn/record/recordListDetail.vue index 52516c3f..58584d3c 100644 --- a/src/pages/customerReturn/record/recordListDetail.vue +++ b/src/pages/customerReturn/record/recordListDetail.vue @@ -178,6 +178,8 @@ //扫描数量和任务数量相等,直接提交 if (this.scanCount == this.subList.length) { this.receiveDisable = false; + }else { + this.receiveDisable = true; } }, @@ -193,6 +195,7 @@ updateData() { this.calcHandleQty(); + this.updateBtn() }, openDetail(item) { diff --git a/src/pages/itemHold/record/recordListDetail.vue b/src/pages/itemHold/record/recordListDetail.vue index f2ff58d3..ea26fb72 100644 --- a/src/pages/itemHold/record/recordListDetail.vue +++ b/src/pages/itemHold/record/recordListDetail.vue @@ -183,6 +183,8 @@ //扫描数量和任务数量相等,直接提交 if (this.scanCount == this.subList.length) { this.receiveDisable = false; + }else { + this.receiveDisable = true; } }, @@ -198,6 +200,7 @@ updateData() { this.calcHandleQty(); + this.updateBtn() }, openDetail(item) { diff --git a/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue index d67d1c1f..cf85c4e0 100644 --- a/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue +++ b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue @@ -181,6 +181,8 @@ //扫描数量和任务数量相等,直接提交 if (this.scanCount == this.subList.length) { this.receiveDisable = false; + }else { + this.receiveDisable = true; } }, @@ -196,6 +198,7 @@ updateData() { this.calcHandleQty(); + this.updateBtn() }, openDetail(item) {