選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Theteamcompared.vue 31 KiB

3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. <template>
  2. <view class="box">
  3. <view class="boxtittab">
  4. <view class="tabbox">
  5. <view :class="{ activecllasscet: activeTotal == 4 }" @click="tabtimetap(4)">近七天</view>
  6. </view>
  7. <view class="tabbox">
  8. <view :class="{ activecllasscet: activeTotal == 5 }" @click="tabtimetap(5)">近15天</view>
  9. </view>
  10. <view class="tabbox">
  11. <view :class="{ activecllasscet: activeTotal == 6 }" @click="tabtimetap(6)">近30天</view>
  12. </view>
  13. <view class="tabbox">
  14. <view :class="{ activecllasscet: activeTotal == 3 }" @click="tabtimetap(3)">自定义</view>
  15. </view>
  16. </view>
  17. <view class="timepick">
  18. <view class="timepicktime" @click="chiocStaff(0)">
  19. <view>{{staff1.label}}</view>
  20. <view>
  21. <image class="Underimg" src="../../../static/images/Underimg.png" mode=""></image>
  22. </view>
  23. </view>
  24. <view class="timepickpick" v-if="staff1.value">
  25. <view @click="checkboxChange()" style="width: 40rpx;height:40rpx;border: 1rpx solid #E0E0E0;">
  26. <image v-if="timepickpickisshow" style="width: 40rpx;height: 40rpx;" src="../../../static/images/xuanzhong.png" mode=""></image>
  27. </view>
  28. <view style="font-size:26rpx;text-indent: 12rpx;">对比</view>
  29. </view>
  30. <view class="timepicktime" v-if="timepickpickisshow" @click="chiocStaff(1)">
  31. <view>{{staff2.label}}</view>
  32. <view>
  33. <image class="Underimg" src="../../../static/images/Underimg.png" mode=""></image>
  34. </view>
  35. </view>
  36. </view>
  37. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  38. <view class="single">
  39. <view class="title">
  40. <view class="title1" style="flex: 1;">接待量</view>
  41. <view class="title3" style="flex: 1;">
  42. <view class="title3-box" @click="tabtimetap1(0)">
  43. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active1 == 0 }">排名</view>
  44. </view>
  45. <view class="title3-box" @click="tabtimetap1(1)">
  46. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active1 == 1 }">趋势</view>
  47. </view>
  48. <!-- <view class="title3-box">
  49. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
  50. </view> -->
  51. </view>
  52. </view>
  53. <view class="hejibox">
  54. <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam1||0}}</view>
  55. <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg1||0}}</view>
  56. </view>
  57. <view class="" v-if=" eharTab.active1 == 1 ">
  58. <view class="danwei">接待量</view>
  59. <view class="uchaserbox">
  60. <qiun-data-charts
  61. type="line"
  62. :chartData="lineOptsect1"
  63. background="none"
  64. :ontouch="true"
  65. canvasId="wangxiaohuaerlingeryilingwuyibbb"
  66. :canvas2d="true"
  67. />
  68. </view>
  69. </view>
  70. <view class="jindu" v-if=" eharTab.active1 == 0 ">
  71. <view class="jindu-box" v-for="(item,index) in newlisttabinfo1" :key="index">
  72. <view class="jindu-boxche">
  73. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  74. <view style="width: 440rpx;margin-left: 10rpx;">
  75. <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
  76. </view>
  77. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  83. <view class="single">
  84. <view class="title">
  85. <view class="title1" style="flex: 1;">接待时长</view>
  86. <view class="title3" style="flex: 1;">
  87. <view class="title3-box" @click="tabtimetap2(0)">
  88. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active2 == 0 }">排名</view>
  89. </view>
  90. <view class="title3-box" @click="tabtimetap2(1)">
  91. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active2 == 1 }">趋势</view>
  92. </view>
  93. <!-- <view class="title3-box">
  94. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
  95. </view> -->
  96. </view>
  97. </view>
  98. <view class="hejibox">
  99. <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam2||0}}</view>
  100. <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg2||0}}</view>
  101. </view>
  102. <view class="" v-if=" eharTab.active2 == 1 ">
  103. <view class="danwei">录音时长</view>
  104. <view class="uchaserbox">
  105. <qiun-data-charts
  106. type="line"
  107. :chartData="lineOptsect2"
  108. background="none"
  109. :ontouch="true"
  110. canvasId="wangxiaohuaerlingeryilingwuyibb"
  111. :canvas2d="true"
  112. />
  113. </view>
  114. </view>
  115. <view class="jindu" v-if=" eharTab.active2 == 0 ">
  116. <view class="jindu-box" v-for="(item,index) in newlisttabinfo2" :key="index">
  117. <view class="jindu-boxche">
  118. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  119. <view style="width: 440rpx;margin-left: 10rpx;">
  120. <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
  121. </view>
  122. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
  123. </view>
  124. </view>
  125. </view>
  126. </view>
  127. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  128. <view class="single">
  129. <view class="title">
  130. <view class="title1" style="flex: 1;">销讲执行率</view>
  131. <view class="title3" style="flex: 1;">
  132. <view class="title3-box" @click="tabtimetap3(0)">
  133. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active3 == 0 }">排名</view>
  134. </view>
  135. <view class="title3-box" @click="tabtimetap3(1)">
  136. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active3 == 1 }">趋势</view>
  137. </view>
  138. <!-- <view class="title3-box">
  139. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
  140. </view> -->
  141. </view>
  142. </view>
  143. <view class="hejibox">
  144. <view class="heji">{{!staff1.value?'团队总数':staff1.label}}:{{newTeam3||0}}</view>
  145. <view class="heji">{{!staff2.value?'团队平均':staff2.label}}:{{newAvg3||0}}</view>
  146. </view>
  147. <view class="" v-if=" eharTab.active3 == 1 ">
  148. <view class="danwei">执行率</view>
  149. <view class="uchaserbox">
  150. <qiun-data-charts
  151. type="line"
  152. :chartData="lineOptsect3"
  153. background="none"
  154. :ontouch="true"
  155. canvasId="wangxiaohuaerlingeryilingwuyib"
  156. :canvas2d="true"
  157. />
  158. </view>
  159. </view>
  160. <view class="jindu" v-if=" eharTab.active3 == 0 ">
  161. <view class="jindu-box" v-for="(item,index) in newlisttabinfo3" :key="index">
  162. <view class="jindu-boxche">
  163. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  164. <view style="width: 440rpx;margin-left: 10rpx;">
  165. <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
  166. </view>
  167. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
  168. </view>
  169. </view>
  170. </view>
  171. </view>
  172. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  173. <!-- <view class="single">
  174. <view class="title">
  175. <view class="title1" style="flex: 1;">顾问排名(TOP10)</view>
  176. <view class="title3" style="flex: 1;">
  177. <view class="title3-box">
  178. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 0 }">执行率</view>
  179. </view>
  180. <view class="title3-box">
  181. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 1 }">得分</view>
  182. </view>
  183. </view>
  184. </view>
  185. <view class="hejibox">
  186. <view class="heji">合计:50</view>
  187. <view class="heji">均值:25</view>
  188. </view>
  189. <view class="jindu">
  190. <view class="jindu-box" v-for="(item,index) in newlisttabinfo" :key="index">
  191. <view class="jindu-boxche">
  192. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  193. <view style="width: 440rpx;margin-left: 10rpx;">
  194. <u-line-progress height="24" :show-percent="false" active-color="#9B6BDF" :percent="item.zxl"></u-line-progress>
  195. </view>
  196. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
  197. </view>
  198. </view>
  199. </view>
  200. </view> -->
  201. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  202. <view class="single">
  203. <view class="title" style="padding-right: 30rpx;">
  204. <view class="title1" style="flex: 1;">销讲能力</view>
  205. <view class="title2" style="flex: 1;justify-content: flex-end;" @click="goTeam">
  206. <view class="title2-che">团队
  207. <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
  208. </view>
  209. </view>
  210. </view>
  211. <view class="uchaserbox">
  212. <qiun-data-charts
  213. type="radar"
  214. :chartData="chartData1"
  215. :canvas2d="true"
  216. canvasId="wangxiaohuaerlingeryilingwuyib88"
  217. background="none"
  218. />
  219. </view>
  220. </view>
  221. <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
  222. <!-- <view class="single">
  223. <view class="title">
  224. <view class="title1" style="flex: 1;">禁忌执行率</view>
  225. <view class="title3" style="flex: 1;">
  226. <view class="title3-box" @click="tabtimetap4(0)">
  227. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active4 == 0 }">排名</view>
  228. </view>
  229. <view class="title3-box" @click="tabtimetap4(1)">
  230. <view style="height: 42rpx;" :class="{ activecltab: eharTab.active4 == 1 }">趋势</view>
  231. </view>
  232. <view class="title3-box">
  233. <view style="height: 42rpx;" :class="{ activecltab: activeTotal2 == 2 }">表格</view>
  234. </view>
  235. </view>
  236. </view>
  237. <view class="hejibox">
  238. <view class="heji">{{!staff1.value?'团队':staff1.label}}:{{newTeam4||0}}</view>
  239. <view class="heji">{{!staff2.value?'均值':staff2.label}}:{{newAvg4||0}}</view>
  240. </view>
  241. <view class="" v-if=" eharTab.active4 == 1 ">
  242. <view class="danwei">来访(人)</view>
  243. <view class="uchaserbox">
  244. <qiun-data-charts
  245. type="line"
  246. :chartData="lineOptsect4"
  247. background="none"
  248. :ontouch="true"
  249. canvasId="wangxiaohuaerlingeryilingwuyi"
  250. :canvas2d="true"
  251. />
  252. </view>
  253. </view>
  254. <view class="jindu" v-if=" eharTab.active4 == 0 ">
  255. <view class="jindu-box" v-for="(item,index) in newlisttabinfo4" :key="index">
  256. <view class="jindu-boxche">
  257. <view class="jindu-name">{{item.name.substring(0, 4)}}</view>
  258. <view style="width: 440rpx;margin-left: 10rpx;">
  259. <u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl"></u-line-progress>
  260. </view>
  261. <view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view>
  262. </view>
  263. </view>
  264. </view>
  265. </view> -->
  266. <!-- <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> -->
  267. <!-- <view class="single">
  268. <view class="title" style="padding-right: 30rpx;">
  269. <view class="title1" style="flex: 1;">违禁能力(TOP10)</view>
  270. <view class="title2" style="flex: 1;justify-content: flex-end;">
  271. <view class="title2-che">楼盘
  272. <image class="righttochoose" src="../../../static/images/righttochoose.png" mode=""></image>
  273. </view>
  274. </view>
  275. </view>
  276. <view class="hejibox">
  277. <view class="heji">合计:50</view>
  278. <view class="heji">均值:25</view>
  279. </view>
  280. <view class="uchaserbox">
  281. <qiun-data-charts
  282. type="radar"
  283. :chartData="chartData"
  284. :canvas2d="true"
  285. canvasId="wangxiaohuaerlingeryilingwuyib89"
  286. background="none"
  287. />
  288. </view>
  289. </view> -->
  290. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  291. <!-- 选择部门的选择框 -->
  292. <u-select v-model="staffShow" :list="staffList" @confirm="staffSelectCallback" :default-value='selindex'></u-select>
  293. <u-select v-model="staffShow1" :list="staffList1" @confirm="staffSelectCallback" :default-value='selindex'></u-select>
  294. </view>
  295. </template>
  296. <script>
  297. var app = getApp();
  298. var util = require("../../../utils/util.js");
  299. var config = require("../../../config");
  300. export default {
  301. data() {
  302. return {
  303. activeTotal: 4,
  304. eharTab:{
  305. active1: 0,
  306. active2:0,
  307. active3:0,
  308. active4:0,
  309. },
  310. deptids:'',
  311. bocindex:0,
  312. timepickpickisshow:false,
  313. totalTimeShow: false,
  314. // 楼盘id
  315. houseId:'',
  316. staffList:[],
  317. staffList1:[],
  318. staffShow:false,
  319. staffShow1:false,
  320. staff1:{
  321. value:'',
  322. label:''
  323. },
  324. staff2:{
  325. value:'',
  326. label:'平均'
  327. },
  328. lastStartDate:'',
  329. lastEndDate :'',
  330. selindex:[0],
  331. choseStaffFlag:false,
  332. lineOptsect1:{
  333. "categories": ["2016","2017","2018","2019","2020","2021"],
  334. "series": [
  335. {
  336. "name": "成交量1",
  337. "data": [35,8,25,37,4,20]
  338. },
  339. {
  340. "name": "成交量2",
  341. "data": [40,18,45,44,10,60]
  342. }
  343. ]
  344. },
  345. lineOptsect2:{
  346. "categories": ["2016","2017","2018","2019","2020","2021"],
  347. "series": [
  348. {
  349. "name": "成交量1",
  350. "data": [35,8,25,37,4,20]
  351. },
  352. {
  353. "name": "成交量2",
  354. "data": [40,18,45,44,10,60]
  355. }
  356. ]
  357. },
  358. lineOptsect3:{
  359. "categories": ["2016","2017","2018","2019","2020","2021"],
  360. "series": [
  361. {
  362. "name": "成交量1",
  363. "data": [35,8,25,37,4,20]
  364. },
  365. {
  366. "name": "成交量2",
  367. "data": [40,18,45,44,10,60]
  368. }
  369. ]
  370. },
  371. lineOptsect4:{
  372. "categories": ["2016","2017","2018","2019","2020","2021"],
  373. "series": [
  374. {
  375. "name": "成交量1",
  376. "data": [35,8,25,37,4,20]
  377. },
  378. {
  379. "name": "成交量2",
  380. "data": [40,18,45,44,10,60]
  381. }
  382. ]
  383. },
  384. newlisttabinfo1:[
  385. {name:'接待量',zxl:'10'},
  386. {name:'平均执行率',zxl:'50'},
  387. {name:'接待客户',zxl:'80'},
  388. ],
  389. newlisttabinfo2:[
  390. {name:'接待量',zxl:'10'},
  391. {name:'平均执行率',zxl:'50'},
  392. {name:'接待客户',zxl:'80'},
  393. ],
  394. newlisttabinfo3:[
  395. {name:'接待量',zxl:'10'},
  396. {name:'平均执行率',zxl:'50'},
  397. {name:'接待客户',zxl:'80'},
  398. ],
  399. newlisttabinfo4:[
  400. {name:'接待量',zxl:'10'},
  401. {name:'平均执行率',zxl:'50'},
  402. {name:'接待客户',zxl:'80'},
  403. ],
  404. newTeam1:'',
  405. newAvg1:'',
  406. newTeam2:'',
  407. newAvg2:'',
  408. newTeam3:'',
  409. newAvg3:'',
  410. newTeam4:'',
  411. newAvg4:'',
  412. chartData1:{
  413. "categories": ["维度1","维度2","维度3","维度4","维度5","维度6"],
  414. "series": [
  415. {
  416. "name": "成交量",
  417. "data": [90,110,165,195,187,172]
  418. }
  419. ]
  420. },
  421. chartData2:{
  422. "categories": ["维度1","维度2","维度3","维度4","维度5","维度6"],
  423. "series": [
  424. {
  425. "name": "成交量",
  426. "data": [90,110,165,195,187,172]
  427. }
  428. ]
  429. }
  430. };
  431. },
  432. onLoad() {
  433. let that=this
  434. uni.$on('update',function(data){
  435. // console.log(data)
  436. that.deptids=data.arr.join(',')
  437. // 获取销奖能力
  438. that.getPowerList()
  439. })
  440. // 获取楼盘id
  441. this.houseId = uni.getStorageSync('buildingID').id;
  442. // this.buildingname = uni.getStorageSync('buildingID').name;
  443. // 请求接口获取所有置业顾问员工的列表
  444. this.getSectionList()
  445. },
  446. methods: {
  447. //是否对比
  448. checkboxChange(){
  449. this.timepickpickisshow=!this.timepickpickisshow;
  450. this.staff2.label='平均'
  451. this.staff2.value=''
  452. // 团队对比接待量
  453. this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
  454. // 团队对比接待时长
  455. this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  456. /* 销奖执行率 */
  457. this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  458. // 获取销奖能力
  459. this.getPowerList()
  460. },
  461. // 获取部门列表
  462. getSectionList(){
  463. this.$u.post('/cusLvStatistics/findAllDeptIdByHouseId',{houseId:this.houseId})
  464. .then(res=>{
  465. this.staffList=[]
  466. this.staffList1=[]
  467. res.map(item=>{
  468. let obj={}
  469. obj.value=item.deptId
  470. obj.label=item.deptName
  471. this.staffList.push(obj)
  472. })
  473. this.staffList1=[...this.staffList]
  474. this.staffList.unshift({
  475. value:'',
  476. label:'全部'
  477. })
  478. this.staffList1.unshift({
  479. value:'',
  480. label:'平均'
  481. })
  482. this.staff1=this.staffList[0]
  483. // 团队对比接待量
  484. this.receptionCountList(0,1,'/cusLvStatistics/teamAnalysisReception')
  485. // 团队对比接待时长
  486. this.receptionCountList(0,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  487. /* 销奖执行率 */
  488. this.receptionCountList(0,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  489. // 获取销奖能力
  490. this.getPowerList()
  491. })
  492. },
  493. // 点击部门对比
  494. chiocStaff(idx){
  495. if(idx==0){
  496. // 当选择了第一个的时候
  497. this.choseStaffFlag=false
  498. this.staffShow=true
  499. }else{
  500. this.choseStaffFlag=true
  501. this.staffShow1=true
  502. }
  503. },
  504. //时间切换
  505. tabtimetap(index) {
  506. if (index == 3) {
  507. this.totalTimeShow = true;
  508. } else {
  509. this.activeTotal = index;
  510. this.lastEndDate=''
  511. this.lastStartDate=''
  512. // 获取数据
  513. // 团队对比接待量
  514. this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
  515. // 团队对比接待时长
  516. this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  517. /* 销奖执行率 */
  518. this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  519. // 获取销奖能力
  520. this.getPowerList()
  521. }
  522. },
  523. // 接待量
  524. tabtimetap1(idx){
  525. this.eharTab.active1=idx
  526. // 调用方法
  527. this.receptionCountList(idx,1,'/cusLvStatistics/teamAnalysisReception')
  528. },
  529. // 接待时长
  530. tabtimetap2(idx){
  531. this.eharTab.active2=idx
  532. // 调用方法
  533. this.receptionCountList(idx,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  534. },
  535. tabtimetap3(idx){
  536. this.eharTab.active3=idx
  537. // 调用方法
  538. this.receptionCountList(idx,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  539. },
  540. tabtimetap4(idx){
  541. this.eharTab.active4=idx
  542. // 调用方法
  543. // this.getRecordList()
  544. },
  545. //自定义时间
  546. totalTimeChange(e) {
  547. console.log(e.startDate, e.endDate)
  548. this.activeTotal=3;
  549. this.lastEndDate=e.endDate
  550. this.lastStartDate=e.startDate
  551. // 获取数据
  552. // 团队对比接待量
  553. this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
  554. // 团队对比接待时长
  555. this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  556. /* 销奖执行率 */
  557. this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  558. // 获取销奖能力
  559. this.getPowerList()
  560. },
  561. //指标执行率分析tab
  562. tapspagek2(index) {
  563. this.bocindex = index;
  564. },
  565. //集团对比
  566. Groupcontrast(){
  567. uni.navigateTo({
  568. url: '/pages/center/Piabodata/Groupcontrast'
  569. });
  570. },
  571. // 去选择团队
  572. goTeam(){
  573. uni.navigateTo({
  574. url:`/pages/center/Piabodata/selectTeam?ids=${this.deptids}`
  575. })
  576. },
  577. staffSelectCallback(e){
  578. if(this.choseStaffFlag){
  579. // 第二个客户
  580. // console.log(e,'第二个')
  581. this.staff2=e[0]
  582. }else{
  583. // 第一个客户
  584. // console.log(e,'第一个')
  585. // 当选择全部时
  586. if(!e.value){
  587. this.timepickpickisshow=false
  588. this.staff2.label='平均'
  589. this.staff2.value=''
  590. }
  591. this.staff1=e[0]
  592. }
  593. if(this.staff1.label==this.staff2.label){
  594. uni.showToast({
  595. title:'请勿选择重复',
  596. icon:'none'
  597. })
  598. this.staff2.label='请选择'
  599. // this.staff2.label='平均'
  600. // this.staff2.value=''
  601. return
  602. }else{
  603. // 获取数据
  604. // 团队对比接待量
  605. this.receptionCountList(this.eharTab.active1,1,'/cusLvStatistics/teamAnalysisReception')
  606. // 团队对比接待时长
  607. this.receptionCountList(this.eharTab.active2,2,'/cusLvStatistics/teamAnalysisReceptionTime')
  608. /* 销奖执行率 */
  609. this.receptionCountList(this.eharTab.active3,3,'/cusLvStatistics/teamAnalysisExecutionRate')
  610. // 获取销奖能力
  611. this.getPowerList()
  612. }
  613. },
  614. // 团队对比接待量
  615. // receptionCountList(idx){
  616. // this.$u.post('/cusLvStatistics/teamAnalysisReception',{
  617. // // userA:this.staff1.value,
  618. // // userB:this.staff2.value,
  619. // deptIds:[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
  620. // showRank:idx,
  621. // houseId:this.houseId,
  622. // timeType:this.lastEndDate?null:this.activeTotal+'',
  623. // lastEndDate:this.lastEndDate,
  624. // lastStartDate:this.lastStartDate
  625. // })
  626. // .then(res=>{
  627. // // console.log(res)
  628. // let result=res.result
  629. // this.newTeam=res.avg[0]
  630. // this.newAvg=res.avg[1]
  631. // if(idx==0){
  632. // // 当选择的是牌名时
  633. // // 处理数据
  634. // // 先处理牌名数据,需要进行判断全部还是单个
  635. // // 当为全部时
  636. // this.newlisttabinfo=[]
  637. // // 当选择全部时
  638. // if(!this.staff1.value&&!this.staff2.value){
  639. // // console.log(1)
  640. // result[0].map(item=>{
  641. // let obj={}
  642. // obj.name=item.deptName
  643. // obj.zxl=item.receptionCount
  644. // this.newlisttabinfo.push(obj)
  645. // })
  646. // }
  647. // // 当选择只有一个时
  648. // else if(this.staff1.value&&!this.staff2.value){
  649. // // console.log(2)
  650. // result[0].map(item=>{
  651. // let obj={}
  652. // obj.name=item.deptName
  653. // obj.zxl=item.receptionCount
  654. // this.newlisttabinfo.push(obj)
  655. // })
  656. // // 判断是否显示平均
  657. // // 如果显示对比
  658. // if(this.timepickpickisshow){
  659. // result[1].map(item=>{
  660. // let obj={}
  661. // obj.name='平均'
  662. // obj.zxl=item.receptionCount
  663. // this.newlisttabinfo.push(obj)
  664. // })
  665. // }
  666. // }else{
  667. // // console.log(3)
  668. // // 当两个都选择的时候
  669. // result[0].map(item=>{
  670. // let obj={}
  671. // obj.name=item.deptName
  672. // obj.zxl=item.receptionCount
  673. // this.newlisttabinfo.push(obj)
  674. // })
  675. // result[1].map(item=>{
  676. // let obj={}
  677. // obj.name=item.deptName
  678. // obj.zxl=item.receptionCount
  679. // this.newlisttabinfo.push(obj)
  680. // })
  681. // }
  682. // }else{
  683. // // 当选择趋势时
  684. // // this.lineOptsect={
  685. // // categories:[],
  686. // // series:[]
  687. // // }
  688. // let allobj={
  689. // categories:[],
  690. // series:[]
  691. // }
  692. // // 先处理时间
  693. // // 当选择全部时
  694. // if(!this.staff1.value&&!this.staff2.value){
  695. // // console.log(1)
  696. // result.map((item,idx)=>{
  697. // let obj={}
  698. // obj.name=item[0].deptName
  699. // obj.data=[]
  700. // item.map(item1=>{
  701. // // 时间的处理
  702. // if(idx==0){
  703. // allobj.categories.push(item1.statDate.slice(5,10))
  704. // }
  705. // obj.data.push(item1.receptionCount)
  706. // })
  707. // allobj.series.push(obj)
  708. // })
  709. // }
  710. // // 当选择只有一个时
  711. // else if(this.staff1.value&&!this.staff2.value){
  712. // // console.log(2)
  713. // let obj={}
  714. // obj.data=[]
  715. // obj.name=result[0][0].deptName
  716. // result[0].map(item=>{
  717. // allobj.categories.push(item.statDate.slice(5,10))
  718. // obj.data.push(item.receptionCount)
  719. // })
  720. // allobj.series.push(obj)
  721. // // 判断是否显示平均
  722. // // 如果显示对比
  723. // if(this.timepickpickisshow){
  724. // let obj={}
  725. // obj.data=[]
  726. // obj.name='平均'
  727. // result[1].map(item=>{
  728. // obj.data.push(item.receptionCount)
  729. // })
  730. // allobj.series.push(obj)
  731. // }
  732. // }else{
  733. // // console.log(3)
  734. // // 当两个都选择的时候
  735. // let obj={}
  736. // let obj1={}
  737. // obj.data=[]
  738. // obj1.data=[]
  739. // obj.name=result[0][0].deptName
  740. // obj1.name=result[1][0].deptName
  741. // result[0].map(item=>{
  742. // allobj.categories.push(item.statDate.slice(5,10))
  743. // obj.data.push(item.receptionCount)
  744. // })
  745. // result[1].map(item=>{
  746. // obj1.data.push(item.receptionCount)
  747. // })
  748. // allobj.series.push(obj)
  749. // allobj.series.push(obj1)
  750. // }
  751. // this.lineOptsect=allobj
  752. // }
  753. // })
  754. // },
  755. // 接待时长
  756. receptionCountList(idx,index,url){
  757. this.$u.post(url,{
  758. // userA:this.staff1.value,
  759. // userB:this.staff2.value,
  760. deptIds:[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
  761. showRank:idx,
  762. houseId:this.houseId,
  763. timeType:this.lastEndDate?null:this.activeTotal+'',
  764. lastEndDate:this.lastEndDate,
  765. lastStartDate:this.lastStartDate
  766. })
  767. .then(res=>{
  768. // console.log(res)
  769. let result=res.result
  770. this['newTeam'+index]=res.avg[0]
  771. this['newAvg'+index]=res.avg[1]
  772. if(idx==0){
  773. // 当选择的是牌名时
  774. // 处理数据
  775. // 先处理牌名数据,需要进行判断全部还是单个
  776. // 当为全部时
  777. this['newlisttabinfo'+index]=[]
  778. // 当选择全部时
  779. if(!this.staff1.value&&!this.staff2.value){
  780. // console.log(1)
  781. result[0].map(item=>{
  782. let obj={}
  783. obj.name=item.deptName
  784. obj.zxl=item.data
  785. this['newlisttabinfo'+index].push(obj)
  786. })
  787. }
  788. // 当选择只有一个时
  789. else if(this.staff1.value&&!this.staff2.value){
  790. // console.log(2)
  791. result[0].map(item=>{
  792. let obj={}
  793. obj.name=item.deptName
  794. obj.zxl=item.data
  795. this['newlisttabinfo'+index].push(obj)
  796. })
  797. // 判断是否显示平均
  798. // 如果显示对比
  799. if(this.timepickpickisshow){
  800. result[1].map(item=>{
  801. let obj={}
  802. obj.name='平均'
  803. obj.zxl=item.data
  804. this['newlisttabinfo'+index].push(obj)
  805. })
  806. }
  807. }else{
  808. // console.log(3)
  809. // 当两个都选择的时候
  810. result[0].map(item=>{
  811. let obj={}
  812. obj.name=item.deptName
  813. obj.zxl=item.data
  814. this['newlisttabinfo'+index].push(obj)
  815. })
  816. result[1].map(item=>{
  817. let obj={}
  818. obj.name=item.deptName
  819. obj.zxl=item.data
  820. this['newlisttabinfo'+index].push(obj)
  821. })
  822. }
  823. }else{
  824. // 当选择趋势时
  825. this['lineOptsect'+index]={}
  826. let allobj={
  827. categories:[],
  828. series:[]
  829. }
  830. // 先处理时间
  831. // 当选择全部时
  832. if(!this.staff1.value&&!this.staff2.value){
  833. result.map((item,idx)=>{
  834. let obj={}
  835. obj.name=item[0].deptName
  836. obj.data=[]
  837. item.map(item1=>{
  838. // 时间的处理
  839. if(idx==0){
  840. allobj.categories.push(item1.statDate.slice(5,10))
  841. }
  842. obj.data.push(item1.data)
  843. })
  844. allobj.series.push(obj)
  845. })
  846. }
  847. // 当选择只有一个时
  848. else if(this.staff1.value&&!this.staff2.value){
  849. // console.log(2)
  850. let obj={}
  851. obj.data=[]
  852. obj.name=result[0][0].deptName
  853. result[0].map(item=>{
  854. allobj.categories.push(item.statDate.slice(5,10))
  855. obj.data.push(item.data)
  856. })
  857. allobj.series.push(obj)
  858. // 判断是否显示平均
  859. // 如果显示对比
  860. if(this.timepickpickisshow){
  861. let obj={}
  862. obj.data=[]
  863. obj.name='平均'
  864. result[1].map(item=>{
  865. obj.data.push(item.data)
  866. })
  867. allobj.series.push(obj)
  868. }
  869. }else{
  870. // console.log(3)
  871. // 当两个都选择的时候
  872. let obj={}
  873. let obj1={}
  874. obj.data=[]
  875. obj1.data=[]
  876. obj.name=result[0][0].deptName
  877. obj1.name=result[1][0].deptName
  878. result[0].map(item=>{
  879. allobj.categories.push(item.statDate.slice(5,10))
  880. obj.data.push(item.data)
  881. })
  882. result[1].map(item=>{
  883. obj1.data.push(item.data)
  884. })
  885. allobj.series.push(obj)
  886. allobj.series.push(obj1)
  887. }
  888. // console.log(allobj)
  889. // return
  890. // this.lineOptsect1=allobj
  891. this['lineOptsect'+index]=allobj
  892. // this['lineOptsect'+index].series=allobj.series
  893. // this['lineOptsect'+index].categories=allobj.categories
  894. }
  895. })
  896. },
  897. // 获取销奖能力
  898. getPowerList(){
  899. this.$u.post('/cusLvStatistics/teamAnalysisMarketingAbility',{
  900. deptIds:this.deptids||[this.staff1.value,this.staff2.value].filter(item=>item).join(','),
  901. houseId:this.houseId,
  902. timeType:this.lastEndDate?null:this.activeTotal+'',
  903. lastEndDate:this.lastEndDate,
  904. lastStartDate:this.lastStartDate
  905. })
  906. .then(res=>{
  907. // console.log(res)
  908. // 处理数据
  909. this.chartData1={
  910. categories:[],
  911. series:[]
  912. }
  913. let allobj={
  914. categories:[],
  915. series:[]
  916. }
  917. // 当选择全部时
  918. if(!this.staff1.value&&!this.staff2.value){
  919. // let first=res.first
  920. res.first.map((item,index)=>{
  921. let obj={
  922. name:item[0].deptName,
  923. data:[]
  924. }
  925. item.map((item1)=>{
  926. if(index==0){
  927. allobj.categories.push(item1.name)
  928. }
  929. obj.data.push(item1.avgExecutionRate)
  930. })
  931. allobj.series.push(obj)
  932. })
  933. }
  934. // 当选择只有一个时
  935. else if(this.staff1.value&&!this.staff2.value){
  936. res.first.map((item,index)=>{
  937. let obj={
  938. name:item[0].deptName,
  939. data:[]
  940. }
  941. item.map((item1)=>{
  942. if(index==0){
  943. allobj.categories.push(item1.name)
  944. }
  945. obj.data.push(item1.avgExecutionRate)
  946. })
  947. allobj.series.push(obj)
  948. })
  949. // 判断是否显示平均
  950. // 如果显示对比
  951. if(this.timepickpickisshow){
  952. res.second.map((item,index)=>{
  953. let obj={
  954. name:'平均',
  955. data:[]
  956. }
  957. item.map((item1)=>{
  958. obj.data.push(item1.avgExecutionRate)
  959. })
  960. allobj.series.push(obj)
  961. })
  962. }
  963. }else{
  964. // console.log(3)
  965. // 当两个都选择的时候
  966. res.first.map((item,index)=>{
  967. let obj={
  968. name:item[0].deptName,
  969. data:[]
  970. }
  971. item.map((item1)=>{
  972. if(index==0){
  973. allobj.categories.push(item1.name)
  974. }
  975. obj.data.push(item1.avgExecutionRate)
  976. })
  977. allobj.series.push(obj)
  978. })
  979. }
  980. // console.log(allobj)
  981. this.chartData1=allobj
  982. this.$forceUpdate()
  983. })
  984. },
  985. }
  986. };
  987. </script>
  988. <style lang="scss" scoped>
  989. .box {
  990. width: 100%;
  991. height: 100%;
  992. background: #FAFAFA;
  993. padding-bottom: 60rpx;
  994. }
  995. // 对比时间切换
  996. .timepick{
  997. width: 100%;
  998. height: 90rpx;
  999. display: flex;
  1000. align-items: center;
  1001. background: #FAFAFA;
  1002. }
  1003. .timepicktime{
  1004. width: 260rpx;
  1005. height: 50rpx;
  1006. border: 1rpx solid #E0E0E0;
  1007. margin-left: 30rpx;
  1008. display: flex;
  1009. background: #FFFFFF;
  1010. }
  1011. .timepicktime>view:nth-of-type(1){
  1012. width: 210rpx;
  1013. height: 100%;
  1014. line-height: 50rpx;
  1015. font-size: 26rpx;
  1016. font-weight: 400;
  1017. text-align: center;
  1018. }
  1019. .timepicktime>view:nth-of-type(2){
  1020. width: 50rpx;
  1021. height: 100%;
  1022. border-left: 1px solid #E0E0E0;
  1023. }
  1024. .timepickpick{
  1025. width: 110rpx;
  1026. height: 50rpx;
  1027. margin-left: 30rpx;
  1028. display: flex;
  1029. align-items: center;
  1030. }
  1031. .Underimg{
  1032. width: 50rpx;
  1033. height:50rpx;
  1034. margin-top: -2rpx;
  1035. }
  1036. </style>