This commit is contained in:
2026-01-12 11:25:07 +08:00
parent f2231c9329
commit 6138ee3d95
8 changed files with 169 additions and 73 deletions

View File

@@ -201,10 +201,8 @@
})
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)
} else {
this.dataList = []
}
} catch (e) {
this.dataList = []
}
},
handleChange (e) {

View File

@@ -168,10 +168,8 @@
}
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)
} else {
this.dataList = []
}
} catch (e) {
this.dataList = []
}
},
async _confirmPalletAssemblyIn () {

View File

@@ -189,10 +189,8 @@
})
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)
} else {
this.dataList = []
}
} catch (e) {
this.dataList = []
}
},
async _directlyOutConfirm () {