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