Browse Source

修改预生产上架数量显示不对

hella_online_20240927
lijuncheng 2 months ago
parent
commit
04095dd454
  1. 1
      src/pages/productPutaway/record/productPutawayRecord.vue

1
src/pages/productPutaway/record/productPutawayRecord.vue

@ -244,6 +244,7 @@
newDetail.handleQty = balance.lableQty newDetail.handleQty = balance.lableQty
} }
item.subList.push(newDetail); item.subList.push(newDetail);
calcHandleQty(this.detailSource);
} }
}) })
console.log("扫描的是父包装,是否移除子包装") console.log("扫描的是父包装,是否移除子包装")

Loading…
Cancel
Save