点位q取货
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user