This commit is contained in:
bb_pan 2025-07-05 22:52:56 +08:00
parent 2ba732b2bc
commit f809c68d5a
1 changed files with 4 additions and 2 deletions

View File

@ -416,7 +416,7 @@ const boxOut = async () => {
//
const boxOutBound = async () => {
//
const { typeId, parentId } = queryParams.value
const { typeId, parentId, publishTask } = queryParams.value
//
const paramsList = []
boxInfo.value.recordList.map((e) => {
@ -430,6 +430,7 @@ const boxOutBound = async () => {
outNum: 1,
parentId,
typeId,
publishTask
})
})
console.log(paramsList)
@ -558,7 +559,7 @@ const getMaInfoScan = async () => {
//
const confirmCodeOutBound = async () => {
//
const { typeId, parentId } = queryParams.value
const { typeId, parentId, publishTask } = queryParams.value
//
const paramsList = []
paramsList.push({
@ -573,6 +574,7 @@ const confirmCodeOutBound = async () => {
typeId,
typeName: codeData.value.typeName,
typeModelName: codeData.value.typeModelName,
publishTask
})
const res = await setOutboundNumAPI({ leaseOutDetailsList: paramsList })
console.log('333333333333', res)