This commit is contained in:
bb_pan 2025-06-03 16:38:57 +08:00
parent d1160bc07b
commit 445ec9ecf3
2 changed files with 4 additions and 1 deletions

View File

@ -255,7 +255,7 @@ const getCodeDeviceListData = async () => {
codeDeviceList.value.push(...res.data)
if (codeDeviceList.value.length > 0) {
codeDeviceList.value = codeDeviceList.value.map((e) => {
return { ...e, checked: false }
return { ...e, checked: false, outType: 0 }
})
}
total.value = res.total
@ -350,6 +350,7 @@ const onHandleOutbound = async () => {
maCodeList,
isApp: 0,
isNew: queryParams.value.isNew,
outType: e.outType,
})
})
console.log('mmmmmmmmmmmmmmmm', paramsList)
@ -532,6 +533,7 @@ const scanStart = () => {
codeDeviceList.value.forEach((item) => {
item.materialName = item.typeName
item.materialModel = item.typeModelName
item.outType = 2 //
})
}
} else {

View File

@ -288,6 +288,7 @@
maCodeList,
isApp: 0,
isNew: this.queryParams.isNew,
outType: 4,
})
console.log('333333333', paramsList)
uni.request({