corala 1 ano atrás
pai
commit
7dce7a4ef1
2 arquivos alterados com 12 adições e 11 exclusões
  1. +3
    -1
      pages/center/Piabodata/requireminingAnalysis.vue
  2. +9
    -10
      pages/center/records/index.vue

+ 3
- 1
pages/center/Piabodata/requireminingAnalysis.vue Ver arquivo

@@ -338,7 +338,7 @@
let params = {
"houseId":this.houseId,
deptId: this.deptVal,
createUser: this.guwenVal,
userId: this.guwenVal,
"dateType": this.activeTotal,
"firstStartDate":!this.activeTotal?this.startDate:'',
"firstEndDate":!this.activeTotal?this.endDate:''
@@ -346,6 +346,8 @@
this.$u.post("/cusLvStatistics/wordMiningAnalyze",params).then(res => {
// console.log(res.contrast)
res.contrast.wordFraction = (res.contrast.wordFraction || 0) + '%'
res.first.wordFraction = (res.first.wordFraction || 0) + '%'
res.end.wordFraction = (res.end.wordFraction || 0) + '%'
this.numlist.forEach(item => {
item.duibinum = res.contrast[item.setName]
item.endnum = res.end[item.setName]


+ 9
- 10
pages/center/records/index.vue Ver arquivo

@@ -71,7 +71,7 @@
</view>
<view class="content-sec">
<view class="left">客户:{{item.name || '--'}}</view>
<view class="right">咨询业务:一期住宅</view>
<view class="right">咨询业务:--</view>
</view>
<view class="content-last">
<view class="cont-item">
@@ -98,7 +98,7 @@
<view class="screen">
<scroll-view scroll-y="true" style="height: 700rpx;">
<!-- 咨询业务 -->
<view class="screen-record">
<!-- <view class="screen-record">
<view class="screen-record-text" @click="zixunArrow=!zixunArrow">
咨询业务<image v-if="zixunArrow" class="arrow" src="https://static.quhouse.com/6cf38a2b82694392a7ab6eea24ce76b1.png" mode="" />
<image v-else class="arrow" src="https://static.quhouse.com/17d69984ec7c4830b43f712016f06807.png" mode="" />
@@ -111,7 +111,7 @@
</view>
</block>
</view>
</view>
</view> -->
<!-- 销讲执行率 -->
<view class="screen-record">
<view class="screen-record-text" @click="xiaojiangArrow=!xiaojiangArrow">
@@ -267,7 +267,7 @@
jiedaiArrow: false,
luyinArrow: false,
visitArrow: false,
xiaojiangArrow: false,
xiaojiangArrow: true,
markArrow: false,
orderBylist: [{
label: '全部',
@@ -467,7 +467,7 @@
}
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime + ' 23:59:59';
this.endtime = options.endtime;
}

},
@@ -689,11 +689,10 @@
time: 1,
staTime: this.staTime,
endtime: this.endtime,
visitRecords: this.screen.visitRecord.join(','),//到访次数
visitRecords: this.screen.zixunVal.join(','),//咨询
visitRecords: this.screen.wajueVal.join(','),//挖掘
visitRecords: this.screen.jiedaiVal.join(','),//接待时长
visitRecords: this.screen.xiaojiangVal.join(','),//销讲
visitRecordNum: this.screen.visitRecord.join(','),//到访次数
wordFractions: this.screen.wajueVal.join(','),//挖掘
duractionNums: this.screen.jiedaiVal.join(','),//接待时长
fractions: this.screen.xiaojiangVal.join(','),//销讲
markAdvisor: this.screen.markAdvisor,//标记
dateType: dateType,
recDurationInterval: recDurationInterval,


Carregando…
Cancelar
Salvar