@@ -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'
diff --git a/web/admin/bill/statistic.vue b/web/admin/bill/statistic.vue
new file mode 100644
index 0000000..5ea46ee
--- /dev/null
+++ b/web/admin/bill/statistic.vue
@@ -0,0 +1,116 @@
+
+
+
+
+ 統計報表
+
+
+ 關閉
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 匯出
+
+
+
+
+
+
+
+
+
+ {{ message_dialog.message }}
+
+
+ 關閉
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/web/admin/order/fastSignUp3.vue b/web/admin/order/fastSignUp3.vue
index c46b529..9772a99 100644
--- a/web/admin/order/fastSignUp3.vue
+++ b/web/admin/order/fastSignUp3.vue
@@ -162,7 +162,7 @@
-
+
diff --git a/web/admin/order/fastSignUp4.vue b/web/admin/order/fastSignUp4.vue
index 11abee2..08bc50b 100644
--- a/web/admin/order/fastSignUp4.vue
+++ b/web/admin/order/fastSignUp4.vue
@@ -187,7 +187,7 @@
-
+
+
\ No newline at end of file
diff --git a/web/web.config b/web/web.config
index 1634b1f..25b4be6 100644
--- a/web/web.config
+++ b/web/web.config
@@ -42,7 +42,7 @@