问题修改

master
zhangdi 2 weeks ago
parent 28b4cb603e
commit c3f36e6907
  1. 4
      src/views/firstOrder/components/outDialog.vue

@ -608,7 +608,11 @@ export default {
}, },
selectionChange(row) { selectionChange(row) {
this.batchSelectionVisible = false; this.batchSelectionVisible = false;
row.forEach((item) => {
item.theOutboundQuantity = 1;
});
this.sizeForm.inTableData = row; this.sizeForm.inTableData = row;
this.getStatistics(); this.getStatistics();
}, },
confirm(allSelectedList) { confirm(allSelectedList) {

Loading…
Cancel
Save