This commit is contained in:
parent
d1160bc07b
commit
445ec9ecf3
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@
|
|||
maCodeList,
|
||||
isApp: 0,
|
||||
isNew: this.queryParams.isNew,
|
||||
outType: 4,
|
||||
})
|
||||
console.log('333333333', paramsList)
|
||||
uni.request({
|
||||
|
|
|
|||
Loading…
Reference in New Issue