|
|
@ -341,7 +341,8 @@ export default { |
|
|
site: this.materialInfo.site, |
|
|
site: this.materialInfo.site, |
|
|
buNo: this.materialInfo.buNo, |
|
|
buNo: this.materialInfo.buNo, |
|
|
inboundNo: this.materialInfo.transactionId, |
|
|
inboundNo: this.materialInfo.transactionId, |
|
|
locationCode: this.locationCode.trim() |
|
|
|
|
|
|
|
|
locationCode: this.locationCode.trim(), |
|
|
|
|
|
actionType: '申请单退仓' |
|
|
}; |
|
|
}; |
|
|
confirmReturnStorage(params).then(({ data }) => { |
|
|
confirmReturnStorage(params).then(({ data }) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|