From c3f36e69079d7adc0890cb572eda8a807b8d1c85 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Mon, 18 May 2026 13:57:36 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index 8483b9c..203d103 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -608,7 +608,11 @@ export default { }, selectionChange(row) { this.batchSelectionVisible = false; + row.forEach((item) => { + item.theOutboundQuantity = 1; + }); this.sizeForm.inTableData = row; + this.getStatistics(); }, confirm(allSelectedList) {