From b1931b4a3078e1d35c2ff7339c32ccf3af412812 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 22 Nov 2022 18:02:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E7=A0=81=E6=98=8E=E7=BB=86=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=8F=B7=E6=9D=A1=E4=BB=B6=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/invCountOrderAudit.vue | 1 + src/views/inventory/invCountOrderCompleted.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/inventory/invCountOrderAudit.vue b/src/views/inventory/invCountOrderAudit.vue index 3dc7c6b..9d3e89a 100644 --- a/src/views/inventory/invCountOrderAudit.vue +++ b/src/views/inventory/invCountOrderAudit.vue @@ -400,6 +400,7 @@ export default { this.codeQuery = { orderIdFk: row.orderIdFk, productId: row.productId, + batchNo: row.batchNo, edit: false }; this.codesVisible = true; diff --git a/src/views/inventory/invCountOrderCompleted.vue b/src/views/inventory/invCountOrderCompleted.vue index f841253..d34d89e 100644 --- a/src/views/inventory/invCountOrderCompleted.vue +++ b/src/views/inventory/invCountOrderCompleted.vue @@ -371,6 +371,7 @@ export default { this.codeQuery = { orderIdFk: row.orderIdFk, productId: row.productId, + batchNo: row.batchNo, edit: false }; this.codesVisible = true;