From fa48b7501a4ee5021991b5a29daedab8ede54b82 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 18 Feb 2022 19:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/http.js | 13 +- src/page/check/chose.vue | 3 +- src/page/check/index.vue | 3 +- src/page/login/userlogin.vue | 3 +- src/page/wel.vue | 2481 +++++++++++--------- src/views/Customer/index.vue | 2 +- src/views/ReceivingRecords/index.vue | 39 +- src/views/Statistics/ConsultantBrand.vue | 3 +- src/views/Statistics/ReceptionOverview.vue | 2184 ++++++++++------- src/views/building/Count.vue | 369 +-- vue.config.js | 4 +- 11 files changed, 2898 insertions(+), 2206 deletions(-) diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 0f29737..b43bc0e 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -521,6 +521,15 @@ export function overviewreceptionRanking(query) { }) } +// 获取访问系统排名 +export function systemAccessranking(query) { + return request({ + url: 'autoSR/cusStageStatistics/systemAccessranking', + method: 'get', + params: query + }) +} + //销讲词执行率 export function overviewreceptionOverviewZxl(query) { @@ -845,12 +854,10 @@ export function operationStatisticsDetail(query) { } // 单/批量转交客户至另一个顾问 - export function theCirculation(query) { return request({ url: 'autoSR/customer/theCirculation', method: 'get', params: query }) -} - +} \ No newline at end of file diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index dcebe9f..319597d 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -391,7 +391,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId: houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/check/index.vue b/src/page/check/index.vue index 4495d30..c7d00db 100644 --- a/src/page/check/index.vue +++ b/src/page/check/index.vue @@ -175,7 +175,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index a53c35b..f2d8acb 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -303,7 +303,8 @@ export default { }, addLoginCount(houseId){ this.$api.api.addLoginCount({ - houseId + houseId, + serviceId: 'pig', }).then(res=>{ console.log(res); }) diff --git a/src/page/wel.vue b/src/page/wel.vue index fbf5d22..fd259fe 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -1,899 +1,1093 @@