@ -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();