feat: 单据下载-器械

20240912_adapter
chenhc 6 months ago
parent 0b19b7f8c9
commit af03500680

@ -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();
}
this.getBizDetailList();
},
onBizSubmit() {
this.bizQuery.page = 1;

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

Loading…
Cancel
Save