From eef55c4e3ca533f60613d40907bd02e608944dbe Mon Sep 17 00:00:00 2001 From: lancer <1905818361@qq.com> Date: Sat, 6 Nov 2021 15:45:20 +0800 Subject: [PATCH] init --- src/api/modules/api.js | 24 ++++ src/views/Customer/AgentManagement.vue | 30 ++++- src/views/Customer/CompanyRecord.vue | 71 ++++++++++- src/views/building/Count.vue | 170 +++++++++++++++++++++---- src/views/building/index.vue | 67 +++++++++- vue.config.js | 2 +- 6 files changed, 328 insertions(+), 36 deletions(-) diff --git a/src/api/modules/api.js b/src/api/modules/api.js index 5e0b91c..4cb9076 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -894,3 +894,27 @@ export function receptionDataOfSystem(data) { data }) } +// 楼盘统计公司 +export function companyStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/companyStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function agentStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/agentStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function houseStatistics1(query) { + return request({ + url: 'autoSR/cusStageStatistics/houseStatistics', + method:'get', + params:query + }) +} diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue index 2577ba4..481fec4 100644 --- a/src/views/Customer/AgentManagement.vue +++ b/src/views/Customer/AgentManagement.vue @@ -304,10 +304,10 @@ - + - +