From 1aec2ba98e856b6c95ead0270ea4229428e815b8 Mon Sep 17 00:00:00 2001
From: corala <18339694416@163.com>
Date: Sat, 23 Jul 2022 18:03:55 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E6=8C=96=E6=8E=98=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD=E4=BA=8C=E6=9C=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../center/Piabodata/Employeesstatistics.vue | 89 +-
pages/center/Piabodata/StaffAnalysis.vue | 23 +
pages/center/Piabodata/index.vue | 2 +-
pages/center/consumer/index.vue | 2453 ++++++++++-------
pages/center/records/index.vue | 651 +++--
pages/mine/details2.vue | 130 +-
6 files changed, 1997 insertions(+), 1351 deletions(-)
diff --git a/pages/center/Piabodata/Employeesstatistics.vue b/pages/center/Piabodata/Employeesstatistics.vue
index 31d2e73..04697a1 100644
--- a/pages/center/Piabodata/Employeesstatistics.vue
+++ b/pages/center/Piabodata/Employeesstatistics.vue
@@ -22,15 +22,15 @@
接待量排名(TOP10)
-
+
合计
{{newlisttabinfo1.total}}
-
+
顾问
{{newlisttabinfo1.count}}
-
+
人均接待量
{{newlisttabinfo1.avg}}
@@ -61,11 +61,11 @@
销讲执行率排行(TOP10)
-
+
顾问
{{newlisttabinfo3.count}}
-
+
人均执行率
{{newlisttabinfo3.avg}}
@@ -95,15 +95,15 @@
录音时长(TOP10)
-
+
合计
{{newlisttabinfo2.total}}
-
+
顾问
{{newlisttabinfo2.count}}
-
+
人均录音时长
{{newlisttabinfo2.avg}}
@@ -133,15 +133,15 @@
违禁次数排名(TOP10)
-
+
合计
{{newlisttabinfo4.total}}
-
+
顾问
{{newlisttabinfo4.count}}
-
+
人均违禁次数
{{newlisttabinfo4.avg}}
@@ -171,15 +171,15 @@
接待未标顾问(TOP10)
-
+
合计
{{newlisttabinfo5.total}}
-
+
顾问
{{newlisttabinfo5.count}}
-
+
均值
{{newlisttabinfo5.avg}}
@@ -202,6 +202,39 @@
+
+
+
+
+ 平均需求挖掘率排名(TOP10)
+
+
+
+ 楼盘总数
+ {{newlisttabinfo6.total}}
+
+
+ 平均挖掘率
+ {{newlisttabinfo6.avg}}
+
+
+
+
+
+ {{item.name.substring(0,4)}}
+
+
+
+ {{item.zxl==null?0:item.zxl}}
+
+
+
+ 暂无数据
+
+
+
@@ -250,6 +283,12 @@
total: '',
result: [],
},
+ newlisttabinfo6: {
+ avg: '',
+ count: '',
+ total: '',
+ result: [],
+ },
};
},
onLoad(option) {
@@ -292,6 +331,12 @@
total: '',
result: [],
}
+ this.newlisttabinfo4 = {
+ avg: '',
+ count: '',
+ total: '',
+ result: [],
+ }
var activeTotal = 0;
if (this.activeTotal == 3) {
@@ -312,6 +357,7 @@
this.staffStatisticsExecutionRateTop10(promse)
this.staffStatisticsProhibitedTop10(promse)
this.staffStatisticsUnlabeledTop10(promse)
+ this.wordlevelTop10(promse)
},
//接待量排名
staffStatisticsReceptionTop10(promse) {
@@ -369,6 +415,17 @@
this.newlisttabinfo5 = res;
})
},
+ // 平均需求挖掘率排名
+ wordlevelTop10(promse) {
+ this.$u.post('/cusLvStatistics/staffStatisticsUnlabeledTop', promse).then(res => {
+ res.result.forEach(item => {
+ item.zxl = item.tagCustomer
+ item.name = item.accountName
+ })
+ res.result = this.dealData(res.result)
+ this.newlisttabinfo6 = res;
+ })
+ },
//自定义时间
totalTimeChange(e) {
@@ -425,7 +482,6 @@
width: 100%;
height: 100%;
background: #FAFAFA;
- padding-bottom: 60rpx;
}
.single {
@@ -443,6 +499,9 @@
display: flex;
padding-top: 20rpx;
padding-bottom: 20rpx;
+ .sanbox1{
+ text-align: center;
+ }
.text1-1 {
color: #666666;
diff --git a/pages/center/Piabodata/StaffAnalysis.vue b/pages/center/Piabodata/StaffAnalysis.vue
index 0d38586..9d2ee44 100644
--- a/pages/center/Piabodata/StaffAnalysis.vue
+++ b/pages/center/Piabodata/StaffAnalysis.vue
@@ -76,6 +76,29 @@
canvasId="wangxiaouaerlingeryilingwuyibhh" :canvas2d="true" />
+
+
+
+ 平均需求挖掘率趋势
+
+
+
+
+
+ {{staff1.label}}:{{newTeam2||0}}
+ {{staff2.label}}:{{newAvg2||0}}
+
+ 录音时长
+
+
+
+
diff --git a/pages/center/Piabodata/index.vue b/pages/center/Piabodata/index.vue
index 382037d..46bc5e5 100644
--- a/pages/center/Piabodata/index.vue
+++ b/pages/center/Piabodata/index.vue
@@ -54,7 +54,7 @@
简报
- {{item.name}}
+ {{item.name}}
{{item.num}}
diff --git a/pages/center/consumer/index.vue b/pages/center/consumer/index.vue
index cd8dc0a..79a48f7 100644
--- a/pages/center/consumer/index.vue
+++ b/pages/center/consumer/index.vue
@@ -1,112 +1,175 @@
-
-
-
-
-
-
-
- 输入客户姓名/手机号
-
-
-
-
-
-
-
- {{ sortFilter }}
-
-
-
- {{ arriveFilter }}
-
-
-
- {{ receptionDuration }}
-
-
-
- 更多筛选
-
-
-
- 筛选结果:{{totalRecords}} 条
-
-
-
-
-
-
-
- 暂无数据
-
-
-
-
-
-
- A
- B
- C
- D
-
- {{item.name}}
-
-
-
-
-
-
- 手机号码:{{item.phone || '--'}}
-
-
+
+
+
+
+
+
+
+ 输入客户姓名/手机号
+
+
+
+
+
+
+
+ {{ sortFilter }}
+
+
+
+ {{ arriveFilter }}
+
+
+
+ {{ receptionDuration }}
+
+
+
+ 画像标签
+
+
+
+ 筛选结果:{{ totalRecords }} 条
+
+
+
+
+
+
+
+ 暂无数据
+
+
+
+
+
+
+ A
+ B
+ C
+ D
+ {{ item.name }}
+
+
+ 销讲执行:{{ item.fraction || 0 }}%
+
+
+
+
+ 手机号码:{{ item.phone || "--" }}
+ 到访次数:{{ item.visitRecord || "--" }}次/{{
+ item.mm || 0
+ }}min
+
+
+ 需求挖掘:{{ item.wordFraction || 0 }}%
+ 画像标签:{{
+ item.demand.cusSemanticWordsList.length || 0
+ }}
+
+
- 写跟进
-
-
-
-
-
-
-
-
- 所属顾问
-
-
-
-
-
-
-
+ -->
+
+ 所属顾问:{{ item.agentName || "--" }}
+ 客户阶段:{{ item.agentName || "--" }}
+
+
+ 上次到访:{{ item.createTime || "--" }}
+
+
+
+
+
+
+
+
+
+
+
+ 写跟进
+
+
+
+
+
+
+
+
-
-
- 客户等级
-
-
-
-
- {{item.label}}
-
-
-
-
-
-
-
-
- 到访次数
-
-
-
-
- {{item.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
+
+
+
+ 咨询业务
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 接待时长
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 客户等级
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 客户阶段
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 需求挖掘率
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 销讲执行率
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 到访次数
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全部
+
+ 今天
+
+ 昨天
+
+ 近7天
+
+ 近30天
+
+ 自定义
+
+
+
+
+
+ 咨询业务
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
-
+
-
-
- 全部
-
- 今天
-
- 昨天
-
- 近7天
-
- 近30天
-
- 自定义
-
-
- 全部
-
-
- 0~15min
-
- 15~30min
-
- 30~60min
-
- 60~90min
-
- 90min以上
-
-
-
-
-
-
-
+
+
+
diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue
index 3d2c6f2..83a72f0 100644
--- a/pages/center/records/index.vue
+++ b/pages/center/records/index.vue
@@ -1,7 +1,7 @@
-
+
-
+
{{ sortFilter }}
-
+
{{ arriveFilter }}
-
- {{ receptionDuration }}
+
+ {{ counselorName }}
-
+
更多筛选
@@ -48,129 +48,165 @@
@click="tapThevisiting(item)">
-
{{item.agentName}}
代接待
- {{item.receptionStatusName || ''}}
+ {{item.receptionStatusName || ''}}
-
-
{{item.validInvalidName||''}}
-
+
违禁接待
|
-
未标记
已标记
无录音
-
-
-
-
- 客户:{{item.name || '--'}} |
- 第{{item.visitRecord || "--"}}次接待
-
-
- {{item.fraction || '0'}}%
-
+
+ {{item.createTime}} | {{item.mm || '0'}}min
-
- 需求挖掘:{{item.wordFraction|| 0}}%
+
+ 客户:{{item.name || '--'}}
+ 咨询业务:一期住宅
- {{item.createTime}} | {{item.mm || '0'}} min
-
+
+ {{item.visitRecord|| 0}}
+ 访问次数
+
+
+ {{item.wordFraction||'--'}}
+ 画像标签
+
+
+ {{item.wordFraction|| 0}}%
+ 需求挖掘
+
+
+ {{item.fraction|| 0}}%
+ 销讲执行率
+
+
-
-
+
+
-
-
-
- 所属顾问
+
+
+
+ 咨询业务
+
-
-
-
+
+
+
+ {{item.label}}
+
+
-
+
+
+ 销讲执行率
+
-
-
-
+
+
+
+ {{item.label}}
+
+
- -->
-
+
+
+
+
+ 需求挖掘率
+
+
+
+
+
+ {{item.label}}
+
+
+
+
+
-
- 录音标识
+
+ 接待时长
+
-
-
+
+
+ {{item.label}}
+
+
+
+
+
+
+
+ 录音标识
+
+
+
+
有效接待
-
无效接待
-
无录音
+
-
- 标记顾问
+
+ 标记顾问
+
-
-
+
标记
-
未标记
+
-
- 到访次数
+
+ 到访次数
+
-
+
-
+
{{item.label}}
-
-
-
-
-
-
-
- 常错词:
+
+
+
+
-
+ 话术分类:
-
-
- 正确词:
+
-
+ 话术内容:
+
+
-
+
@@ -494,7 +485,7 @@
-
+
@@ -516,6 +507,31 @@
data() {
return {
+ wordBiaoqian: '',
+ treelist: [{
+ value: 1,
+ label: '中国',
+ children: [
+ {
+ value: 2,
+ label: '广东'
+ },
+ {
+ value: 5,
+ label: '广西'
+ }
+ ]},
+ {
+ value: 8,
+ label: '美国',
+ children: [
+ {
+ value: 9,
+ label: '纽约',
+ }
+ ]
+ }],
+ treeshow: false,
KeyWordsfraction: 0,
KeyWordsfractionList: [],
noClick: true,
@@ -609,12 +625,12 @@
textItself: '',
argtextindex1: 0,
argtextindex2: 0,
-
+ wajueshow: false,
+ wajueword: '',
roleisshaw: false,
roleindexrow: 0,
roletiaoshu: 0,
infos: null,
-
ACTION: Symbol('zaudio'), // 唯一值区分每个页面的方法
isPageHide: false, // 是否息屏
duration: '', // 总时长
@@ -712,6 +728,13 @@
},
methods: {
+ confirm(){
+
+ },
+ CancelAdd(){
+ this.wajueshow = false
+
+ },
hangeshow2(item,type){
item.show = !item.show;
},
@@ -1016,8 +1039,6 @@
}
},
-
-
//接待详情点击
Receivedetailsabouttab(stringa) {
if (stringa == 'Receivedetailsabout') {
@@ -1492,6 +1513,11 @@
this.reswrongword = "";
this.isshow2 = true;
},
+ //加入挖掘话术
+ openwajue(word) {
+ this.wajueword = word;
+ this.wajueshow = true;
+ },
//加精华
Addtheessence() {
this.isshow3 = true;
@@ -2554,37 +2580,33 @@
.tian-view {
width: 570upx;
background-color: #FFFFFF;
- border-bottom: 1px solid #ededee;
display: flex;
- min-height: 96rpx;
-
- .tian-view-t1 {
- width: 20rpx;
- font-size: 34rpx;
- height: 34rpx;
- line-height: 110rpx;
- letter-spacing: 0px;
- color: red;
- }
+ margin-bottom:30rpx;
.tian-view-t2 {
- width: 30%;
- min-height: 96rpx;
- line-height: 96rpx;
+ width: 100%;
font-size: 34rpx;
- color: #333;
- }
-
- .tian-view-t3 {
- width: 61%;
- padding-top: 31rpx;
- padding-bottom: 31rpx;
display: flex;
-
+ align-items: center;
+ color: #333;
.tian-input {
- width: 98%;
+ width: 300rpx;
font-size: 34rpx;
border: none;
+ border-bottom: 1px solid #eee;
+ }
+ }
+ .tian-view-t3 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ .huashu-input{
+ width: 300rpx;
+ height: 60rpx;
+ padding: 0 10rpx;
+ font-size: 24rpx;
+ border: 1rpx solid #E0E0E0;
+ border-radius: 4rpx;
}
}
}