|
- <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>
-
- <!-- 接待量排名(TOP10) -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">接待量排名(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">合计</view>
- <view class="text1-2">{{newlisttabinfo1.total}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">顾问</view>
- <view class="text1-2">{{newlisttabinfo1.count}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">人均接待量</view>
- <view class="text1-2">{{newlisttabinfo1.avg}}</view>
- </view>
- </view>
-
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo1.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo1.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo1.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <!-- 销讲执行率排行(TOP10) -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">销讲执行率排行(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 50%;">
- <view class="text1-1">顾问</view>
- <view class="text1-2">{{newlisttabinfo3.count}}</view>
- </view>
- <view class="sanbox1" style="width: 50%;">
- <view class="text1-1">人均执行率</view>
- <view class="text1-2">{{newlisttabinfo3.avg}}</view>
- </view>
- </view>
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo3.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo3.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo3.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <!-- 录音时长(TOP10) -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">录音时长(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">合计</view>
- <view class="text1-2">{{newlisttabinfo2.total}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">顾问</view>
- <view class="text1-2">{{newlisttabinfo2.count}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">人均录音时长</view>
- <view class="text1-2">{{newlisttabinfo2.avg}}</view>
- </view>
- </view>
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo2.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo2.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo2.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <!-- 违禁次数排名(TOP10 -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">违禁次数排名(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">合计</view>
- <view class="text1-2">{{newlisttabinfo4.total}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">顾问</view>
- <view class="text1-2">{{newlisttabinfo4.count}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">人均违禁次数</view>
- <view class="text1-2">{{newlisttabinfo4.avg}}</view>
- </view>
- </view>
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo4.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo4.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo4.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <!-- 接待未标顾问(TOP10) -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">接待未标顾问(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">合计</view>
- <view class="text1-2">{{newlisttabinfo5.total}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">顾问</view>
- <view class="text1-2">{{newlisttabinfo5.count}}</view>
- </view>
- <view class="sanbox1" style="width: 33.33%;">
- <view class="text1-1">均值</view>
- <view class="text1-2">{{newlisttabinfo5.avg}}</view>
- </view>
- </view>
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo5.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo5.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo5.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <!--平均需求挖掘率排名(TOP10) -->
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1" style="flex: 1;">平均需求挖掘率排名(TOP10)</view>
- </view>
- <view class="hejisan">
- <view class="sanbox1" style="width: 50%;">
- <view class="text1-1">楼盘总数</view>
- <view class="text1-2">{{newlisttabinfo6.total}}</view>
- </view>
- <view class="sanbox1" style="width: 50%;">
- <view class="text1-1">平均挖掘率</view>
- <view class="text1-2">{{newlisttabinfo6.avg}}</view>
- </view>
- </view>
- <view class="jindu" style="min-height: 360rpx;">
- <view v-if="newlisttabinfo6.result.length!=0" class="jindu-box"
- v-for="(item,index) in newlisttabinfo6.result" :key="index">
- <view class="jindu-boxche" v-if="item.zxl != 0">
- <view class="jindu-name" v-if="item.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.zxl1"></u-line-progress>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
- </view>
- </view>
- <view v-if="newlisttabinfo6.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
- 暂无数据
- </view>
- </view>
- </view>
-
- <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
- </view>
- </template>
-
- <script>
- var app = getApp();
- var util = require("../../../utils/util.js");
- var config = require("../../../config");
- export default {
- data() {
- return {
- activeTotal: 4,
- totalTimeShow: false,
- // 项目id
- houseId: '',
- lastEndDate: '',
- lastStartDate: '',
- newlisttabinfo1: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- newlisttabinfo2: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- newlisttabinfo3: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- newlisttabinfo4: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- newlisttabinfo5: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- newlisttabinfo6: {
- avg: '',
- count: '',
- total: '',
- result: [],
- },
- };
- },
- onLoad(option) {
- // 获取项目id
- this.houseId = uni.getStorageSync('buildingID').id;
- this.init()
- if (option.type == 1) {
- this.totalTimeChange({startDate: option.staTime, endDate: option.endtime})
- }
- },
- onPullDownRefresh() {
- this.init()
- setTimeout(function() {
- uni.stopPullDownRefresh();
- }, 1000);
- },
- methods: {
- init() {
- this.newlisttabinfo1 = {
- avg: '',
- count: '',
- total: '',
- result: [],
- }
- this.newlisttabinfo2 = {
- avg: '',
- count: '',
- total: '',
- result: [],
- }
- this.newlisttabinfo3 = {
- avg: '',
- count: '',
- total: '',
- result: [],
- }
- this.newlisttabinfo4 = {
- avg: '',
- count: '',
- total: '',
- result: [],
- }
- this.newlisttabinfo4 = {
- avg: '',
- count: '',
- total: '',
- result: [],
- }
-
- var activeTotal = 0;
- if (this.activeTotal == 3) {
- activeTotal = null;
- } else {
- activeTotal = this.activeTotal;
- this.lastEndDate = '';
- this.lastStartDate = '';
- }
- var promse = {
- timeType: activeTotal,
- lastStartDate: this.lastStartDate,
- lastEndDate: this.lastEndDate,
- houseId: this.houseId
- }
- this.staffStatisticsReceptionTop10(promse)
- this.staffStatisticsRecordingTimTop10(promse)
- this.staffStatisticsExecutionRateTop10(promse)
- this.staffStatisticsProhibitedTop10(promse)
- this.staffStatisticsUnlabeledTop10(promse)
- this.wordlevelTop10(promse)
- },
- //接待量排名
- staffStatisticsReceptionTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsReceptionTop10', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.data
- item.name = item.accountName
- })
- res.result = this.dealData(res.result)
- this.newlisttabinfo1 = res;
- })
- },
- //录音时长
- staffStatisticsRecordingTimTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsRecordingTimTop10', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.data
- item.name = item.accountName
- })
- res.result = this.dealData(res.result)
- this.newlisttabinfo2 = res;
- })
- },
- //销讲
- staffStatisticsExecutionRateTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsExecutionRateTop10', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.data;
- item.zxl1 = item.data;
- item.name = item.accountName
- })
- this.newlisttabinfo3 = res;
- })
- },
- // j禁忌
- staffStatisticsProhibitedTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsProhibitedTop10', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.data
- item.name = item.accountName
- })
- res.result = this.dealData(res.result)
- this.newlisttabinfo4 = res;
- })
- },
-
- // 未标记客户数量排名
- staffStatisticsUnlabeledTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsUnlabeledTop', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.tagCustomer
- item.name = item.accountName
- })
- res.result = this.dealData(res.result)
- this.newlisttabinfo5 = res;
- })
- },
- // 平均需求挖掘率排名
- wordlevelTop10(promse) {
- this.$u.post('/cusLvStatistics/staffStatisticsUnlabeledTop', promse).then(res => {
- res.result.forEach(item => {
- item.zxl = item.tagCustomer
- item.name = item.accountName
- })
- res.result = this.dealData(res.result)
- this.newlisttabinfo6 = res;
- })
- },
-
- //自定义时间
- totalTimeChange(e) {
- console.log(e.startDate, e.endDate)
- this.activeTotal = 3;
- this.lastEndDate = e.endDate
- this.lastStartDate = e.startDate
- this.init()
- },
- //时间切换
- tabtimetap(index) {
- if (index == 3) {
- this.totalTimeShow = true;
- } else {
- this.activeTotal = index;
- this.lastEndDate = '';
- this.lastStartDate = '';
- this.init()
- }
- },
- // 定义一个公共方法对数据进行处理
- dealData(arr) {
- // 获取最大值
- let num = Math.max.apply(Math, arr.map(function(o) {
- return o.zxl
- })) //结果:3
- // console.log(num)
- // if(num>100){
- // // 获取最大值的下标
- // // let idx=arr.findIndex(item=>item.zxl==num)
- // // console.log(idx,123)
- // arr.map(item=>{
- // item.zxl1=Math.floor(item.zxl/num*100)
- // })
- // // console.log(arr)
- // return arr
- // }else{
- // arr.map(item=>{
- // item.zxl1=item.zxl
- // })
- // return arr
- // }
- arr.map(item => {
- item.zxl1 = Math.floor(item.zxl / num * 100)
- })
- return arr
-
- },
- }
- };
- </script>
- <style lang="scss" scoped>
- .box {
- width: 100%;
- height: 100%;
- background: #FAFAFA;
- }
-
- .single {
- min-height: 500rpx;
-
- .jindu {
- height: auto;
- min-height: 360rpx;
- }
- }
-
- .hejisan {
- width: 92%;
- margin: 0 auto;
- display: flex;
- padding-top: 20rpx;
- padding-bottom: 20rpx;
- .sanbox1{
- text-align: center;
- }
-
- .text1-1 {
- color: #666666;
- }
-
- .text1-2 {
- color: #333333;
- margin-top: 10rpx;
- }
- }
- </style>
|