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