1) PC 备货出库
2) PC 备货出库(太仓) 3) PC 预备货出库 4) PDA 备货出库 5) PDA 预备货出库 6) PDA 非先进先出出库 7) PDA 销售出货
This commit is contained in:
parent
854db25954
commit
f0c6a5264f
@ -650,6 +650,10 @@
|
|||||||
user: this.userId
|
user: this.userId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
if (res.data.resultObj.length < 1) {
|
||||||
|
this.$showMessage("查询不到库存")
|
||||||
|
return
|
||||||
|
}
|
||||||
if (indexList.length > 0) {
|
if (indexList.length > 0) {
|
||||||
res.data.resultObj.map((val) => {
|
res.data.resultObj.map((val) => {
|
||||||
if (indexList.some(el => el.MATERIALPACKINGNAME == val
|
if (indexList.some(el => el.MATERIALPACKINGNAME == val
|
||||||
@ -657,6 +661,8 @@
|
|||||||
val.IS_CHECK = 'Y'
|
val.IS_CHECK = 'Y'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.$showMessage(res.data.message)
|
||||||
}
|
}
|
||||||
this.BoxInfoList = res.data.resultObj
|
this.BoxInfoList = res.data.resultObj
|
||||||
this.currentPage = 1
|
this.currentPage = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user