Browse Source

2025-10-16

pda生产领料优化
master
fengyuan_yang 3 months ago
parent
commit
d54fb49922
  1. 3
      src/views/modules/production-pick/productionPickingDetail.vue

3
src/views/modules/production-pick/productionPickingDetail.vue

@ -333,7 +333,8 @@ export default {
site: this.outboundInfo.site,
buNo: this.buNo,
outboundNo: this.outboundNo,
warehouseId: getCurrentWarehouse()
warehouseId: getCurrentWarehouse(),
relatedNo: this.relatedNo
};
getOutboundMaterialList(params).then(({ data }) => {
this.materialListLoading = false;

Loading…
Cancel
Save