|
|
|
@ -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; |
|
|
|
|