点位q取货

This commit is contained in:
2026-01-16 16:02:00 +08:00
parent a828e0cfad
commit 368c10c0ed

View File

@@ -148,7 +148,7 @@
}, },
async _getPalletAssemblyOK () { async _getPalletAssemblyOK () {
try { try {
let res = await getPalletAssemblyOK(this.val1) let res = await getPalletAssemblyOK(this.bagCode)
if (res && res.data.length > 0) { if (res && res.data.length > 0) {
this.dataList = [...res.data] this.dataList = [...res.data]
this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0) this.num = this.dataList.reduce((sum, item) => sum + Number(item.qty), 0)