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

ywj_dev
wangwei 2 years ago
parent 9f51db02fa
commit 8c14224b59

@ -627,10 +627,10 @@ export default {
},
getBusType() {
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 = {
code: this.filterQuery.invWarehouseCode,
code: this.filterQuery.invCode,
enabled: true,
vueType: "supDelivery",
};
@ -750,6 +750,7 @@ export default {
})
.catch(() => {
});
this.getBusType();
},
getSubInvList() {
let query = {

Loading…
Cancel
Save