Browse Source

修改发料任务目标库位赋值

intex
lijuncheng 1 day ago
parent
commit
732e5b0434
  1. 2
      src/pages/issue/job/issueDetailBatch.vue

2
src/pages/issue/job/issueDetailBatch.vue

@ -485,7 +485,7 @@
}); });
// //
var itemCodes = [] var itemCodes = []
let locationCode = this.detailSource[0].toLocationCode let locationCode = this.toLocationCode
this.detailSource.forEach(toLocation => { this.detailSource.forEach(toLocation => {
itemCodes.push(toLocation.itemCode) itemCodes.push(toLocation.itemCode)
}) })

Loading…
Cancel
Save