diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue index 9fd28e7..963554f 100644 --- a/src/views/firstOrder/components/outDialog.vue +++ b/src/views/firstOrder/components/outDialog.vue @@ -608,9 +608,9 @@ export default { }, selectionChange(row) { this.batchSelectionVisible = false; - // row.forEach((item) => { - // item.outboundQuantity = 1; - // }); + row.forEach((item) => { + item.outboundQuantity = 1; + }); this.sizeForm.inTableData = row; this.getStatistics();