Browse Source

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

intex
lijuncheng 24 hours 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 = []
let locationCode = this.detailSource[0].toLocationCode
let locationCode = this.toLocationCode
this.detailSource.forEach(toLocation => {
itemCodes.push(toLocation.itemCode)
})

Loading…
Cancel
Save