|
|
|
@ -466,7 +466,8 @@ export default { |
|
|
|
site: this.inboundInfo.site, |
|
|
|
buNo: this.inboundInfo.buNo, |
|
|
|
inboundNo: this.inboundNo, |
|
|
|
documentType: '其他入库' // 单据类型 |
|
|
|
documentType: '其他入库', // 单据类型 |
|
|
|
warehouseId: getCurrentWarehouse() // 当前仓库 |
|
|
|
}; |
|
|
|
|
|
|
|
getMaterialList(params).then(({ data }) => { |
|
|
|
@ -623,7 +624,8 @@ export default { |
|
|
|
const params = { |
|
|
|
site: this.inboundInfo.site, |
|
|
|
buNo: this.inboundInfo.buNo, |
|
|
|
inboundNo: this.inboundNo |
|
|
|
inboundNo: this.inboundNo, |
|
|
|
warehouseId: getCurrentWarehouse() // 当前仓库 |
|
|
|
}; |
|
|
|
|
|
|
|
getMaterialList(params).then(({ data }) => { |
|
|
|
|