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