领料出库

This commit is contained in:
bb_pan 2025-09-03 22:18:07 +08:00
parent b085d9349e
commit 8546253121
2 changed files with 4 additions and 0 deletions

View File

@ -453,6 +453,7 @@ const onHandleOutbound = async () => {
leaseUnit: queryParams.value.leaseUnit,
leaseUnitId: queryParams.value.leaseUnitId,
taskId: queryParams.value.taskId,
code: queryParams.value.code
})
})
console.log('mmmmmmmmmmmmmmmm', paramsList)
@ -606,6 +607,7 @@ const boxOutBound = async () => {
parentId,
typeId,
publishTask,
code: queryParams.value.code
})
})
console.log(paramsList)
@ -769,6 +771,7 @@ const confirmCodeOutBound = async () => {
typeName: codeData.value.typeName,
typeModelName: codeData.value.typeModelName,
publishTask,
code: queryParams.value.code
})
const res = await setOutboundNumAPI({ leaseOutDetailsList: paramsList })
console.log('333333333333', res)

View File

@ -181,6 +181,7 @@ const getOutboundDetailsData = async () => {
leaseApplyInfo.value.leaseUnit = res.leaseApplyInfo.leaseUnit;
leaseApplyInfo.value.leaseProjectId = res.leaseApplyInfo.leaseProjectId;
leaseApplyInfo.value.leaseProject = res.leaseApplyInfo.leaseProject;
leaseApplyInfo.value.code = res.leaseApplyInfo.code
taskStatus.value = res.leaseApplyInfo.taskStatus;
if(taskStatus.value==3){
options.value = [