Bladeren bron

修改挖掘话术分析

trunk1017
douzhuo 1 jaar geleden
bovenliggende
commit
8b34f3dfa6
2 gewijzigde bestanden met toevoegingen van 12 en 12 verwijderingen
  1. +1
    -1
      manifest.json
  2. +11
    -11
      pages/center/Piabodata/requireminingAnalysis.vue

+ 1
- 1
manifest.json Bestand weergeven

@@ -91,7 +91,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx8f883dca5ecc5510",
"appid" : "wxe044603515ff2cb5",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 11
- 11
pages/center/Piabodata/requireminingAnalysis.vue Bestand weergeven

@@ -37,10 +37,10 @@
<view class="tongjiDesc"> <view class="tongjiDesc">
<view class="tongji-title">统计说明</view> <view class="tongji-title">统计说明</view>
<view class="text"> <view class="text">
<view><text class="bold">平均需求挖掘率:</text>筛选时间内,有效接待中已标记顾问的需求挖掘执行率的平均值;</view>
<view><text class="bold">平均挖掘执行率:</text>筛选时间内,有效接待中已标记顾问的挖掘执行率的平均值;</view>
<view><text class="bold">未标记:</text>筛选时间内,有效接待中未标记顾问的接待数;</view> <view><text class="bold">未标记:</text>筛选时间内,有效接待中未标记顾问的接待数;</view>
<view><text class="bold">有效接待:</text>筛选时间内,标记为有效的接待数,不包含待接单;</view> <view><text class="bold">有效接待:</text>筛选时间内,标记为有效的接待数,不包含待接单;</view>
<view><text class="bold">未挖掘需求数:</text>筛选时间内,需求挖掘平均执行率为0的接待数;</view>
<view><text class="bold">未挖掘数:</text>筛选时间内,挖掘平均执行率为0的接待数;</view>
</view> </view>
</view> </view>
<view class="close" @click="showDesc=false">X</view> <view class="close" @click="showDesc=false">X</view>
@@ -48,7 +48,7 @@
<view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
<view class="single"> <view class="single">
<view class="title"> <view class="title">
<view class="title1">平均需求挖掘率趋势</view>
<view class="title1">平均挖掘执行率趋势</view>
</view> </view>
<view class="uchaserbox"> <view class="uchaserbox">
<qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none" <qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none"
@@ -194,7 +194,7 @@
endDate: '', endDate: '',
calendarShow: false, calendarShow: false,
numlist: [{ numlist: [{
name: '平均需求挖掘率',
name: '平均挖掘执行率',
firstnum: '', firstnum: '',
endnum: '', endnum: '',
duibinum: '', duibinum: '',
@@ -273,16 +273,16 @@
} }
}, },
getdata(){ getdata(){
// 需求挖掘分析-简报
// 挖掘分析-简报
this.wordMiningAnalyze() this.wordMiningAnalyze()
//需求挖掘排行
//挖掘排行
this.getwordMiningRank() this.getwordMiningRank()
// 挖掘趋势图 // 挖掘趋势图
this.getwordMiningAnalyzePercentage() this.getwordMiningAnalyzePercentage()
// 需求挖掘f分布图
// 挖掘f分布图
this.getRingData() this.getRingData()
}, },
// 需求挖掘排行
// 挖掘排行
getwordMiningRank(){ getwordMiningRank(){
let dateType = 0; let dateType = 0;
if (this.activeTotal == 4) {// 选择全部和自定义 if (this.activeTotal == 4) {// 选择全部和自定义
@@ -317,7 +317,7 @@
} }
}) })
}, },
// 需求挖掘分布图
// 挖掘分布图
getRingData(){ getRingData(){
let dateType = 0; let dateType = 0;
if (this.activeTotal == 4) {// 选择自定义 if (this.activeTotal == 4) {// 选择自定义
@@ -355,7 +355,7 @@
url: '/pages/center/records/index?refresh=refresh&activeTotal='+this.activeTotal+'&staTime='+ this.startDate + '&endTime='+this.endDate+'&validInvalid=0'+'&keywordsId='+item.keywordsId+'&source=wajue' url: '/pages/center/records/index?refresh=refresh&activeTotal='+this.activeTotal+'&staTime='+ this.startDate + '&endTime='+this.endDate+'&validInvalid=0'+'&keywordsId='+item.keywordsId+'&source=wajue'
}); });
}, },
// 需求挖掘分析-简报
// 挖掘分析-简报
wordMiningAnalyze() { wordMiningAnalyze() {
let dateType = 0; let dateType = 0;
if (this.activeTotal == 4) {// 选择全部和自定义 if (this.activeTotal == 4) {// 选择全部和自定义
@@ -406,7 +406,7 @@
} }
}) })
}, },
// 需求挖掘率趋势图
// 挖掘率趋势图
getwordMiningAnalyzePercentage() { getwordMiningAnalyzePercentage() {
let categories1 = [] let categories1 = []
let categories2 = [] let categories2 = []


Laden…
Annuleren
Opslaan