Browse Source

修改生产退料

wms3.0_pda
lijuncheng 10 months ago
parent
commit
9d14f42781
  1. 3
      pages/productionReturn/record/returnToStore.vue

3
pages/productionReturn/record/returnToStore.vue

@ -252,7 +252,6 @@
for (let detail of item.subList) {
if (detail != undefined) {
item.qty = calc.add(item.qty,detail.qty)
}
}
}
@ -282,7 +281,7 @@
//
getRecommendLocation(label, pack, callback) {
let recommend = this.recommendLocationList.find(r => r.itemCode == balance.itemCode);
let recommend = this.recommendLocationList.find(r => r.itemCode == label.itemCode);
if (recommend == undefined) {
let param = {
itemCode: label.itemCode,

Loading…
Cancel
Save