This commit is contained in:
hayu 2025-10-23 17:12:26 +08:00
parent a6f0415cf5
commit 0313eedb4a
3 changed files with 5 additions and 0 deletions

View File

@ -468,6 +468,7 @@ const onHandleOutbound = async () => {
taskId: queryParams.value.taskId,
code: queryParams.value.code,
keyId: keyId.value,
oldTypeId: queryParams.value.oldTypeId
})
})
console.log('mmmmmmmmmmmmmmmm', paramsList)

View File

@ -125,6 +125,7 @@ const leaseApplyInfo = ref({
typeId: '', // typeId
manageType: '', // manageType
publishTask: '', // publishTask
oldTypeId: '',
})
onLoad((options) => {
@ -445,6 +446,7 @@ const onCodingItem = (item) => {
id,
typeId,
unitValue,
oldTypeId,
} = item
leaseApplyInfo.value.maTypeName = maTypeName
leaseApplyInfo.value.typeName = typeName
@ -456,6 +458,7 @@ const onCodingItem = (item) => {
leaseApplyInfo.value.typeId = typeId
leaseApplyInfo.value.manageType = manageType
leaseApplyInfo.value.unitValue = unitValue
leaseApplyInfo.value.oldTypeId = oldTypeId
console.log(leaseApplyInfo.value)
let codingUrl = ''
if (manageType === 0) {

View File

@ -194,6 +194,7 @@ const onHandleOutbound = async () => {
maCodeList: maCodeList.value,
code: queryParams.value.code,
keyId: keyId.value,
oldTypeId:queryParams.value.oldTypeId
}
console.log('出库参数', params)
try {