diff --git a/src/api/ebiz/goodStart/index.js b/src/api/ebiz/goodStart/index.js index ae63b5f0d..286e62783 100644 --- a/src/api/ebiz/goodStart/index.js +++ b/src/api/ebiz/goodStart/index.js @@ -11,7 +11,6 @@ export function getComList(data) { } // 百宝箱菜单列表查询 - export function getTreasureMenus(data) { return request({ url: getUrl('/app/code/getCodeValue', 1), @@ -19,3 +18,12 @@ export function getTreasureMenus(data) { data }) } + +// 业绩查询 +export function getComPerformance(data) { + return request({ + url: getUrl('/data/performance/getComPerformance', 1), + method: 'post', + data + }) +} diff --git a/src/router/ebiz/goodStart.js b/src/router/ebiz/goodStart.js index d55f85f2f..9d6aad0a7 100644 --- a/src/router/ebiz/goodStart.js +++ b/src/router/ebiz/goodStart.js @@ -1,3 +1,5 @@ +// 开门红业绩排名 +const PerformanceReport = () => import('@/views/ebiz/goodStart/PerformanceReport') // 开门红专区 const Prefecture = () => import('@/views/ebiz/goodStart/Prefecture') const Treasure = () => import('@/views/ebiz/goodStart/Treasure') @@ -12,6 +14,14 @@ const spreadParams = function(route) { } export default [ + { + path: '/goodStart/performanceReport', + name: 'PerformanceReport', + component: PerformanceReport, + meta: { + title: '开门红业绩排名' + } + }, { path: '/goodStart/prefecture', name: 'Prefecture', diff --git a/src/views/ebiz/goodStart/Organization.vue b/src/views/ebiz/goodStart/Organization.vue new file mode 100644 index 000000000..c23ca1980 --- /dev/null +++ b/src/views/ebiz/goodStart/Organization.vue @@ -0,0 +1,157 @@ + + + + + + + + + 排名 + + {{ column.name }} + + + + {{ index + 1 }} + {{ value[key] | blankFilter }} + + + 暂无数据 + + + + + + + + + diff --git a/src/views/ebiz/goodStart/PerformanceReport.vue b/src/views/ebiz/goodStart/PerformanceReport.vue new file mode 100644 index 000000000..b22061579 --- /dev/null +++ b/src/views/ebiz/goodStart/PerformanceReport.vue @@ -0,0 +1,420 @@ + + + + + + + 标保 + + + + 日 + 月 + 年 + + + + {{ timeCondition }} + + + + + + + + 机构名称: + + {{ levelNames[level] }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +