This commit is contained in:
parent
8408fb9bac
commit
65babf08c9
|
|
@ -157,6 +157,7 @@ const onCodingItem = (item) => {
|
||||||
// inBoundInfo.value.inputNum = inputNum
|
// inBoundInfo.value.inputNum = inputNum
|
||||||
inBoundInfo.value.typeName = typeName
|
inBoundInfo.value.typeName = typeName
|
||||||
inBoundInfo.value.id = id
|
inBoundInfo.value.id = id
|
||||||
|
inBoundInfo.value.purchaseId = id
|
||||||
inBoundInfo.value.code = purchaseCheckInfo.value.code
|
inBoundInfo.value.code = purchaseCheckInfo.value.code
|
||||||
inBoundInfo.value.isRs = item.isRs
|
inBoundInfo.value.isRs = item.isRs
|
||||||
inBoundInfo.value.maCode = item.maCode
|
inBoundInfo.value.maCode = item.maCode
|
||||||
|
|
|
||||||
|
|
@ -470,7 +470,8 @@ const onHandleOutbound = async () => {
|
||||||
keyId: keyId.value,
|
keyId: keyId.value,
|
||||||
oldTypeId: queryParams.value.oldTypeId,
|
oldTypeId: queryParams.value.oldTypeId,
|
||||||
isRs: queryParams.value.isRs,
|
isRs: queryParams.value.isRs,
|
||||||
maTypeName: queryParams.value.typeName,
|
maTypeName: queryParams.value.maTypeName,
|
||||||
|
typeName: queryParams.value.typeName,
|
||||||
unitName: queryParams.value.unitName,
|
unitName: queryParams.value.unitName,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue