1) PC 备货出库

2) PC 备货出库(太仓)
3) PC 预备货出库
4) PDA 备货出库
5) PDA 预备货出库
6) PDA 非先进先出出库
7) PDA 销售出货
This commit is contained in:
李兴辉 2025-03-24 10:46:24 +08:00
parent 854db25954
commit f0c6a5264f

View File

@ -650,6 +650,10 @@
user: this.userId
}).then(res => {
if (res.data.success) {
if (res.data.resultObj.length < 1) {
this.$showMessage("查询不到库存")
return
}
if (indexList.length > 0) {
res.data.resultObj.map((val) => {
if (indexList.some(el => el.MATERIALPACKINGNAME == val
@ -657,7 +661,9 @@
val.IS_CHECK = 'Y'
}
})
}
} else {
this.$showMessage(res.data.message)
}
this.BoxInfoList = res.data.resultObj
this.currentPage = 1
this.getStockOutInvoiceInfo()