新增供应商本企业库存,预验收库存,寄售库存

ywj_dev
anthonywj 2 years ago
parent b172044df2
commit 356d021c4c

@ -286,7 +286,7 @@ export default {
this.filterQuery.endTime = null;
}
this.filterQuery.page = 1;
this.filterQuery.fromCorp = store.getters.customerId
this.getList();
},
hideSearch() {
@ -323,6 +323,7 @@ export default {
this.loading = true;
this.currentRow = {billNo: ""};
this.clearDetailList();
this.filterQuery.fromCorp = store.getters.customerId
filterPrein(this.filterQuery)
.then((response) => {
this.loading = false;

Loading…
Cancel
Save