@ -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) {