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