Browse Source

修改客户退货

wms3.0_pda
lijuncheng 9 months ago
parent
commit
34f26ca984
  1. 5
      pages/customerReturn/record/returnRecord.vue

5
pages/customerReturn/record/returnRecord.vue

@ -388,6 +388,11 @@
},
getToLocationCode(location, code) {
this.toLocationCode = code;
this.detailSource.forEach(item => {
item.subList.forEach(detail => {
detail.toLocationCode = code
})
})
},
showCommitSuccessMessage(hint) {

Loading…
Cancel
Save