統計報表,批次報名

This commit is contained in:
2026-06-02 17:50:55 +08:00
parent 5abdad74bb
commit 8affaaf344
9 changed files with 408 additions and 51 deletions
+18 -2
View File
@@ -161,7 +161,18 @@
<span class="badge bg-secondary">會計</span>
</div>
</a>
<a @click="statistic_query()" class="list-group-item list-group-item-action">
<div class="d-flex justify-content-between align-items-start">
<div class="d-flex">
<i class="bi bi-file-spreadsheet text-secondary me-3 function-icon"></i>
<div>
<div>統計報表</div>
<small class="text-muted"></small>
</div>
</div>
<span class="badge bg-secondary">會計</span>
</div>
</a>
<%-- <a @click="balance_query()" class="list-group-item list-group-item-action">
<div class="d-flex justify-content-between align-items-start">
<div class="d-flex">
@@ -235,10 +246,15 @@
'personal-component': httpVueLoader('./personal_reconcile.vue'),
'balance-component': httpVueLoader('./balance_reconcile.vue'),
'verify_query-component': httpVueLoader('./verify_order_record_query.vue'),
'balance_query-component': httpVueLoader('./balance_reconcile_query.vue')
'balance_query-component': httpVueLoader('./balance_reconcile_query.vue'),
'statistic_query-component': httpVueLoader('./statistic.vue'),
},
methods: {
async statistic_query(){
this.modify_dialog.show = true
this.currentView = 'statistic_query-component'
},
async balance_query() {
this.modify_dialog.show = true
this.currentView = 'balance_query-component'