|
|
@@ -41,16 +41,21 @@ |
|
|
|
</div> |
|
|
|
<div style="display: flex;font-size:15px;margin-top: 8px;"> |
|
|
|
<div style="width:40%;"> |
|
|
|
<div style="margin-top: 6px;">负责顾问:{{userinformationlist.agentName|| ''}}</div> |
|
|
|
<div style="margin-top: 6px;">接待时长:{{userinformationlist.mm|| ''}}min</div> |
|
|
|
<div style="margin-top: 6px;">客户等级:A</div> |
|
|
|
<div>负责顾问:{{userinformationlist.agentName|| ''}}</div> |
|
|
|
<div style="margin-top: 8px;">客户等级: |
|
|
|
<span v-if="userinformationlist.level"></span> |
|
|
|
<span v-if="userinformationlist.level==1">A</span> |
|
|
|
<span v-if="userinformationlist.level==2">B</span> |
|
|
|
<span v-if="userinformationlist.level==3">C</span> |
|
|
|
<span v-if="userinformationlist.level==4">D</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="width:60%;"> |
|
|
|
<div style="margin-top: 6px;">到访次数:{{userinformationlist.agentName|| ''}}次</div> |
|
|
|
<div style="margin-top: 6px;">最近到访:{{userinformationlist.agentName|| ''}}</div> |
|
|
|
<div style="margin-top: 6px;">客户阶段:{{userinformationlist.agentName|| ''}}</div> |
|
|
|
<div >到访次数:{{userinformationlist.visitRecord|| ''}}次</div> |
|
|
|
<div style="margin-top: 8px;">客户阶段:</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div style="font-size:15px;margin-top: 8px;">最近到访时间:{{userinformationlist.createTime|| ''}}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@@ -516,8 +521,6 @@ export default { |
|
|
|
mounted() { |
|
|
|
this.fileId=this.$route.query.flag; |
|
|
|
this.AudioIdx=this.$route.query.AudioIdx; |
|
|
|
|
|
|
|
// this.bofangchushihua(); |
|
|
|
this.init() |
|
|
|
}, |
|
|
|
methods: { |
|
|
@@ -540,6 +543,7 @@ export default { |
|
|
|
this.kehuyixiangcenterindex=1; |
|
|
|
} |
|
|
|
this.findCARKeywords() |
|
|
|
this.findBannedWordsByCusId() |
|
|
|
this.Getsthetransliteratecontent() |
|
|
|
}) |
|
|
|
}, |
|
|
@@ -558,6 +562,14 @@ export default { |
|
|
|
this.dialogFormVisible=true; |
|
|
|
this.argtextindex=index; |
|
|
|
}, |
|
|
|
//获取销讲词违禁词 |
|
|
|
findBannedWordsByCusId(){ |
|
|
|
this.$api.http.findBannedWordsByCusId({cusId:this.fileId}).then((res) => { |
|
|
|
console.log(res) |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
//系统分析切换人工校准 |
|
|
|
customerofintention(i){ |
|
|
|
this.kehuyixiangcenterindex=i; |
|
|
|