feat: 单据下载-器械

20240912_adapter
chenhc 9 months ago
parent 0b19b7f8c9
commit af03500680

@ -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;

@ -862,7 +862,7 @@ export default {
this.getList(); this.getList();
this.resultDetailList = [] this.resultDetailList = []
this.apartDetailList = [] this.apartDetailList = []
this.currentRow.cpmctymc = null this.currentRow = {}
}, },
onSubmit(_this) { onSubmit(_this) {
if (_this == null) if (_this == null)

Loading…
Cancel
Save