1.修复扫码单据添加条码校验库存失败问题

zhairh
x_z 3 years ago
parent 1a71ff0925
commit 863f621c77

@ -998,6 +998,11 @@ export default {
},
findSubStorageMethod(val) {
this.subInvList.forEach(item => {
if (item.code === val) {
this.formData.locStorageCode = item.parentId;
}
});
this.getBusType();
let cQuery = {
code: this.formData.invWarehouseCode,
@ -1214,8 +1219,6 @@ export default {
this.query.limit = parseInt(this.query.limit);
this.query.corpOrderId = query.id;
}
this.formData.invWarehouseCode = this.$store.getters.locSubInvCode;
this.formData.locStorageCode = this.$store.getters.locInvCode;
if (this.$isNotBlank(this.formData.locStorageCode)) {
this.findStorageMethod();
}

Loading…
Cancel
Save