diff --git a/src/api/home.js b/src/api/home.js
new file mode 100644
index 0000000..254181f
--- /dev/null
+++ b/src/api/home.js
@@ -0,0 +1,13 @@
+import axios from '@/libs/api.request'
+
+/**
+ * 获取发票申请列表数据
+ * @returns {wx.RequestTask | never}
+ */
+export const getHome = (params) => {
+ return axios.request({
+ url: 'Index/statistics',
+ method: 'get',
+ params: params
+ })
+}
diff --git a/src/api/invoice.js b/src/api/invoice.js
new file mode 100644
index 0000000..6a91ceb
--- /dev/null
+++ b/src/api/invoice.js
@@ -0,0 +1,37 @@
+import axios from '@/libs/api.request'
+
+/**
+ * 获取发票申请列表数据
+ * @returns {wx.RequestTask | never}
+ */
+export const getinvoiceList = (params) => {
+ return axios.request({
+ url: 'InvoiceIssuance/index',
+ method: 'get',
+ params: params
+ })
+}
+
+/**
+ * 获取发票项目选项
+ * @returns {wx.RequestTask | never}
+ */
+export const getIndexData = (params) => {
+ return axios.request({
+ url: 'InvoiceIssuance/getIndexData',
+ method: 'get',
+ params: params
+ })
+}
+
+/**
+ * 获取发票抬头数据
+ * @returns {wx.RequestTask | never}
+ */
+export const getInvoiceHead = (params) => {
+ return axios.request({
+ url: 'InvoiceHead/index',
+ method: 'get',
+ params: params
+ })
+}
diff --git a/src/components/charts/bar.vue b/src/components/charts/bar.vue
index b0a2709..f84ad03 100644
--- a/src/components/charts/bar.vue
+++ b/src/components/charts/bar.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/components/charts/pie.vue b/src/components/charts/pie.vue
index c86d68c..3df48d7 100644
--- a/src/components/charts/pie.vue
+++ b/src/components/charts/pie.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/view/customer/wxulist.vue b/src/view/customer/wxulist.vue
index 8d22b4b..5af46fc 100644
--- a/src/view/customer/wxulist.vue
+++ b/src/view/customer/wxulist.vue
@@ -1,36 +1,35 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/view/invoice/reqlist.vue b/src/view/invoice/reqlist.vue
new file mode 100644
index 0000000..3cd8de2
--- /dev/null
+++ b/src/view/invoice/reqlist.vue
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/view/single-page/home/example.vue b/src/view/single-page/home/example.vue
index ff06acd..41d46ea 100644
--- a/src/view/single-page/home/example.vue
+++ b/src/view/single-page/home/example.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/src/view/single-page/home/home.vue b/src/view/single-page/home/home.vue
index b23276e..440c598 100644
--- a/src/view/single-page/home/home.vue
+++ b/src/view/single-page/home/home.vue
@@ -1,43 +1,45 @@
-
-
-
-
- {{infor.count}}
- {{ infor.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{infor.count}}
+ {{ infor.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-