From 9803fa646924ccb31cb251946ed612f230354981 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Tue, 19 May 2026 09:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firstOrder/components/outDialog.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index debe601..512b6f3 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -564,6 +564,7 @@ export default { }, getStatistics() { let arr = JSON.parse(JSON.stringify(this.sizeForm.inTableData)); + arr.forEach((row) => { row.id = row.oneFormId; }); @@ -614,6 +615,8 @@ export default { this.batchSelectionVisible = false; row.forEach((item) => { item.outboundQuantity = 1; + item.theOutboundQuantity = 1; + item.oneFormId = item.id }); this.sizeForm.inTableData = row; @@ -623,7 +626,10 @@ export default { this.consumableVisible = false; allSelectedList.forEach((item) => { item.outboundQuantity = 1; + item.theOutboundQuantity = 1; + item.oneFormId = item.id }); + this.sizeForm.inTableData = allSelectedList; this.getStatistics(); }, // 处理搜索