|
|
|
@ -537,7 +537,9 @@ export default { |
|
|
|
batchNo: this.batchNo.trim(), |
|
|
|
warehouseId: getCurrentWarehouse(), |
|
|
|
operationType: 'I', // I表示添加 |
|
|
|
documentType: '其他入库' // 单据类型 |
|
|
|
documentType: '其他入库', // 单据类型 |
|
|
|
relatedOrderNo: this.inboundInfo.relatedOrderNo, |
|
|
|
relatedOrderLineNo: this.inboundInfo.relatedOrderLineNo |
|
|
|
}; |
|
|
|
|
|
|
|
validateLabelWithOtherInbound(params).then(({ data }) => { |
|
|
|
@ -596,8 +598,10 @@ export default { |
|
|
|
buNo: this.inboundInfo.buNo, |
|
|
|
inboundNo: this.inboundNo, |
|
|
|
locationCode: this.locationCode.trim(), |
|
|
|
documentType: '其他入库' // 单据类型 |
|
|
|
}; |
|
|
|
documentType: '其他入库', // 单据类型 |
|
|
|
relatedOrderNo: this.inboundInfo.relatedOrderNo, |
|
|
|
relatedOrderLineNo: this.inboundInfo.relatedOrderLineNo |
|
|
|
} |
|
|
|
try { |
|
|
|
const { data } = await confirmOtherInbound(params); |
|
|
|
if (data && data.code === 0) { |
|
|
|
|