fix:submitReceive入库完成提示恢复简版
This commit is contained in:
parent
40ce951906
commit
5c0baa6d18
@ -2658,7 +2658,7 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 逐条提交入库
|
// 按仓库分组提交入库(兼容不同仓库的情况)
|
||||||
for (var k = 0; k < list.length; k++) {
|
for (var k = 0; k < list.length; k++) {
|
||||||
var p = list[k]
|
var p = list[k]
|
||||||
await this.callReceiveSubmitApi(timestamp, bindResult, p.productId, p.stock, p.warehouseData)
|
await this.callReceiveSubmitApi(timestamp, bindResult, p.productId, p.stock, p.warehouseData)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user