|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725 |
- <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 style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="boxzonglan" style="min-height: 400rpx;">
- <view class="zonglantit">简报</view>
- <view class="zonglanbox">
- <view class="grid" v-for="(item,index) in numlist" :key="index">
- <view class="audonum">
- <view class="circle"></view>
- {{item.name}}
- </view>
- <view class="num u-flex" v-if="item.name==='平均执行率'">
- {{item.num}}
- <!-- <image style="margin-left: 2rpx;width: 28rpx;height: 14rpx" src="../../../static/images/excute.png" mode="" /> -->
- </view>
- <view class="num" v-else-if="item.name==='有效接待'">{{item.num||'--'}}</view>
- <view class="num" v-else>{{item.num||0}}</view>
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1">接待趋势</view>
- </view>
- <view class="swiper-box">
- <u-tabs-swiper ref="tabs" font-size="26" :bold="true" swiper-width="600" :current="bocindex"
- @change="tapspagek2()" inactive-color="#505050" active-color="#2671E2" :list="newlistoj1"
- :is-scroll="true">
- </u-tabs-swiper>
- </view>
- <!-- <view class="hejibox">
- <view class="heji">合计:50</view>
- <view class="heji">均值:25</view>
- </view> -->
- <view class="danwei">{{danwei}} </view>
- <view class="uchaserbox">
- <template v-if="danwei == '单位(%)'">
- <qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none"
- :ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
- </template>
- <template v-else>
- <qiun-data-charts type="line" :opts="lineOpts1" :chartData="lineOptsect" background="none"
- :ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba1" :canvas2d="true" />
- </template>
- </view>
- </view>
-
- <view v-if="teamFlag">
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title" @click="staffShow1=true">
- <view class="title1">团队接待趋势</view>
- <view class="title2">
- {{team.label}}
- <image class="righttochoose" src="../../../static/images/down.png" mode=""></image>
- </view>
- </view>
- <view class="danwei">单位(%)</view>
- <view class="uchaserbox">
- <qiun-data-charts :opts="lineOpts" type="line" :chartData="lineOptsect1" background="none"
- :ontouch="true" canvasId="wangxiaohuaerlineryiliwuyibao" :canvas2d="true" />
- </view>
- </view>
- </view>
-
- <view v-if="staffFlag">
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1">员工接待趋势</view>
- <view class="title2" @click="staffShow=true">
- {{staff.label}}
- <image class="righttochoose" src="../../../static/images/down.png" mode=""></image>
- </view>
- </view>
- <!-- <view class="hejibox">
- <view class="heji">合计:{{allnum1||0}}</view>
- <view class="heji">均值:{{allavg1||0}}</view>
- </view> -->
- <view class="danwei">单位(%)</view>
- <view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;"
- v-if="lineOptsect2.series.length===0">暂无数据</view>
- <view class="uchaserbox">
- <qiun-data-charts :opts="lineOpts" type="line" :chartData="lineOptsect2" background="none"
- :ontouch="true" canvasId="wangxiaohuaerlingeryilingwuyibao" :canvas2d="true" />
- </view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1">场景触达分析</view>
- <!-- <view class="title3">
- <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 style="width: 100%;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo.length==0">暂无数据
- </view>
- <view v-else class="jindu" style="margin-top: 20rpx;">
- <scroll-view scroll-y="true">
- <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 class="progress-cus">
- <view class="color" :style="'width:'+ getPercent(item.zxl) + '%'"></view>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}%</view>
- </view>
- </view>
- </scroll-view>
- </view>
- </view>
-
- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
- <view class="single">
- <view class="title">
- <view class="title1">销讲指标执行率</view>
- </view>
- <view class="swiper-box">
- <u-tabs-swiper ref="tabs" font-size="26" :bold="true" swiper-width="600" :current="bocindex1"
- @change="tapspagek3" inactive-color="#505050" active-color="#2671E2" :list="newlistoj"
- :is-scroll="true">
- </u-tabs-swiper>
- </view>
- <view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;"
- v-if="newlisttabinfo1.length==0">暂无数据</view>
- <view class="jindu" v-else>
- <scroll-view scroll-y="true">
- <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 class="progress-cus">
- <view class="color" :style="'width:'+ getPercent(item.zxl) + '%'"></view>
- </view>
- <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}%</view>
- </view>
- </view>
- </scroll-view>
- </view>
- </view>
- <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
- <u-select v-model="staffShow" :list="staffList" @confirm="staffSelectCallback($event,0)"
- :default-value='selindex'></u-select>
- <u-select v-model="staffShow1" :list="teamList" @confirm="staffSelectCallback($event,1)"
- :default-value='selindex'></u-select>
-
- <!-- 加载组件 -->
- <u-loadings v-model="LOADING"></u-loadings>
- </view>
- </template>
-
- <script>
- var app = getApp();
- var config = require("../../../config");
- export default {
- data() {
- return {
- activeTotal: 4,
- activeTotal2: 0,
- houseId: '',
- timeobj: {
- statDateStart: '',
- statDateEnd: ''
- },
- // 员工列表
- staffList: [],
- // 团队列表
- teamList: [],
- staffShow: false,
- staff: {
- value: '',
- label: ''
- },
- team: {
- value: '',
- label: ''
- },
- teamFlag: true,
- bocindex1: 0,
- staffFlag: true,
- staffShow1: false,
- lastStartDate: '',
- lastEndDate: '',
- allnum: '',
- allavg: '',
- allnum1: '',
- allavg1: '',
- danwei: '单位(次)',
- totalTimeShow: false,
- activeTab: 0,
-
- numlist: [{
- name: '平均执行率',
- num: '',
- setName: 'fraction',
- },
- {
- name: '平均接待时长',
- num: '',
- setName: 'avgDuration',
- },
-
- {
- name: '接待量',
- num: '',
- setName: 'receptionCount',
- },
- {
- name: '有效接待',
- num: '',
- setName: 'activeCustomer',
- },
- ],
-
- lineOptsect: {
- "categories": [],
- "series": []
- },
- lineOptsect1: {
- "categories": [],
- "series": []
- },
- lineOptsect2: {
- "categories": [],
- "series": []
- },
- newlistoj: [],
-
- newlistoj1: [{
- name: "平均执行率",
- id: 2,
- title: '单位(%)',
- setName: 'fraction'
- },
- {
- name: "平均接待时长",
- id: 5,
- title: '单位(min)',
- setName: 'sumDuration'
- },
-
- {
- name: "接待量",
- id: 3,
- title: '单位(个)',
- setName: 'sumCustomer'
- },
- {
- name: "有效接待",
- id: 1,
- title: '单位(次)',
- setName: 'receptionCount'
- },
- ],
-
-
- bocindex: 0,
- newlisttabinfo: [{
- name: '接待量',
- zxl: '10'
- },
- {
- name: '平均执行率',
- zxl: '50'
- },
- {
- name: '接待客户',
- zxl: '80'
- },
- ],
- newlisttabinfo1: [],
- Theteamcomparedisshow: false,
- Groupcontrastisshow: false,
- allechar: [],
- allList: [],
- optionsobj: {},
- permissions: {
- commonly2: false,
- commonly3: false,
- commonly4: false,
- commonly5: false,
- commonly6: false,
- },
-
- lineOpts: {
- xAxis: {
- disableGrid: true,
- scrollShow: true,
- itemCount: 8
- },
- yAxis: {
- data: [{
- max: 100,
- min: 0,
- }]
- }
- },
- lineOpts1: {
- xAxis: {
- disableGrid: true,
- scrollShow: true,
- itemCount: 8
- }
- }
- };
- },
- onShow() {
- this.LOADING = true
- let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
- this.permissions.commonly2 = newmenulist.lpdb;
- this.permissions.commonly3 = newmenulist.xjqs;
- this.permissions.commonly4 = newmenulist.tddb;
- this.permissions.commonly5 = newmenulist.gwnl;
- this.permissions.commonly6 = newmenulist.yhhx;
-
-
- // 获取项目id
- this.houseId = uni.getStorageSync('buildingID').id;
- // 获取数据看板
-
- // 获取员工
- this.getStaffList()
- // 获取团队
- this.getSectionList()
- // 获取团队是否显示权限
-
- // 获取简报
- this.getReport()
- // 获取接待趋势
- this.getRtrent()
- // 获取维度
- this.getindexZxl()
- },
- onPullDownRefresh() {
- // 获取员工
- this.getStaffList()
- // 获取团队
- this.getSectionList()
- // 获取团队是否显示权限
-
- // 获取简报
- this.getReport()
- // 获取接待趋势
- this.getRtrent()
- // 获取维度
- this.getindexZxl()
- setTimeout(function() {
- uni.stopPullDownRefresh();
- }, 1000);
- },
- methods: {
- getPercent(num) {
- console.log(num)
- return num || 0
- },
- // 获取员工列表
- getStaffList() {
- this.$u.post('/cusLvStatistics/selectAllAccountIdByHouseId', {
- houseId: this.houseId
- })
- .then(res => {
- // console.log(res,'123')
- this.staffList = []
- res.map(item => {
- let obj = {}
- obj.value = item.accountId
- obj.label = item.name
- this.staffList.push(obj)
- })
- this.staff = this.staffList[0]
- this.getAward()
- })
- },
- // 获取接待趋势
- getRtrent() {
- this.$u.post('/cusLvStatistics/receptionTrend', {
- houseId: this.houseId,
- timeType: this.lastEndDate ? null : this.activeTotal,
- lastEndDate: this.lastEndDate,
- lastStartDate: this.lastStartDate
- })
- .then(res => {
- // console.log(res)
- this.allechar = res
- this.tapspagek2(this.bocindex)
-
- })
- },
- // 销奖维度
- getindexZxl() {
- this.$u.post('/cusLvStatistics/indexZxl', {
- houseId: this.houseId,
- timeType: this.lastEndDate ? null : this.activeTotal,
- lastEndDate: this.lastEndDate,
- lastStartDate: this.lastStartDate
- })
- .then(res => {
- this.LOADING = false
- // console.log(res)
- // 处理销奖维度执行率
- // this.newlisttabinfo
- let arr = []
- this.newlistoj = []
- res.list.map((item, index) => {
- arr.push({
- name: item.name,
- zxl: item.zxl
- })
- this.newlistoj.push({
- name: item.name,
- id: index
- })
- })
- this.newlisttabinfo = arr
- this.allList = res.list
- this.tapspagek3(this.bocindex1)
- }).catch(e => {
- this.LOADING = false
- })
- },
- // 获取简报
- getReport() {
- this.$u.post('/cusLvStatistics/xiaojiangAnalysis', {
- houseId: this.houseId,
- timeType: this.lastEndDate ? null : this.activeTotal,
- lastEndDate: this.lastEndDate,
- lastStartDate: this.lastStartDate
- })
- .then(res => {
- res.fraction = (res.fraction || 0) + '%'
- this.numlist.map(item => {
- item.num = res[item.setName] || 0
- })
- })
- },
- // 获取团队列表
- getSectionList() {
- this.$u.post('/cusLvStatistics/findAllDeptIdByHouseId', {
- houseId: this.houseId
- })
- .then(res => {
- this.teamList = []
- res.map(item => {
- let obj = {}
- obj.value = item.deptId
- obj.label = item.deptName
- this.teamList.push(obj)
- })
- this.team = this.teamList[0]
- this.receptionCountList()
- })
- },
- // 员工销奖趋势
- getAward() {
- if (this.staffList.length == 0) {
- this.staffFlag = false
- this.$forceUpdate()
- return
- }
- this.$u.post('/cusLvStatistics/employeeAnalysisExacutiveRate', {
- userA: this.staff.value,
- userB: '',
- houseId: this.houseId,
- timeType: this.lastEndDate ? null : this.activeTotal + '',
- lastEndDate: this.lastEndDate,
- lastStartDate: this.lastStartDate
- })
- .then(res => {
- this.allnum1 = res.avg[0]
- this.allavg1 = res.avg[1]
- // console.log(res)
- let first = res.first
- let second = res.second
- this.lineOptsect2.categories = []
- this.lineOptsect2.series = [{
- name: first[0].accountName,
- data: [],
- max: 100,
- }]
- first.map(item => {
- this.lineOptsect2.categories.push(item.statDate.slice(5, 10))
- this.lineOptsect2.series[0].data.push(item.sumFraction)
- })
- })
- },
- // 团队接待趋势
- receptionCountList() {
- if (this.teamList.length == 0) {
- this.teamFlag = false
- this.$forceUpdate()
- return
- }
- this.$u.post('/cusLvStatistics/teamAnalysisExecutionRate', {
- deptIds: this.team.value,
- showRank: 1,
- 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.allnum = res.avg[0]
- this.allavg = res.avg[1]
- // 当选择趋势时
- this.lineOptsect1 = {}
- let allobj = {
- categories: [],
- series: []
- }
- // 先处理时间
- // 当选择全部时
- // 当选择只有一个时
- 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)
- this.lineOptsect1 = allobj
-
- })
- },
- //时间切换
- tabtimetap(index) {
- this.activeTotal = index;
- if (index == 3) {
- this.totalTimeShow = true;
- } else {
- this.lastEndDate = ''
- this.lastStartDate = ''
- this.getdata()
- }
- },
- // 获取数据
- getdata() {
- this.receptionCountList()
- this.getReport()
- this.getRtrent()
- this.getindexZxl()
- this.getAward()
- },
- staffSelectCallback(e, idx) {
- if (idx == 0) {
- this.staff = e[0]
- this.getAward()
- } else {
- this.team = e[0]
- this.receptionCountList()
- }
- // console.log(e,idx)
- },
- //自定义时间
- totalTimeChange(e) {
- console.log(e.startDate, e.endDate)
- this.activeTotal = 3;
- this.lastEndDate = e.endDate
- this.lastStartDate = e.startDate
- this.getdata()
- },
- //指标执行率分析tab
- tapspagek2(index) {
- let allobj = {
- "categories": [],
- "series": [{
- name: '接待量',
- data: []
- }]
- }
- // 平均执行率
- this.danwei = this.newlistoj1[index].title
- allobj.series[0].name = this.newlistoj1[index].name
- this.allechar.map(item => {
- allobj.categories.push(item.statDate.slice(5, 10))
- allobj.series[0].data.push(item[this.newlistoj1[index].setName])
- })
-
- this.bocindex = index;
- this.lineOptsect = allobj
- },
- tapspagek3(index) {
- this.newlisttabinfo1 = [];
- let arr = []
- this.allList[index].children.map(item => {
- arr.push({
- name: item.name,
- zxl: item.zxl
- })
- })
- this.newlisttabinfo1 = arr
- this.bocindex1 = index;
- },
- //集团对比
- Groupcontrast() {
- uni.navigateTo({
- url: '/pages/center/Piabodata/Groupcontrast'
- });
- },
- //团队对比
- Theteamcompared() {
- if (this.teamList.length == 0) {
- uni.showToast({
- title: '没有团队呢',
- icon: 'none'
- })
- return
- }
- uni.navigateTo({
- url: '/pages/center/Piabodata/Theteamcompared'
- });
- },
- //用户洞察
- toUserinsightinto() {
- uni.navigateTo({
- url: '/pages/center/Piabodata/Userinsightinto'
- });
- },
- //趋势分析
- toTrendAnalysis() {
- uni.navigateTo({
- url: '/pages/center/Piabodata/TrendAnalysis'
- });
- },
- //员工分析
- toStaffAnalysis() {
- if (this.staffList.length == 0) {
- uni.showToast({
- title: '没有团队呢',
- icon: 'none'
- })
- return
- }
- uni.navigateTo({
- url: '/pages/center/Piabodata/StaffAnalysis'
- });
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- .box {
- width: 100%;
- height: 100%;
- background: #FAFAFA;
- }
-
- .boxtittab {
- position: sticky;
- top: var(--window-top);
- z-index: 999;
- }
-
- .Piabodata-box {
- width: 100%;
- background: #FFFFFF;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 30rpx;
-
- .Piabodata {
- width: 33.3%;
-
- .Piabodata-img {
- width: 100%;
- text-align: center;
-
- .Piabodata-img1 {
- width: 134rpx;
- height: 134rpx;
- }
- }
-
- .Piabodata-text {
- width: 100%;
- text-align: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #333333;
- margin-top: -10rpx;
- }
- }
- }
-
- .grid:nth-child(1) {
- border-right: 1rpx solid #E0E0E0;
- border-bottom: 1rpx solid #E0E0E0;
- }
-
- .grid:nth-child(2) {
- border-bottom: 1rpx solid #E0E0E0;
- }
-
- .grid:nth-child(3) {
- border-right: 1rpx solid #E0E0E0;
- }
- </style>
|