|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057 |
- <template>
- <view class="box">
- <view class="boxtittab">
- <view class="tabbox">
- <view :class="{ activecllasscet: activeTotal == 4 }" @click="tabtimetap(4)">近七天</view>
- </view>
- <view class="tabbox">
- <view :class="{ activecllasscet: activeTotal == 5 }" @click="tabtimetap(5)">近15天</view>
- </view>
- <view class="tabbox">
- <view :class="{ activecllasscet: activeTotal == 6 }" @click="tabtimetap(6)">近30天</view>
- </view>
- <view class="tabbox">
- <view :class="{ activecllasscet: activeTotal == 3 }" @click="tabtimetap(3)">自定义</view>
- </view>
- </view>
-
- <view class="timepick">
- <view class="timepicktime" @click="chiocStaff(0)">
- <view>{{staff1.label}}</view>
- <view>
- <image class="Underimg" src="../../../static/images/Underimg.png" mode=""></image>
- </view>
- </view>
- <view class="timepickpick" v-if="staff1.value">
- <view @click="checkboxChange()" style="width: 40rpx;height:40rpx;border: 1rpx solid #E0E0E0;">
- <image v-if="timepickpickisshow" style="width: 40rpx;height: 40rpx;" src="../../../static/images/xuanzhong.png" mode=""></image>
- </view>
- <view style="font-size:26rpx;text-indent: 12rpx;">对比</view>
- </view>
- <view class="timepicktime" v-if="timepickpickisshow" @click="chiocStaff(1)">
- <view>{{staff2.label}}</view>
- <view>
- <image class="Underimg" src="../../../static/images/Underimg.png" mode=""></image>
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">接待量</view>
- <view class="title3" style="flex: 1;">
- <view class="title3-box" @click="tabtimetap1(0)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active1 == 0 }">排名</view>
- </view>
- <view class="title3-box" @click="tabtimetap1(1)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active1 == 1 }">趋势</view>
- </view>
- <!-- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
- </view> -->
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam1||0}}</view>
- <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg1||0}}</view>
- </view>
- <view class="" v-if=" eharTab.active1 == 1 ">
- <view class="danwei">接待量</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect1"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingeryilingwuyibbb"
- :canvas2d="true"
- />
- </view>
- </view>
- <view class="jindu" v-if=" eharTab.active1 == 0 ">
- <view class="jindu-box" v-for="(item,index) in newlisttabinfo1" :key="index">
- <view class="jindu-boxche">
- <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
- <view style="width: 440rpx;margin-left: 10rpx;">
- <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">接待时长</view>
- <view class="title3" style="flex: 1;">
- <view class="title3-box" @click="tabtimetap2(0)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active2 == 0 }">排名</view>
- </view>
- <view class="title3-box" @click="tabtimetap2(1)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active2 == 1 }">趋势</view>
- </view>
- <!-- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
- </view> -->
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam2||0}}</view>
- <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg2||0}}</view>
- </view>
- <view class="" v-if=" eharTab.active2 == 1 ">
- <view class="danwei">录音时长</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect2"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingeryilingwuyibb"
- :canvas2d="true"
- />
- </view>
- </view>
- <view class="jindu" v-if=" eharTab.active2 == 0 ">
- <view class="jindu-box" v-for="(item,index) in newlisttabinfo2" :key="index">
- <view class="jindu-boxche">
- <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
- <view style="width: 440rpx;margin-left: 10rpx;">
- <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">销讲执行率</view>
- <view class="title3" style="flex: 1;">
- <view class="title3-box" @click="tabtimetap3(0)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active3 == 0 }">排名</view>
- </view>
- <view class="title3-box" @click="tabtimetap3(1)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active3 == 1 }">趋势</view>
- </view>
- <!-- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
- </view> -->
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam3||0}}</view>
- <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg3||0}}</view>
- </view>
- <view class="" v-if=" eharTab.active3 == 1 ">
- <view class="danwei">执行率</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect3"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingeryilingwuyib"
- :canvas2d="true"
- />
- </view>
- </view>
- <view class="jindu" v-if=" eharTab.active3 == 0 ">
- <view class="jindu-box" v-for="(item,index) in newlisttabinfo3" :key="index">
- <view class="jindu-boxche">
- <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
- <view style="width: 440rpx;margin-left: 10rpx;">
- <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <!-- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">顾问排名(TOP10)</view>
- <view class="title3" style="flex: 1;">
- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 0 }">执行率</view>
- </view>
- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 1 }">得分</view>
- </view>
- </view>
- </view>
-
- <view class="hejibox">
- <view class="heji">合计:50</view>
- <view class="heji">均值:25</view>
- </view>
- <view class="jindu">
- <view class="jindu-box" v-for="(item,index) in newlisttabinfo" :key="index">
- <view class="jindu-boxche">
- <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
- <view style="width: 440rpx;margin-left: 10rpx;">
- <u-line-progress height="24" :show-percent="false" active-color="#9B6BDF" :percent="item.zxl"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- </view>
- </view> -->
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title" style="padding-right: 30rpx;">
- <view class="title1" style="flex: 1;">销讲能力</view>
- <view class="title2" style="flex: 1;justify-content: flex-end;" @click="goTeam">
- <view class="title2-che">团队
- <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
- </view>
- </view>
- </view>
-
- <view class="uchaserbox">
- <qiun-data-charts
- type="radar"
- :chartData="chartData1"
- :canvas2d="true"
- canvasId="wangxiaohuaerlingeryilingwuyib88"
- background="none"
- />
- </view>
- </view>
-
-
-
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <!-- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">禁忌执行率</view>
- <view class="title3" style="flex: 1;">
- <view class="title3-box" @click="tabtimetap4(0)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active4 == 0 }">排名</view>
- </view>
- <view class="title3-box" @click="tabtimetap4(1)">
- <view style="height: 42rpx;" :class="{ activecltab: eharTab.active4 == 1 }">趋势</view>
- </view>
- <view class="title3-box">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
- </view>
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{!staff1.value?'团队':staff1.label}}:{{newTeam4||0}}</view>
- <view class="heji">{{!staff2.value?'均值':staff2.label}}:{{newAvg4||0}}</view>
- </view>
- <view class="" v-if=" eharTab.active4 == 1 ">
- <view class="danwei">来访(人)</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect4"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingeryilingwuyi"
- :canvas2d="true"
- />
- </view>
- </view>
- <view class="jindu" v-if=" eharTab.active4 == 0 ">
- <view class="jindu-box" v-for="(item,index) in newlisttabinfo4" :key="index">
- <view class="jindu-boxche">
- <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
- <view style="width: 440rpx;margin-left: 10rpx;">
- <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- </view>
- </view> -->
-
- <!-- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> -->
- <!-- <view class="single">
- <view class="title" style="padding-right: 30rpx;">
- <view class="title1" style="flex: 1;">违禁能力(TOP10)</view>
- <view class="title2" style="flex: 1;justify-content: flex-end;">
- <view class="title2-che">楼盘
- <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
- </view>
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">合计:50</view>
- <view class="heji">均值:25</view>
- </view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="radar"
- :chartData="chartData"
- :canvas2d="true"
- canvasId="wangxiaohuaerlingeryilingwuyib89"
- background="none"
- />
- </view>
- </view> -->
-
- <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
-
- <!-- 选择部门的选择框 -->
- <u-select v-model="staffShow" :list="staffList" @confirm="staffSelectCallback" :default-value='selindex'></u-select>
- <u-select v-model="staffShow1" :list="staffList1" @confirm="staffSelectCallback" :default-value='selindex'></u-select>
- </view>
- </template>
-
- <script>
- var app = getApp();
- var util = require("../../../utils/util.js");
- var config = require("../../../config");
- export default {
- data() {
- return {
- activeTotal: 4,
- eharTab:{
- active1: 0,
- active2:0,
- active3:0,
- active4:0,
- },
- deptids:'',
- bocindex:0,
- timepickpickisshow:false,
- totalTimeShow: false,
- // 楼盘id
- houseId:'',
- staffList:[],
- staffList1:[],
- staffShow:false,
- staffShow1:false,
- staff1:{
- value:'',
- label:''
- },
- staff2:{
- value:'',
- label:'平均'
- },
- lastStartDate:'',
- lastEndDate :'',
- selindex:[0],
- choseStaffFlag:false,
- lineOptsect1:{
- "categories": ["2016","2017","2018","2019","2020","2021"],
- "series": [
- {
- "name": "成交量1",
- "data": [35,8,25,37,4,20]
- },
- {
- "name": "成交量2",
- "data": [40,18,45,44,10,60]
- }
- ]
- },
- lineOptsect2:{
- "categories": ["2016","2017","2018","2019","2020","2021"],
- "series": [
- {
- "name": "成交量1",
- "data": [35,8,25,37,4,20]
- },
- {
- "name": "成交量2",
- "data": [40,18,45,44,10,60]
- }
- ]
- },
- lineOptsect3:{
- "categories": ["2016","2017","2018","2019","2020","2021"],
- "series": [
- {
- "name": "成交量1",
- "data": [35,8,25,37,4,20]
- },
- {
- "name": "成交量2",
- "data": [40,18,45,44,10,60]
- }
- ]
- },
- lineOptsect4:{
- "categories": ["2016","2017","2018","2019","2020","2021"],
- "series": [
- {
- "name": "成交量1",
- "data": [35,8,25,37,4,20]
- },
- {
- "name": "成交量2",
- "data": [40,18,45,44,10,60]
- }
- ]
- },
- newlisttabinfo1:[
- {name:'接待量',zxl:'10'},
- {name:'平均执行率',zxl:'50'},
- {name:'接待客户',zxl:'80'},
- ],
- newlisttabinfo2:[
- {name:'接待量',zxl:'10'},
- {name:'平均执行率',zxl:'50'},
- {name:'接待客户',zxl:'80'},
- ],
- newlisttabinfo3:[
- {name:'接待量',zxl:'10'},
- {name:'平均执行率',zxl:'50'},
- {name:'接待客户',zxl:'80'},
- ],
- newlisttabinfo4:[
- {name:'接待量',zxl:'10'},
- {name:'平均执行率',zxl:'50'},
- {name:'接待客户',zxl:'80'},
- ],
- newTeam1:'',
- newAvg1:'',
- newTeam2:'',
- newAvg2:'',
- newTeam3:'',
- newAvg3:'',
- newTeam4:'',
- newAvg4:'',
- chartData1:{
- "categories": ["维度1","维度2","维度3","维度4","维度5","维度6"],
- "series": [
- {
- "name": "成交量",
- "data": [90,110,165,195,187,172]
- }
- ]
- },
- chartData2:{
- "categories": ["维度1","维度2","维度3","维度4","维度5","维度6"],
- "series": [
- {
- "name": "成交量",
- "data": [90,110,165,195,187,172]
- }
- ]
- }
-
- };
- },
- onLoad() {
- let that=this
- uni.$on('update',function(data){
- // console.log(data)
- that.deptids=data.arr.join(',')
- // 获取销奖能力
- that.getPowerList()
- })
- // 获取楼盘id
- this.houseId = uni.getStorageSync('buildingID').id;
- // this.buildingname = uni.getStorageSync('buildingID').name;
- // 请求接口获取所有置业顾问员工的列表
- this.getSectionList()
-
- },
- methods: {
- //是否对比
- checkboxChange(){
- this.timepickpickisshow=!this.timepickpickisshow;
- this.staff2.label='平均'
- this.staff2.value=''
- // 团队对比接待量
- this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
- // 团队对比接待时长
- this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- /* 销奖执行率 */
- this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- // 获取销奖能力
- this.getPowerList()
- },
- // 获取部门列表
- getSectionList(){
- this.$u.post('/cusLvStatistics/findAllDeptIdByHouseId',{houseId:this.houseId})
- .then(res=>{
- this.staffList=[]
- this.staffList1=[]
- res.map(item=>{
- let obj={}
- obj.value=item.deptId
- obj.label=item.deptName
- this.staffList.push(obj)
- })
- this.staffList1=[...this.staffList]
- this.staffList.unshift({
- value:'',
- label:'全部'
- })
- this.staffList1.unshift({
- value:'',
- label:'平均'
- })
- this.staff1=this.staffList[0]
- // 团队对比接待量
- this.receptionCountList(0,1,'/cusLvStatistics/teamAnalysisReception')
- // 团队对比接待时长
- this.receptionCountList(0,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- /* 销奖执行率 */
- this.receptionCountList(0,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- // 获取销奖能力
- this.getPowerList()
-
- })
- },
- // 点击部门对比
- chiocStaff(idx){
- if(idx==0){
- // 当选择了第一个的时候
- this.choseStaffFlag=false
- this.staffShow=true
- }else{
- this.choseStaffFlag=true
- this.staffShow1=true
- }
-
- },
- //时间切换
- tabtimetap(index) {
- if (index == 3) {
- this.totalTimeShow = true;
- } else {
- this.activeTotal = index;
- this.lastEndDate=''
- this.lastStartDate=''
- // 获取数据
- // 团队对比接待量
- this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
- // 团队对比接待时长
- this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- /* 销奖执行率 */
- this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- // 获取销奖能力
- this.getPowerList()
- }
- },
- // 接待量
- tabtimetap1(idx){
- this.eharTab.active1=idx
- // 调用方法
- this.receptionCountList(idx,1,'/cusLvStatistics/teamAnalysisReception')
- },
- // 接待时长
- tabtimetap2(idx){
- this.eharTab.active2=idx
- // 调用方法
- this.receptionCountList(idx,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- },
- tabtimetap3(idx){
- this.eharTab.active3=idx
- // 调用方法
- this.receptionCountList(idx,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- },
- tabtimetap4(idx){
- this.eharTab.active4=idx
- // 调用方法
- // this.getRecordList()
- },
- //自定义时间
- totalTimeChange(e) {
- console.log(e.startDate, e.endDate)
- this.activeTotal=3;
- this.lastEndDate=e.endDate
- this.lastStartDate=e.startDate
- // 获取数据
- // 团队对比接待量
- this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
- // 团队对比接待时长
- this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- /* 销奖执行率 */
- this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- // 获取销奖能力
- this.getPowerList()
- },
- //指标执行率分析tab
- tapspagek2(index) {
- this.bocindex = index;
- },
- //集团对比
- Groupcontrast(){
- uni.navigateTo({
- url: '/pages/center/Piabodata/Groupcontrast'
- });
- },
- // 去选择团队
- goTeam(){
- uni.navigateTo({
- url:`/pages/center/Piabodata/selectTeam?ids=${this.deptids}`
- })
- },
- staffSelectCallback(e){
- if(this.choseStaffFlag){
- // 第二个客户
- // console.log(e,'第二个')
- this.staff2=e[0]
- }else{
- // 第一个客户
- // console.log(e,'第一个')
- // 当选择全部时
- if(!e.value){
- this.timepickpickisshow=false
- this.staff2.label='平均'
- this.staff2.value=''
- }
- this.staff1=e[0]
- }
- if(this.staff1.label==this.staff2.label){
- uni.showToast({
- title:'请勿选择重复',
- icon:'none'
- })
- this.staff2.label='请选择'
- // this.staff2.label='平均'
- // this.staff2.value=''
- return
- }else{
- // 获取数据
- // 团队对比接待量
- this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
- // 团队对比接待时长
- this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
- /* 销奖执行率 */
- this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
- // 获取销奖能力
- this.getPowerList()
- }
- },
- // 团队对比接待量
- // receptionCountList(idx){
- // this.$u.post('/cusLvStatistics/teamAnalysisReception',{
- // // userA:this.staff1.value,
- // // userB:this.staff2.value,
- // deptIds:[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
- // showRank:idx,
- // houseId:this.houseId,
- // timeType:this.lastEndDate?null:this.activeTotal+'',
- // lastEndDate:this.lastEndDate,
- // lastStartDate:this.lastStartDate
- // })
- // .then(res=>{
- // // console.log(res)
- // let result=res.result
- // this.newTeam=res.avg[0]
- // this.newAvg=res.avg[1]
- // if(idx==0){
- // // 当选择的是牌名时
- // // 处理数据
- // // 先处理牌名数据,需要进行判断全部还是单个
- // // 当为全部时
- // this.newlisttabinfo=[]
- // // 当选择全部时
- // if(!this.staff1.value&&!this.staff2.value){
- // // console.log(1)
- // result[0].map(item=>{
- // let obj={}
- // obj.name=item.deptName
- // obj.zxl=item.receptionCount
- // this.newlisttabinfo.push(obj)
- // })
- // }
- // // 当选择只有一个时
- // else if(this.staff1.value&&!this.staff2.value){
- // // console.log(2)
- // result[0].map(item=>{
- // let obj={}
- // obj.name=item.deptName
- // obj.zxl=item.receptionCount
- // this.newlisttabinfo.push(obj)
- // })
- // // 判断是否显示平均
- // // 如果显示对比
- // if(this.timepickpickisshow){
- // result[1].map(item=>{
- // let obj={}
- // obj.name='平均'
- // obj.zxl=item.receptionCount
- // this.newlisttabinfo.push(obj)
- // })
- // }
- // }else{
- // // console.log(3)
- // // 当两个都选择的时候
- // result[0].map(item=>{
- // let obj={}
- // obj.name=item.deptName
- // obj.zxl=item.receptionCount
- // this.newlisttabinfo.push(obj)
- // })
- // result[1].map(item=>{
- // let obj={}
- // obj.name=item.deptName
- // obj.zxl=item.receptionCount
- // this.newlisttabinfo.push(obj)
- // })
- // }
- // }else{
- // // 当选择趋势时
- // // this.lineOptsect={
- // // categories:[],
- // // series:[]
- // // }
- // let allobj={
- // categories:[],
- // series:[]
- // }
- // // 先处理时间
- // // 当选择全部时
- // if(!this.staff1.value&&!this.staff2.value){
- // // console.log(1)
- // result.map((item,idx)=>{
- // let obj={}
- // obj.name=item[0].deptName
- // obj.data=[]
- // item.map(item1=>{
- // // 时间的处理
- // if(idx==0){
- // allobj.categories.push(item1.statDate.slice(5,10))
- // }
- // obj.data.push(item1.receptionCount)
- // })
- // allobj.series.push(obj)
- // })
- // }
- // // 当选择只有一个时
- // else if(this.staff1.value&&!this.staff2.value){
- // // console.log(2)
- // let obj={}
- // obj.data=[]
- // obj.name=result[0][0].deptName
- // result[0].map(item=>{
- // allobj.categories.push(item.statDate.slice(5,10))
- // obj.data.push(item.receptionCount)
- // })
- // allobj.series.push(obj)
- // // 判断是否显示平均
- // // 如果显示对比
- // if(this.timepickpickisshow){
- // let obj={}
- // obj.data=[]
- // obj.name='平均'
- // result[1].map(item=>{
- // obj.data.push(item.receptionCount)
- // })
- // allobj.series.push(obj)
- // }
- // }else{
- // // console.log(3)
- // // 当两个都选择的时候
- // let obj={}
- // let obj1={}
- // obj.data=[]
- // obj1.data=[]
- // obj.name=result[0][0].deptName
- // obj1.name=result[1][0].deptName
- // result[0].map(item=>{
- // allobj.categories.push(item.statDate.slice(5,10))
- // obj.data.push(item.receptionCount)
- // })
- // result[1].map(item=>{
- // obj1.data.push(item.receptionCount)
- // })
- // allobj.series.push(obj)
- // allobj.series.push(obj1)
- // }
- // this.lineOptsect=allobj
- // }
- // })
- // },
- // 接待时长
- receptionCountList(idx,index,url){
- this.$u.post(url,{
- // userA:this.staff1.value,
- // userB:this.staff2.value,
- deptIds:[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
- showRank:idx,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- .then(res=>{
- // console.log(res)
- let result=res.result
- this['newTeam'+index]=res.avg[0]
- this['newAvg'+index]=res.avg[1]
- if(idx==0){
- // 当选择的是牌名时
- // 处理数据
- // 先处理牌名数据,需要进行判断全部还是单个
- // 当为全部时
- this['newlisttabinfo'+index]=[]
- // 当选择全部时
- if(!this.staff1.value&&!this.staff2.value){
- // console.log(1)
- result[0].map(item=>{
- let obj={}
- obj.name=item.deptName
- obj.zxl=item.data
- this['newlisttabinfo'+index].push(obj)
- })
- }
- // 当选择只有一个时
- else if(this.staff1.value&&!this.staff2.value){
- // console.log(2)
- result[0].map(item=>{
- let obj={}
- obj.name=item.deptName
- obj.zxl=item.data
- this['newlisttabinfo'+index].push(obj)
- })
- // 判断是否显示平均
- // 如果显示对比
- if(this.timepickpickisshow){
- result[1].map(item=>{
- let obj={}
- obj.name='平均'
- obj.zxl=item.data
- this['newlisttabinfo'+index].push(obj)
- })
- }
- }else{
- // console.log(3)
- // 当两个都选择的时候
- result[0].map(item=>{
- let obj={}
- obj.name=item.deptName
- obj.zxl=item.data
- this['newlisttabinfo'+index].push(obj)
- })
- result[1].map(item=>{
- let obj={}
- obj.name=item.deptName
- obj.zxl=item.data
- this['newlisttabinfo'+index].push(obj)
- })
- }
- }else{
- // 当选择趋势时
- this['lineOptsect'+index]={}
- let allobj={
- categories:[],
- series:[]
- }
- // 先处理时间
- // 当选择全部时
- if(!this.staff1.value&&!this.staff2.value){
- result.map((item,idx)=>{
- let obj={}
- obj.name=item[0].deptName
- obj.data=[]
- item.map(item1=>{
- // 时间的处理
- if(idx==0){
- allobj.categories.push(item1.statDate.slice(5,10))
- }
- obj.data.push(item1.data)
- })
- allobj.series.push(obj)
- })
- }
- // 当选择只有一个时
- else if(this.staff1.value&&!this.staff2.value){
- // console.log(2)
- let obj={}
- obj.data=[]
- obj.name=result[0][0].deptName
- result[0].map(item=>{
- allobj.categories.push(item.statDate.slice(5,10))
- obj.data.push(item.data)
- })
- allobj.series.push(obj)
- // 判断是否显示平均
- // 如果显示对比
- if(this.timepickpickisshow){
- let obj={}
- obj.data=[]
- obj.name='平均'
- result[1].map(item=>{
- obj.data.push(item.data)
- })
- allobj.series.push(obj)
- }
- }else{
- // console.log(3)
- // 当两个都选择的时候
- let obj={}
- let obj1={}
- obj.data=[]
- obj1.data=[]
- obj.name=result[0][0].deptName
- obj1.name=result[1][0].deptName
- result[0].map(item=>{
- allobj.categories.push(item.statDate.slice(5,10))
- obj.data.push(item.data)
- })
- result[1].map(item=>{
- obj1.data.push(item.data)
- })
- allobj.series.push(obj)
- allobj.series.push(obj1)
- }
- // console.log(allobj)
- // return
- // this.lineOptsect1=allobj
- this['lineOptsect'+index]=allobj
- // this['lineOptsect'+index].series=allobj.series
- // this['lineOptsect'+index].categories=allobj.categories
- }
- })
- },
- // 获取销奖能力
- getPowerList(){
- this.$u.post('/cusLvStatistics/teamAnalysisMarketingAbility',{
- deptIds:this.deptids||[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- .then(res=>{
- // console.log(res)
- // 处理数据
- this.chartData1={
- categories:[],
- series:[]
- }
- let allobj={
- categories:[],
- series:[]
- }
- // 当选择全部时
- if(!this.staff1.value&&!this.staff2.value){
- // let first=res.first
- res.first.map((item,index)=>{
- let obj={
- name:item[0].deptName,
- data:[]
- }
- item.map((item1)=>{
- if(index==0){
- allobj.categories.push(item1.name)
- }
- obj.data.push(item1.avgExecutionRate)
- })
- allobj.series.push(obj)
- })
- }
- // 当选择只有一个时
- else if(this.staff1.value&&!this.staff2.value){
- res.first.map((item,index)=>{
- let obj={
- name:item[0].deptName,
- data:[]
- }
- item.map((item1)=>{
- if(index==0){
- allobj.categories.push(item1.name)
- }
- obj.data.push(item1.avgExecutionRate)
- })
- allobj.series.push(obj)
- })
- // 判断是否显示平均
- // 如果显示对比
- if(this.timepickpickisshow){
- res.second.map((item,index)=>{
- let obj={
- name:'平均',
- data:[]
- }
- item.map((item1)=>{
- obj.data.push(item1.avgExecutionRate)
- })
- allobj.series.push(obj)
- })
- }
- }else{
- // console.log(3)
- // 当两个都选择的时候
- res.first.map((item,index)=>{
- let obj={
- name:item[0].deptName,
- data:[]
- }
- item.map((item1)=>{
- if(index==0){
- allobj.categories.push(item1.name)
- }
- obj.data.push(item1.avgExecutionRate)
- })
- allobj.series.push(obj)
- })
- }
- // console.log(allobj)
- this.chartData1=allobj
- this.$forceUpdate()
- })
- },
-
- }
- };
- </script>
- <style lang="scss" scoped>
- .box {
- width: 100%;
- height: 100%;
- background: #FAFAFA;
- padding-bottom: 60rpx;
- }
- // 对比时间切换
- .timepick{
- width: 100%;
- height: 90rpx;
- display: flex;
- align-items: center;
- background: #FAFAFA;
- }
- .timepicktime{
- width: 260rpx;
- height: 50rpx;
- border: 1rpx solid #E0E0E0;
- margin-left: 30rpx;
- display: flex;
- background: #FFFFFF;
- }
- .timepicktime>view:nth-of-type(1){
- width: 210rpx;
- height: 100%;
- line-height: 50rpx;
- font-size: 26rpx;
- font-weight: 400;
- text-align: center;
- }
- .timepicktime>view:nth-of-type(2){
- width: 50rpx;
- height: 100%;
- border-left: 1px solid #E0E0E0;
- }
- .timepickpick{
- width: 110rpx;
- height: 50rpx;
- margin-left: 30rpx;
- display: flex;
- align-items: center;
- }
- .Underimg{
- width: 50rpx;
- height:50rpx;
- margin-top: -2rpx;
- }
- </style>
|