From 5bd66acc9054cc6ba62cbf48523ae8522c619525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BB=BA=E8=B6=85?= <3182967682@qq.com> Date: Wed, 23 Sep 2020 18:15:20 +0800 Subject: [PATCH] fix --- src/api/api_report.js | 9 +- .../report/componments/query-form/index.vue | 148 ++++++++++++++++ src/views/modules/result/report/index.vue | 163 ++++++++++++++++++ 3 files changed, 318 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/result/report/componments/query-form/index.vue create mode 100644 src/views/modules/result/report/index.vue diff --git a/src/api/api_report.js b/src/api/api_report.js index 831374a..1af1d47 100644 --- a/src/api/api_report.js +++ b/src/api/api_report.js @@ -1,6 +1,11 @@ import http from '../utils/http' -// 业绩报表 +// 业绩看板 export const apiReportChart = data => { - return http({ url: '/lz_management/report/chart', method: 'get', params: data }) + return http({ url: '/lz_management/result/chart', method: 'get', params: data }) +} + +// 业绩列表 +export const apiReportList = data => { + return http({ url: '/lz_management/result/report', method: 'post', params: data }) } diff --git a/src/views/modules/result/report/componments/query-form/index.vue b/src/views/modules/result/report/componments/query-form/index.vue new file mode 100644 index 0000000..106db66 --- /dev/null +++ b/src/views/modules/result/report/componments/query-form/index.vue @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + {{ data.departmentName }} + ({{ data.memberCount }})人 + + + + 取 消 + 确 定 + + + + + + + + + diff --git a/src/views/modules/result/report/index.vue b/src/views/modules/result/report/index.vue new file mode 100644 index 0000000..2168eed --- /dev/null +++ b/src/views/modules/result/report/index.vue @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + 未提交 + 已完成 + 审核中 + + + + + + + + + + + + + + + + + + + + + + + + + + + +