|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 |
- <template>
- <view>
- <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">
- <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>
- <view class="hejibox">
- <view class="heji">{{staff1.label}}:{{newTeam1||0}}</view>
- <view class="heji" v-if="timepickpickisshow">{{staff2.label}}:{{newAvg1||0}}</view>
- </view>
- <view class="danwei">来访(人)</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingeryilingwuyibbb"
- :canvas2d="true"
- />
- </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" style="width: 40%;" @click="tabtimetap1(0)">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 0 }">有效录音</view>
- </view>
- <view class="title3-box" style="width: 40%;"@click="tabtimetap1(1)">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 1 }">录音时长</view>
- </view> -->
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{staff1.label}}:{{newTeam2||0}}</view>
- <view class="heji" v-if="timepickpickisshow">{{staff2.label}}:{{newAvg2||0}}</view>
- </view>
- <view class="danwei">录音时长</view>
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect1"
- background="none"
- :ontouch="true"
- canvasId="wangxiaouaerlingeryilingwuyibhh"
- :canvas2d="true"
- />
- </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" style="width: 40%;" @click="tabtimetap1(0)">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 0 }">有效录音</view>
- </view>
- <view class="title3-box" style="width: 40%;"@click="tabtimetap1(1)">
- <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 1 }">录音时长</view>
- </view> -->
- </view>
- </view>
- <view class="hejibox">
- <view class="heji">{{staff1.label}}:{{newTeam3||0}}</view>
- <view class="heji" v-if="timepickpickisshow">{{staff2.label}}:{{newAvg3||0}}</view>
- </view>
- <!-- <view class="danwei">录音时长</view> -->
- <view class="uchaserbox">
- <qiun-data-charts
- type="line"
- :chartData="lineOptsect2"
- background="none"
- :ontouch="true"
- canvasId="wangxiaohuaerlingryilingwuyibhh"
- :canvas2d="true"
- />
- </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>
- <view class="uchaserbox">
- <qiun-data-charts
- type="radar"
- :chartData="chartData"
- :canvas2d="true"
- canvasId="wangxiaohuaerlingeryilinwuycsdx"
- background="none"
- />
- </view>
- </view>
-
- <!-- <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar> -->
- <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>
- export default {
- data() {
- return {
- timepickpickisshow:true,
- totalTimeShow: false,
- activeTotal:4,
- activeTotal2:1,
- // 楼盘id
- houseId:'',
- staffList:[],
- staffList1:[],
- staffShow:false,
- staffShow1:false,
- newTeam1:'',
- newAvg1:'',
- newTeam2:'',
- newAvg2:'',
- newTeam3:'',
- newAvg3:'',
- staff1:{
- value:'',
- label:''
- },
- staff2:{
- value:'',
- label:'平均'
- },
- lastStartDate:'',
- lastEndDate :'',
- selindex:[0],
- choseStaffFlag:false,
- lineOptsect:{
- "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]
- }
- ]
- },
- 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]
- }
- ]
- },
- chartData:{
- "categories": ["维度1","维度2","维度3","维度4","维度5","维度6"],
- "series": [
- {
- "name": "成交量",
- "data": [90,110,165,195,187,172]
- }
- ]
- }
- };
-
- },
-
- onLoad: function(options) {
- // 获取楼盘id
- this.houseId = uni.getStorageSync('buildingID').id;
- // this.buildingname = uni.getStorageSync('buildingID').name;
- // 请求接口获取所有置业顾问员工的列表
- this.getStaffList()
- },
- methods: {
- //是否对比
- checkboxChange(){
- this.timepickpickisshow=!this.timepickpickisshow;
- this.staff2.value=''
- this.staff2.label='平均'
- // this.getreception()
- // this.getRecordList()
- // this.getAwardList()
- // this.getAward()
- this.getdata()
- },
- // 点击员工对比
- chiocStaff(idx){
- if(idx==0){
- // 当选择了第一个的时候
- this.choseStaffFlag=false
- this.staffShow=true
- }else{
- this.choseStaffFlag=true
- this.staffShow1=true
- }
-
- },
- // 获取员工列表
- getStaffList(){
- this.$u.post('/cusLvStatistics/selectAllAccountIdByHouseId',{houseId:this.houseId})
- .then(res=>{
- // console.log(res,'123')
- this.staffList=[]
- this.staffList1=[]
- res.map(item=>{
- let obj={}
- obj.value=item.accountId
- obj.label=item.name
- this.staffList.push(obj)
- })
- this.staffList1=[...this.staffList]
- this.staffList1.unshift({
- value:'',
- label:'平均'
- })
- this.staff1=this.staffList[0]
- // this.getreception()
- // this.getRecordList()
- // this.getAwardList()
- // this.getAward()
- this.getdata()
- })
- },
- getdata(){
- this.getreception()
- this.getRecordList()
- this.getAward()
- this.getAwardList()
-
- },
- // 获取接待量数据
- getreception(){
- this.$u.post('/cusLvStatistics/employeeAnalysisReception',{
- userA:this.staff1.value,
- userB:this.staff2.value,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- .then(res=>{
- this.newTeam1=res.avg[0]
- this.newAvg1=res.avg[1]
- // console.log(res)
- let first=res.first
- let second=res.second
- this.lineOptsect.categories=[]
- if(!this.timepickpickisshow){
- this.lineOptsect.series=[
- {
- name:first[0].accountName,
- data:[]
- }
- ]
- first.map(item=>{
- this.lineOptsect.categories.push(item.statDate.slice(5,10))
- this.lineOptsect.series[0].data.push(item.receptionCount||0)
- })
- }else{
- this.lineOptsect.series=[
- {
- name:first[0].accountName,
- data:[]
- },
- {
- "name": second[0].accountName,
- "data": []
- }
- ]
- first.map(item=>{
- this.lineOptsect.categories.push(item.statDate.slice(5,10))
- this.lineOptsect.series[0].data.push(item.receptionCount)
- })
- second.map(item=>{
- this.lineOptsect.series[1].data.push(item.receptionCount)
- })
- }
- // console.log(this.lineOptsect,'1')
- })
- },
- // 销奖趋势
- getAward(){
- this.$u.post('/cusLvStatistics/employeeAnalysisExacutiveRate',{
- userA:this.staff1.value,
- userB:this.staff2.value,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- .then(res=>{
- this.newTeam3=res.avg[0]
- this.newAvg3=res.avg[1]
- // console.log(res)
- let first=res.first
- let second=res.second
- this.lineOptsect2.categories=[]
- if(!this.timepickpickisshow){
- this.lineOptsect2.series=[
- {
- name:first[0].accountName,
- data:[]
- }
- ]
- first.map(item=>{
- // console.log(item)
- this.lineOptsect2.categories.push(item.statDate.slice(5,10))
- this.lineOptsect2.series[0].data.push(item.sumFraction)
- })
- }else{
- this.lineOptsect2.series=[
- {
- name:first[0].accountName,
- data:[]
- },
- {
- "name": second[0].accountName,
- "data": []
- }
- ]
- first.map(item=>{
- this.lineOptsect2.categories.push(item.statDate.slice(5,10))
- this.lineOptsect2.series[0].data.push(item.sumFraction)
- })
- second.map(item=>{
- this.lineOptsect2.series[1].data.push(item.sumFraction)
- })
- }
- // console.log(this.lineOptsect2,'3')
- })
- },
- // 获取有效录音
- async getRecordList(){
- // 当选择有效录音时
- let res=null
- if(this.activeTotal2==0){
- res= await this.$u.post('/cusLvStatistics/employeeAnalysisEffectiveRecording',{
- userA:this.staff1.value,
- userB:this.staff2.value,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- }else{
- res= await this.$u.post('/cusLvStatistics/employeeAnalysisRecordingTime',{
- userA:this.staff1.value,
- userB:this.staff2.value,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- }
- // console.log(res)
- this.newTeam2=res.avg[0]
- this.newAvg2=res.avg[1]
- let first=res.first
- let second=res.second
- this.lineOptsect1.categories=[]
- if(!this.timepickpickisshow){
- this.lineOptsect1.series=[
- {
- name:first[0].accountName,
- data:[]
- }
- ]
- first.map(item=>{
- this.lineOptsect1.categories.push(item.statDate.slice(5,10))
- this.lineOptsect1.series[0].data.push(item.sumDuration)
- })
- }else{
- this.lineOptsect1.series=[
- {
- name:first[0].accountName,
- data:[]
- },
- {
- "name": second[0].accountName,
- "data": []
- }
- ]
- first.map(item=>{
- this.lineOptsect1.categories.push(item.statDate.slice(5,10))
- this.lineOptsect1.series[0].data.push(item.sumDuration)
- })
- second.map(item=>{
- this.lineOptsect1.series[1].data.push(item.sumDuration)
- })
- }
- // console.log(this.lineOptsect1,'2')
- },
- // 获取销奖能力
- getAwardList(){
- this.$u.post('/cusLvStatistics/employeeAnalysisLevel1Fraction',{
- userA:this.staff1.value,
- userB:this.staff2.value,
- houseId:this.houseId,
- timeType:this.lastEndDate?null:this.activeTotal+'',
- lastEndDate:this.lastEndDate,
- lastStartDate:this.lastStartDate
- })
- .then(res=>{
- // console.log(res)
- let first=res.first
- let second=res.second
- this.chartData.categories=[]
- if(!this.timepickpickisshow){
- this.chartData.series=[
- {
- name:first[0].accountName,
- data:[]
- }
- ]
- first.map(item=>{
- this.chartData.categories.push(item.name)
- this.chartData.series[0].data.push(item.avgExecutionRate)
- })
- }else{
- this.chartData.series=[
- {
- name:first[0].accountName,
- data:[]
- },
- {
- "name": second[0].accountName,
- "data": []
- }
- ]
- first.map(item=>{
- this.chartData.categories.push(item.name)
- this.chartData.series[0].data.push(item.avgExecutionRate)
- })
- second.map(item=>{
- this.chartData.series[1].data.push(item.avgExecutionRate)
- })
- }
-
- })
- },
- tabtimetap(index){
- if (index == 3) {
- this.totalTimeShow = true;
- } else {
- this.activeTotal = index;
- this.lastEndDate=''
- this.lastStartDate=''
- // 获取数据
- // this.getreception()
- // this.getRecordList()
- // this.getAwardList()
- this.getdata()
- }
- },
- tabtimetap1(index){
- this.activeTotal2 = index;
- // 调用方法
- this.getRecordList()
- },
- //自定义时间
- totalTimeChange(e) {
- console.log(e.startDate, e.endDate)
- this.activeTotal=3;
- this.lastEndDate=e.endDate
- this.lastStartDate=e.startDate
- // 获取数据
- // this.getreception()
- // this.getRecordList()
- // this.getAwardList()
- this.getdata()
- },
- staffSelectCallback(e){
- if(this.choseStaffFlag){
- // 第二个客户
- // console.log(e,'第二个')
- this.staff2=e[0]
- }else{
- // 第一个客户
- // console.log(e,'第一个')
- 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.getreception()
- // this.getRecordList()
- // this.getAwardList()
- this.getdata()
- }
-
-
- },
- },
- }
- </script>
- <style lang="scss" scoped>
- // 对比时间切换
- .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>
|