Browse Source

调拨出库目标库位赋值

wms3.0_pda
lijuncheng 11 months ago
parent
commit
8d80228f5b
  1. 5
      pages/transfer/coms/comTransferRecord.vue

5
pages/transfer/coms/comTransferRecord.vue

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

Loading…
Cancel
Save