Browse Source

YT-631pda预生产收货任务,目标库位应带出

intex_online20241111
zhang_li 3 weeks ago
parent
commit
629f352f9b
  1. 2
      src/pages/unPlanned/job/receiptJobDetail.vue

2
src/pages/unPlanned/job/receiptJobDetail.vue

@ -366,8 +366,6 @@
this.detailSource.forEach(item => { this.detailSource.forEach(item => {
itemCodes.push(item.itemCode) itemCodes.push(item.itemCode)
}) })
return
getManagementPrecisions(itemCodes, this.toLocationCode, res => { getManagementPrecisions(itemCodes, this.toLocationCode, res => {
if (res.success) { if (res.success) {
this.managementList = res.list; this.managementList = res.list;

Loading…
Cancel
Save