This commit is contained in:
parent
a6f0415cf5
commit
0313eedb4a
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue