Browse Source

修改装配上架任务提交

hella_online_20240829
lijuncheng 3 months ago
parent
commit
91a2fd0c1b
  1. 5
      src/pages/productPutaway/job/productPutawayDetail.vue

5
src/pages/productPutaway/job/productPutawayDetail.vue

@ -202,7 +202,10 @@
that.detailSource.forEach(r => {
r.subList.forEach(s => {
if (this.scanedPackingNumber && this.scanedPackingNumber == s
.packingNumber) s.scaned = true
.packingNumber) {
s.scaned = true
s.handleQty =s.qty
}
})
})
that.isCheckLocation = getSwitchInfoByCode(that.switchCode)

Loading…
Cancel
Save