@ -905,6 +905,9 @@ export default {
invCode: this.$store.getters.locInvCode,
};
this.actDateRange = [];
this.currentRow = {};
this.codeDetailList = [];
this.bizTotal = 0;
this.getList();
},
onSubmit(_this) {
@ -1141,10 +1144,7 @@ export default {
page: 1,
limit: 10
if (!isBlank(this.currentRow.billNo)) {
this.getBizDetailList();
}
onBizSubmit() {
this.bizQuery.page = 1;
@ -862,7 +862,7 @@ export default {
this.resultDetailList = []
this.apartDetailList = []
this.currentRow.cpmctymc = null
this.currentRow = {}
if (_this == null)