修改异常单据中 仓库 和单据类型没有联动问题

ywj_dev
wangwei 2 years ago
parent 9f51db02fa
commit 8c14224b59

@ -627,10 +627,10 @@ export default {
}, },
getBusType() { getBusType() {
if (this.subInvList.length > 0) { if (this.subInvList.length > 0) {
this.filterQuery.locStorageCode = this.subInvList.find(item => item.code == this.filterQuery.invWarehouseCode).parentId this.filterQuery.locStorageCode = this.subInvList.find(item => item.code == this.filterQuery.invCode).parentId
} }
let query = { let query = {
code: this.filterQuery.invWarehouseCode, code: this.filterQuery.invCode,
enabled: true, enabled: true,
vueType: "supDelivery", vueType: "supDelivery",
}; };
@ -750,6 +750,7 @@ export default {
}) })
.catch(() => { .catch(() => {
}); });
this.getBusType();
}, },
getSubInvList() { getSubInvList() {
let query = { let query = {

Loading…
Cancel
Save