修改扫码单据查询问题

zhairh
郑明梁 3 years ago
parent 8e85ef1e45
commit edc985f0ea

@ -422,6 +422,9 @@ export default {
}
},
getBusType() {
debugger
this.filterQuery.locStorageCode= this.subInvList.find(item => item.code == this.filterQuery.invWarehouseCode).parentId
let query = {
code: this.filterQuery.invWarehouseCode,
enabled: true,
@ -528,8 +531,8 @@ export default {
this.filterQuery.customerId = store.getters.customerId;
// this.filterQuery.status = 1;
// this.filterQuery.statusOrOne = -1;
if (isBlank(this.filterQuery.locStorageCode)) {
debugger
this.filterQuery.locStorageCode = this.$store.getters.locInvCode;
this.filterQuery.invWarehouseCode = this.$store.getters.locSubInvCode;
}

Loading…
Cancel
Save