diff --git a/src/views/modules/production-pick/productionPickingDetail.vue b/src/views/modules/production-pick/productionPickingDetail.vue index b6e1c40..bd49b19 100644 --- a/src/views/modules/production-pick/productionPickingDetail.vue +++ b/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;