|
|
@ -339,6 +339,7 @@ export default {
|
|
|
|
this.$router.push({
|
|
|
|
this.$router.push({
|
|
|
|
path: "",
|
|
|
|
path: "",
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
let invCode = this.filterQuery.invCode
|
|
|
|
this.filterQuery = {
|
|
|
|
this.filterQuery = {
|
|
|
|
id: "",
|
|
|
|
id: "",
|
|
|
|
billNo: null,
|
|
|
|
billNo: null,
|
|
|
@ -351,6 +352,10 @@ export default {
|
|
|
|
endTime: null,
|
|
|
|
endTime: null,
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
if(invCode!=this.$store.getters.locInvCode){
|
|
|
|
|
|
|
|
this.getBusType();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.actDateRange = [];
|
|
|
|
this.actDateRange = [];
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|