You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1585 lines
41 KiB

  1. <template>
  2. <view class="box">
  3. <view class="content">
  4. <view class="content-tips" @click="goedit()">
  5. <view class="content-first">
  6. <view class="left">
  7. <view v-if="customerInfo.level.length==0"></view>
  8. <view class="img" v-else-if="customerInfo.level==1">A</view>
  9. <view class="img" v-else-if="customerInfo.level==2">B</view>
  10. <view class="img" v-else-if="customerInfo.level==3">C</view>
  11. <view class="img" v-else-if="customerInfo.level==4">D</view>
  12. <view class="test">{{customerInfo.name || '--'}}</view>
  13. <view class="edit" v-if="isEdit">
  14. <image class="screen-sel-img" src="../../../static/images/edit.png" mode=""></image>
  15. </view>
  16. </view>
  17. <view class="right">
  18. <view class="test">销讲执行:<text class="blue">{{ customerInfo.fraction || 0 }}%</text></view>
  19. </view>
  20. </view>
  21. <view class="content-sec">
  22. <view class="content-sec-lab">
  23. <view class="content-sec-lab1">
  24. 手机号码:{{customerInfo.phone&&customerInfo.isShow==1?customerInfo.phone.length==11?customerInfo.phone.substr(0, 3) + '****' + customerInfo.phone.substr(7):customerInfo.phone:customerInfo.phone&&customerInfo.isShow!=1?customerInfo.phone: '--'}}
  25. </view>
  26. <view class="content-sec-lab1" style="width: 44%">到访次数:{{ customerInfo.visitRecord || 0 }}次/{{
  27. customerInfo.mm || 0
  28. }}min</view>
  29. </view>
  30. <view class="content-sec-lab">
  31. <view class="content-sec-lab1">需求挖掘:{{ customerInfo.wordFraction || 0 }}%</view>
  32. <view class="content-sec-lab1" @click.stop="tipupon" style="width: 44%">画像标签:<text
  33. class="look">{{
  34. customerInfo.demand.cusSemanticWordsList?customerInfo.demand.cusSemanticWordsList.length:0}}</text><text
  35. class="look1">查看</text></view>
  36. </view>
  37. <view class="content-sec-lab">
  38. <view class="content-sec-lab1">所属顾问:{{ customerInfo.agentName || "--" }}</view>
  39. <view class="content-sec-lab1" style="width: 44%">客户阶段:{{ customerInfo.stageName || "--" }}
  40. </view>
  41. </view>
  42. <view class="content-sec-lab">
  43. <view class="content-sec-lab1">上次到访:{{ customerInfo.createTime || "--" }}</view>
  44. </view>
  45. </view>
  46. <view class="content-last">
  47. <view class="content-last-con">
  48. 备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}}
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="tab">
  54. <view class="tabbox">
  55. <view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
  56. </view>
  57. <view class="tabbox">
  58. <view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
  59. </view>
  60. <view class="tabbox">
  61. <view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">销讲执行率</view>
  62. </view>
  63. <view class="tabbox">
  64. <view :class="{ activecllasscet: activeTotal == 3 }" @click="tabtimetap(3)">挖掘执行率</view>
  65. </view>
  66. </view>
  67. <view class="tabchange">
  68. <view style="min-height: 700rpx;">
  69. <!-- 接待记录 -->
  70. <view class="tabactive1" v-if="activeTotal==0">
  71. <view v-if="Thevisitingrecords.length==0"
  72. style="width: 100%;height: 100%;display: flex;align-items: center;">
  73. <view style="width: 100%;padding-top: 60rpx;">
  74. <view style="width: 100%;text-align: center;">
  75. <image style="width: 220rpx;height: 200rpx;"
  76. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  77. </view>
  78. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  79. </view>
  80. </view>
  81. <view v-if="Thevisitingrecords.length!=0" class="content-tips"
  82. v-for="(item,index) in Thevisitingrecords" :key="index" @click="tapThevisiting(item)">
  83. <view class="content-first">
  84. <view class="left">
  85. <view class="name">{{item.agentName || '--'}}</view>
  86. <view class="status" v-if="item.replaceReception==1">代接待</view>
  87. </view>
  88. </view>
  89. <view class="content-sec">
  90. <view class="left">
  91. <view class="cus" style="line-height: 46rpx;">客户:{{item.name || '--'}} |</view>
  92. <view style="line-height: 46rpx;" class="arriveNum">{{item.visitRecord || '0'}}次到访
  93. </view>
  94. </view>
  95. <view class="right">{{item.fraction || '0'}}%</view>
  96. </view>
  97. <view class="content-last">{{item.createTime}} | {{item.mm || 0}}min</view>
  98. </view>
  99. </view>
  100. <!-- 跟进记录 -->
  101. <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
  102. <view v-if="fllowList.length==0"
  103. style="width: 100%;height:600rpx;display: flex;align-items: center;background-color: #FFFFFF;">
  104. <view style="width: 100%;padding-top: 60rpx;">
  105. <view style="width: 100%;text-align: center;">
  106. <image style="width: 220rpx;height: 200rpx;"
  107. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  108. </view>
  109. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  110. </view>
  111. </view>
  112. <view v-if="fllowList.length!=0" class="tab2-tips" v-for="(item,index) in fllowList" :key="index">
  113. <view class="tab2-first">
  114. <view class="tab2-first-1">
  115. <view class="tab2-first-left">
  116. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  117. <view class="name">{{item.agentName || '||'}}</view>
  118. </view>
  119. <view class="tab2-first-right">{{item.createTime}}</view>
  120. </view>
  121. <view class="tab2-first-foot">跟进内容:{{item.remarks || '暂无'}}</view>
  122. </view>
  123. <!-- <view class="tab2-sec">
  124. <view class="tab-sec-edit">编辑记录</view>
  125. </view> -->
  126. </view>
  127. </view>
  128. <!-- 销讲执行率 -->
  129. <view class="ratecenter" v-if="activeTotal==2">
  130. <view
  131. style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  132. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标
  133. </view>
  134. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率
  135. </view>
  136. </view>
  137. <view v-if="ratelist.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  138. <view style="width: 100%;padding-top: 60rpx;">
  139. <view style="width: 100%;text-align: center;">
  140. <image style="width: 220rpx;height: 200rpx;"
  141. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  142. </view>
  143. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  144. </view>
  145. </view>
  146. <view class="Level-box" v-if="ratelist.length!=0" v-for="(item,index) in ratelist" :key="index">
  147. <view class="Level1che" @click="changeshow(item,1)">
  148. <view class="title1">{{item.name}}</view>
  149. <view class="leve1-jindu">
  150. <view class="jindutiao">
  151. <view class="huanxing" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  152. <view class="text">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%
  153. </view>
  154. </view>
  155. </view>
  156. <view class="jiantobox">
  157. <image v-if="!item.show" class="arrow rotatearrow" src="/static/images/down.png"
  158. mode="" />
  159. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  160. </view>
  161. </view>
  162. <view class="hhhbox" v-if="item.show" v-for="(subitem,i) in item.children" :key="i">
  163. <view class="Level2che" @click="changeshow2(subitem,1)">
  164. <view class="title1 u-line-1">{{subitem.name}}</view>
  165. <view class="leve1-jindu">
  166. <view class="zhixing" v-if="!subitem.selected">已执行</view>
  167. <view class="zhixing2" v-else>未执行</view>
  168. </view>
  169. <view class="jiantobox">
  170. <image v-if="!subitem.show" class="arrow rotatearrow" src="/static/images/down.png"
  171. mode="" />
  172. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  173. </view>
  174. </view>
  175. <view class="hsnrtest" v-if="subitem.show">话术内容</view>
  176. <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
  177. v-for="(che,inc) in subitem.children" :key='inc'>
  178. <!-- che.selected==0 为本次接待-蓝色 ,viewFlag==1 为2次接待-黄色 未执行-灰色-->
  179. <view class="title1"
  180. :style="che.viewFlag==1?'color:#FF8C13':che.selected!=0?'color: #666':''">
  181. {{inc+1}}.{{che.name}}
  182. </view>
  183. <view class="jiantobox">
  184. <image v-if="che.selected==0&&che.viewFlag != 1" class="arrow"
  185. src="/static/images/rate-checked.png" mode="" />
  186. <image v-else-if="che.selected==0&&che.viewFlag == 1" class="arrow"
  187. src="/static/images/checked-yellow.png" mode="" />
  188. <image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" />
  189. </view>
  190. </view>
  191. <view v-if="subitem.show" style="width: 100%;height: 30rpx;"></view>
  192. </view>
  193. </view>
  194. </view>
  195. <!-- 需求挖掘执行率 -->
  196. <view class="xuqiu" v-if="activeTotal==3">
  197. <!-- 暂无数据 -->
  198. <view v-if="KeyWordsfractionList.length==0"
  199. style="width: 100%;height: 100%;display: flex;align-items: center;">
  200. <view style="width: 100%;padding-top: 60rpx;">
  201. <view style="width: 100%;text-align: center;">
  202. <image style="width: 220rpx;height: 200rpx;"
  203. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  204. </view>
  205. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  206. </view>
  207. </view>
  208. <!-- 需求挖掘执行率 -->
  209. <view v-if="KeyWordsfractionList.length">
  210. <view class="top-box">
  211. <view style="width:50%;text-align:center">挖掘执行:{{customerInfo.wordFraction||0}}%</view>
  212. <view style="width:50%;text-align:center">挖掘成功:{{percent||0}}%</view>
  213. </view>
  214. <view
  215. style="
  216. width: 100%;
  217. height: 80rpx;
  218. border-bottom: 1rpx solid #e0e0e0;
  219. display: flex;
  220. align-items: center;
  221. background: #fff;
  222. "
  223. >
  224. <view
  225. style="
  226. flex: 1;
  227. font-size: 28rpx;
  228. color: #333333;
  229. font-weight: 600;
  230. text-indent: 50rpx;
  231. "
  232. >指标</view
  233. >
  234. <view
  235. style="
  236. flex: 1;
  237. font-size: 28rpx;
  238. color: #333333;
  239. font-weight: 600;
  240. text-indent: 70rpx;
  241. "
  242. >执行率</view
  243. >
  244. <view
  245. style="
  246. flex: 1;
  247. font-size: 28rpx;
  248. color: #333333;
  249. font-weight: 600;
  250. text-indent: 70rpx;
  251. "
  252. >匹配标签</view
  253. >
  254. <view style="flex: 0 0 30rpx;"></view>
  255. </view>
  256. <!-- 暂无数据 -->
  257. <view
  258. v-if="KeyWordsfractionList.length == 0"
  259. style="width: 100%; height: 100%; display: flex; align-items: center"
  260. >
  261. <view style="width: 100%; padding-top: 60rpx">
  262. <view style="width: 100%; text-align: center">
  263. <image
  264. style="width: 220rpx; height: 200rpx"
  265. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png"
  266. mode=""
  267. ></image>
  268. </view>
  269. <view
  270. style="
  271. text-align: center;
  272. width: 100%;
  273. margin-top: 20rpx;
  274. color: #999999;
  275. "
  276. >暂无数据</view
  277. >
  278. </view>
  279. </view>
  280. <!-- 挖掘执行话术展示 -->
  281. <view
  282. class="Level-box"
  283. v-else
  284. v-for="(item, index) in KeyWordsfractionList"
  285. :key="index"
  286. >
  287. <view class="Level1che" @click="changeshowlevel1(item, 1)">
  288. <view class="title1" style="flex: 1">{{ item.name }}</view>
  289. <view class="Level1-middle" style="flex: 2; display: flex">
  290. <view class="item" style="flex: 1; text-align: center"
  291. >执行{{ item.fraction || 0 }}%</view
  292. >
  293. <view class="item" style="flex:1;text-align:center;" v-if="item.keywordsList&&item.keywordsList.length">已匹配({{
  294. item.keywordsList&&item.keywordsList.length
  295. }})</view>
  296. <view class="item" v-else style="flex:1;text-align:center;">未匹配</view>
  297. </view>
  298. <view class="jiantobox">
  299. <image
  300. v-if="!item.show"
  301. class="arrow rotatearrow"
  302. src="/static/images/down.png"
  303. mode=""
  304. />
  305. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  306. </view>
  307. </view>
  308. <!-- 话术在一级下 -->
  309. <view v-if="item.children&&item.children.length==0">
  310. <view class="hhhbox" v-if="item.show" style="padding: 30rpx;">
  311. <view class="hsnrtest"
  312. >客户标签:{{ getKeywordsList(item.keywordsList) }}</view
  313. >
  314. <view class="hsnrtest">话术内容:</view>
  315. <view v-if="item.modelList.length==0">暂无话术</view>
  316. <view class="Level3che" v-for="(che,inc) in item.modelList" :key='inc'>
  317. <view class="title1"
  318. :style="che.isAskQuestions==2?'color:#FF8C13':che.isAskQuestions==0?'':'color: #666'">
  319. {{inc+1}}.{{che.showFormatExpression}}
  320. </view>
  321. <view class="jiantobox">
  322. <!-- 0本次选中 1未选中 2上次选中 -->
  323. <image v-if="che.isAskQuestions==0" class="arrow"
  324. src="/static/images/rate-checked.png" mode="" />
  325. <image v-else-if="che.isAskQuestions==2" class="arrow"
  326. src="/static/images/checked-yellow.png" mode="" />
  327. <image v-else class="arrow" src="/static/images/rate-nocheck.png" mode="" />
  328. </view>
  329. </view>
  330. </view>
  331. </view>
  332. <!-- 话术在二级下 -->
  333. <view v-if="item.children&&item.children.length">
  334. <view
  335. class="hhhbox"
  336. v-if="item.show"
  337. v-for="(subitem, i) in item.children"
  338. :key="i"
  339. >
  340. <view class="Level2che" @click="changeshow2(subitem, 1)">
  341. <view class="title1 u-line-1">{{ subitem.name }}</view>
  342. <view class="leve1-jindu">
  343. <view class="zhixing" v-if="subitem.isAskQuestions == 0"
  344. >已执行</view
  345. >
  346. <view class="zhixing2" v-else>未执行</view>
  347. </view>
  348. <view class="leve1-jindu">
  349. <view class="zhixing" v-if="subitem.selected == 0">已匹配</view>
  350. <view class="zhixing2" v-else>未匹配</view>
  351. </view>
  352. <view class="jiantobox">
  353. <image
  354. v-if="!subitem.show"
  355. class="arrow rotatearrow"
  356. src="/static/images/down.png"
  357. mode=""
  358. />
  359. <image
  360. v-else
  361. class="arrow"
  362. src="/static/images/up.png"
  363. mode=""
  364. />
  365. </view>
  366. </view>
  367. <view v-if="subitem.show" style="padding: 30rpx 0">
  368. <view class="hsnrtest"
  369. >客户标签:{{ getKeywordsList(subitem.keywordsList) }}</view
  370. >
  371. <view class="hsnrtest">话术内容:</view>
  372. <view v-if="subitem.modelList.length==0">暂无话术</view>
  373. <view
  374. class="Level3che"
  375. v-for="(che, inc) in subitem.modelList"
  376. :key="inc"
  377. >
  378. <view
  379. class="title1"
  380. :style="
  381. che.isAskQuestions == 2
  382. ? 'color:#FF8C13'
  383. : che.isAskQuestions == 0
  384. ? ''
  385. : 'color: #666'
  386. "
  387. >{{ inc + 1 }}.{{
  388. che.showFormatExpression
  389. }}</view
  390. >
  391. <view class="jiantobox">
  392. <image
  393. v-if="che.isAskQuestions == 0"
  394. class="arrow"
  395. src="/static/images/rate-checked.png"
  396. mode=""
  397. />
  398. <image
  399. v-else-if="che.isAskQuestions == 2"
  400. class="arrow"
  401. src="/static/images/checked-yellow.png"
  402. mode=""
  403. />
  404. <image
  405. v-else
  406. class="arrow"
  407. src="/static/images/rate-nocheck.png"
  408. mode=""
  409. />
  410. </view>
  411. </view>
  412. </view>
  413. </view>
  414. </view>
  415. </view>
  416. </view>
  417. </view>
  418. </view>
  419. </view>
  420. <view class="pon-foot" v-if="buttonisshow">
  421. <view class="foot-tab" @click="goRemind">添加提醒</view>
  422. <view class="foot-tab" @click="followRecordAdd()">写跟进</view>
  423. </view>
  424. <!-- closeable -->
  425. <u-popup v-model="tipshow" mode="center" mask-close-able width="560rpx" border-radius="14">
  426. <scroll-view scroll-y="true" style="height: 440rpx;">
  427. <view style="display: flex; flex-wrap: wrap; padding:20rpx;">
  428. <view class="upon-sec-tips" v-for="(item,index) in customerInfo.demand.cusSemanticWordsList"
  429. :key="index">
  430. {{item.name}}
  431. </view>
  432. </view>
  433. </scroll-view>
  434. </u-popup>
  435. <!-- 加载组件 -->
  436. <loading v-model="LOADING"></loading>
  437. </view>
  438. </template>
  439. <script>
  440. import loading from "@/components/loading/index.vue"
  441. export default {
  442. components: {
  443. loading
  444. },
  445. data() {
  446. return {
  447. percent: 0,
  448. tabactive: 0,
  449. activeTotal: 0,
  450. customerId: '',
  451. tipshow: false,
  452. customerInfo: {
  453. name: '',
  454. createTime: '',
  455. agentName: ''
  456. },
  457. Thevisitingrecords: [],
  458. totalRate: [],
  459. ratelist: [],
  460. fllowList: [],
  461. KeyWordsfractionList: [], //需求挖掘话术list
  462. userInfo: {},
  463. buttonisshow: false
  464. }
  465. },
  466. computed: {
  467. isEdit() {
  468. let arr = uni.getStorageSync('weapp_session_Menu_data')
  469. return arr.findIndex(item => {
  470. return item.name == '客户编辑'
  471. }) == -1 ? false : true
  472. }
  473. },
  474. onLoad(options) {
  475. this.LOADING = true
  476. this.customerId = options.id;
  477. },
  478. onShow() {
  479. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  480. if (this.userInfo.dataCode == 6) {
  481. this.buttonisshow = true;
  482. } else {
  483. this.buttonisshow = false
  484. }
  485. this.getCustomerInfo()
  486. this.tabtimetap(0)
  487. },
  488. methods: {
  489. // 计算挖掘执行的完成率
  490. getPercent(){
  491. let countArr = this.KeyWordsfractionList.filter(item=> item.selected==0)
  492. console.log(countArr)
  493. this.percent = (countArr.length / this.KeyWordsfractionList.length)*100
  494. console.log(this.percent.toFixed(0))
  495. this.percent = this.percent.toFixed(0)
  496. },
  497. //挖掘率话术客户标签展示
  498. getKeywordsList(list) {
  499. let keywords = [];
  500. if (list && list.length) {
  501. keywords = list.map((item) => item.name);
  502. } else {
  503. return "--";
  504. }
  505. return keywords.join(",");
  506. },
  507. changeshowlevel1(item, type) {
  508. console.log(item)
  509. item.show = !item.show
  510. },
  511. max100(num) {
  512. if (num > 100) {
  513. return 100;
  514. } else if (!num) {
  515. return 0;
  516. } else {
  517. return num;
  518. }
  519. },
  520. // 客户详情需求挖掘话术
  521. getfindKeyWordsBycusId() {
  522. this.$u
  523. .get("/cusLvStatistics/findKeyWordsBycusId?cusId=" + this.customerId)
  524. .then((res) => {
  525. // console.log(res)
  526. if (res.length) {
  527. res.forEach((item, index) => {
  528. item.show = false;
  529. if (index == 0) {
  530. item.show = true;
  531. }
  532. if (item.children && item.children.length) {
  533. item.children.forEach((obj, i) => {
  534. obj.show = false;
  535. if (i == 0 && index == 0) {
  536. obj.show = true;
  537. }
  538. });
  539. }
  540. });
  541. this.KeyWordsfractionList = res;
  542. this.getPercent()
  543. } else {
  544. this.KeyWordsfractionList = [];
  545. }
  546. });
  547. },
  548. // 获取到访记录
  549. getVisitList() {
  550. this.$u.get("/customer/findByPhoneAndProject?id=" + this.customerId, ).then(res => {
  551. this.Thevisitingrecords = res
  552. })
  553. },
  554. // 获取客户信息
  555. getCustomerInfo() {
  556. const that = this;
  557. this.$u.get("/customer/findById", {
  558. id: this.customerId
  559. }).then(res => {
  560. this.LOADING = false
  561. if (res.fraction == null) {
  562. res.fraction = '0';
  563. }
  564. if (res.demand.cusSemanticWordsList != null) {
  565. res.demand.cusSemanticWords = res.demand.cusSemanticWordsList
  566. res.demand.cusSemanticWordsList.forEach(che => {
  567. if (che.isInterval == 0) {
  568. che.name = che.name + che.unit + '-' + che.endName + che.unit;
  569. }
  570. })
  571. // res.demand.cusSemanticWordsList = res.demand.cusSemanticWordsList.slice(0, 3)
  572. }
  573. // console.log(res.demand.cusSemanticWords,'关键字')
  574. this.customerInfo = res;
  575. }).catch(e => {
  576. this.LOADING = false
  577. })
  578. },
  579. tabtimetap(idx) {
  580. this.activeTotal = idx
  581. if (idx == 0) {
  582. this.getVisitList()
  583. } else if (idx == 1) {
  584. this.getFollowList()
  585. } else {
  586. this.getRatelist()
  587. this.getfindKeyWordsBycusId()
  588. }
  589. },
  590. tapThevisiting(item) {
  591. uni.showLoading({
  592. title: '加载中',
  593. mask: true
  594. });
  595. if (item.yon != 0) {
  596. setTimeout(function() {
  597. uni.hideLoading();
  598. }, 2000);
  599. uni.showToast({
  600. icon: 'none',
  601. title: '暂无录音',
  602. duration: 2000
  603. });
  604. return
  605. } else {
  606. const parames = {
  607. pageNum: 1,
  608. pageSize: 100,
  609. query: {
  610. customerId: item.id,
  611. }
  612. }
  613. var item = {
  614. bg: 0,
  615. customerId: item.id,
  616. id: ''
  617. }
  618. uni.setStorageSync("entrance", 1); //写入缓存
  619. uni.setStorageSync("searchobj", item); //写入缓存
  620. this.$u.post("/corpus/findByPage", parames).then(res => {
  621. setTimeout(function() {
  622. uni.hideLoading();
  623. }, 2000);
  624. if (res == null) {
  625. uni.showToast({
  626. icon: "none",
  627. title: "暂无音频"
  628. })
  629. return
  630. }
  631. if (res[0].merge == 0) {
  632. let newobj = res[0];
  633. uni.navigateTo({
  634. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=2&wordFraction=${this.customerInfo.wordFraction}`
  635. })
  636. } else {
  637. let newobj = res[0];
  638. uni.navigateTo({
  639. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=1&wordFraction=${this.customerInfo.wordFraction}`
  640. })
  641. }
  642. })
  643. }
  644. },
  645. // 获取跟进记录
  646. getFollowList() {
  647. this.fllowList = [];
  648. this.$u.post("/customer/getCusStage", {
  649. customerId: this.customerId
  650. }).then(res => {
  651. res.forEach(item => {
  652. item.agentName = this.customerInfo.agentName
  653. })
  654. this.fllowList = res;
  655. })
  656. },
  657. // 新增跟进
  658. followRecordAdd() {
  659. uni.navigateTo({
  660. url: `/pages/center/consumer/newFollowup/newFollowup?id=${this.customerId}&level=${this.customerInfo.level}&stageName=${this.customerInfo.stageName}`
  661. })
  662. },
  663. // 去编辑
  664. goedit() {
  665. // console.log('去编辑')
  666. if (!this.isEdit) return
  667. uni.navigateTo({
  668. url: `/pages/center/consumer/edit?id=${this.customerId}&projectId=${this.customerInfo.projectId}`
  669. })
  670. },
  671. // 去添加提醒
  672. goRemind() {
  673. uni.navigateTo({
  674. url: `/pages/center/consumer/remind?str=${this.customerInfo.name+'/'+this.customerInfo.phone}&customerId=${this.customerId}`
  675. })
  676. },
  677. //评分点击
  678. clickaudeopal(item) {
  679. if (item.selected == 0 && item.viewFlag != 1) {
  680. uni.navigateTo({
  681. url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item
  682. .marketingId + '&type=0'
  683. })
  684. }
  685. },
  686. tipupon() {
  687. if (!this.customerInfo.demand.cusSemanticWordsList) return
  688. this.tipshow = true
  689. },
  690. changeshow(item, type) {
  691. item.show = !item.show
  692. },
  693. changeshow2(item, type) {
  694. item.show = !item.show
  695. },
  696. // 获取评分
  697. getRatelist() {
  698. this.$u.get("/customer/findzkMByCusId", {
  699. cusId: this.customerId
  700. }).then(res => {
  701. if (res.length) {
  702. let level1 = []
  703. res.forEach(item => {
  704. if (item.pid == 0) {
  705. level1.push({
  706. id: item.marketingId,
  707. rate: item.fraction,
  708. name: item.name,
  709. sort: item.sort,
  710. viewFlag: item.viewFlag,
  711. show: false,
  712. ratepercent: 0,
  713. children: []
  714. })
  715. }
  716. })
  717. // this.totalRate = level2rate;
  718. res.forEach(subitem => {
  719. let subitempid = subitem.pid
  720. level1.forEach(item => {
  721. if (subitempid == item.id) {
  722. if (subitem.selected == 0) {
  723. item.ratepercent += subitem.fraction
  724. }
  725. item.children.push({
  726. id: subitem.id,
  727. rate: subitem.fraction,
  728. selected: subitem.selected,
  729. name: subitem.name,
  730. viewFlag: subitem.viewFlag,
  731. show: false,
  732. marketingId: subitem.marketingId,
  733. children: []
  734. })
  735. }
  736. })
  737. })
  738. res.forEach(subitem => {
  739. let subitempid = subitem.pid
  740. level1.forEach(chen => {
  741. chen.children.forEach(zxc => {
  742. if (subitempid == zxc.marketingId) {
  743. zxc.children.push({
  744. id: subitem.id,
  745. rate: subitem.fraction,
  746. selected: subitem.selected,
  747. viewFlag: subitem.viewFlag,
  748. name: subitem.name,
  749. marketingId: subitem.marketingId,
  750. })
  751. }
  752. })
  753. })
  754. })
  755. level1[0].show = true;
  756. level1[0].children[0].show = true;
  757. this.ratelist = level1
  758. }
  759. })
  760. },
  761. }
  762. }
  763. </script>
  764. <style lang="scss" scoped>
  765. .rotatearrow {
  766. transform: rotate(270deg);
  767. }
  768. .top-box{
  769. height: 80rpx;
  770. line-height: 80rpx;
  771. display: flex;
  772. color: #2671E2;
  773. border-bottom: 1rpx solid #ccc;
  774. }
  775. // 评分
  776. .rate-box {
  777. padding: 10rpx 20rpx;
  778. background-color: #FFFFFF;
  779. .date {
  780. width: 300rpx;
  781. height: 33rpx;
  782. font-size: 24rpx;
  783. font-weight: 400;
  784. color: #333333;
  785. line-height: 33rpx;
  786. letter-spacing: 1rpx;
  787. margin-bottom: 8rpx;
  788. }
  789. .title {
  790. width: 100%;
  791. height: 42rpx;
  792. font-size: 30rpx;
  793. font-weight: 500;
  794. color: #333333;
  795. line-height: 42rpx;
  796. letter-spacing: 2rpx;
  797. margin-bottom: 20rpx;
  798. }
  799. .level1 {
  800. display: flex;
  801. align-items: center;
  802. .level-name {
  803. width: 104rpx;
  804. height: 33rpx;
  805. font-size: 24rpx;
  806. font-weight: 500;
  807. color: #333333;
  808. line-height: 33rpx;
  809. letter-spacing: 1rpx;
  810. margin-right: 10rpx;
  811. }
  812. .level-progress {
  813. flex: 1;
  814. border-radius: 11rpx;
  815. height: 21rpx;
  816. background-color: #BEE4FF;
  817. position: relative;
  818. .color {
  819. width: 0;
  820. position: absolute;
  821. top: 0;
  822. left: 0;
  823. height: 21rpx;
  824. border-radius: 11rpx 0 0 11rpx;
  825. background-color: #008EF2;
  826. }
  827. }
  828. .level-rate {
  829. width: 65rpx;
  830. height: 33rpx;
  831. font-size: 24rpx;
  832. font-weight: 500;
  833. color: #333333;
  834. line-height: 33rpx;
  835. letter-spacing: 1rpx;
  836. margin: 0 20rpx 0 15rpx;
  837. }
  838. .arrow {
  839. width: 37rpx;
  840. height: 21rpx;
  841. padding: 5rpx 20rpx;
  842. }
  843. .rotatearrow {
  844. transform: rotate(270deg);
  845. }
  846. }
  847. .level1-subbox {
  848. display: flex;
  849. margin-top: 20rpx;
  850. flex-wrap: wrap;
  851. .sub-name {
  852. width: 50%;
  853. display: flex;
  854. margin-bottom: 18rpx;
  855. .subitem-name {
  856. width: 104rpx;
  857. height: 33rpx;
  858. font-size: 24rpx;
  859. font-weight: 400;
  860. color: #999999;
  861. line-height: 33rpx;
  862. letter-spacing: 1rpx;
  863. margin-right: 12rpx;
  864. }
  865. .checkimg {
  866. width: 27rpx;
  867. height: 27rpx;
  868. }
  869. }
  870. }
  871. }
  872. .Level-box {
  873. padding-bottom: 2rpx;
  874. .hhhbox {
  875. width: 100%;
  876. padding-left: 30rpx;
  877. padding-right: 30rpx;
  878. border-bottom: 1rpx solid #E0E0E0;
  879. background: #FFFFFF;
  880. .hsnrtest {
  881. font-size: 24rpx;
  882. font-weight: 400;
  883. color: #666666;
  884. line-height: 30rpx;
  885. margin-bottom: 20rpx;
  886. }
  887. .Level3che {
  888. width: 100%;
  889. height: 28rpx;
  890. display: flex;
  891. line-height: 28rpx;
  892. align-items: center;
  893. margin-top: 30rpx;
  894. .title1 {
  895. flex: 1;
  896. font-size: 28rpx;
  897. color: #2671E2;
  898. font-weight: 400;
  899. }
  900. .jiantobox {
  901. width: 30rpx;
  902. height: 30rpx;
  903. display: flex;
  904. align-items: center;
  905. .arrow {
  906. width: 28rpx;
  907. height: 28rpx;
  908. }
  909. }
  910. }
  911. }
  912. .Level2che {
  913. width: 100%;
  914. height: 88rpx;
  915. display: flex;
  916. line-height: 88rpx;
  917. align-items: center;
  918. .title1 {
  919. flex: 3;
  920. font-size: 28rpx;
  921. color: #333333;
  922. font-weight: 400;
  923. }
  924. .leve1-jindu {
  925. flex: 3;
  926. display: flex;
  927. justify-content: center;
  928. align-items: center;
  929. .zhixing {
  930. width: 108rpx;
  931. height: 44rpx;
  932. background: #2671E2;
  933. border-radius: 4rpx;
  934. font-size: 28rpx;
  935. text-align: center;
  936. line-height: 44rpx;
  937. color: #FFFFFF;
  938. }
  939. .zhixing2 {
  940. width: 108rpx;
  941. height: 44rpx;
  942. background: #F8F8F8;
  943. border-radius: 4rpx;
  944. font-size: 28rpx;
  945. text-align: center;
  946. line-height: 44rpx;
  947. color: #999999;
  948. }
  949. }
  950. .jiantobox {
  951. width: 30rpx;
  952. height: 30rpx;
  953. display: flex;
  954. align-items: center;
  955. .arrow {
  956. width: 30rpx;
  957. height: 18rpx;
  958. }
  959. }
  960. }
  961. .Level1che {
  962. width: 100%;
  963. height: 94rpx;
  964. background: #F5F5F5;
  965. display: flex;
  966. line-height: 94rpx;
  967. align-items: center;
  968. padding-left: 30rpx;
  969. padding-right: 30rpx;
  970. .title1 {
  971. flex: 2;
  972. font-size: 30rpx;
  973. color: #333333;
  974. font-weight: 400;
  975. }
  976. .leve1-jindu {
  977. flex: 3;
  978. .jindutiao {
  979. width: 96%;
  980. height: 28rpx;
  981. background: #D5EEE2;
  982. line-height: 28rpx;
  983. border-radius: 14rpx;
  984. position: relative;
  985. .huanxing {
  986. height: 100%;
  987. background: #4FC78F;
  988. border-radius: 14rpx;
  989. }
  990. .text {
  991. position: absolute;
  992. top: 0rpx;
  993. right: 0rpx;
  994. font-size: 28rpx;
  995. font-weight: 400;
  996. color: #333333;
  997. }
  998. }
  999. }
  1000. .jiantobox {
  1001. width: 30rpx;
  1002. height: 30rpx;
  1003. display: flex;
  1004. align-items: center;
  1005. .arrow {
  1006. width: 30rpx;
  1007. height: 18rpx;
  1008. }
  1009. }
  1010. }
  1011. }
  1012. .cccccc {
  1013. text-align: center;
  1014. height: 140rpx;
  1015. line-height: 140rpx;
  1016. font-size: 30rpx;
  1017. }
  1018. .ratecenter {
  1019. background-color: #FFFFFF;
  1020. padding-bottom: 30rpx;
  1021. width: 100%;
  1022. .my-tab {
  1023. padding: 20rpx 0;
  1024. display: flex;
  1025. justify-content: space-around;
  1026. align-items: center;
  1027. border-bottom: 1px solid #E0E0E0;
  1028. .tab-item {
  1029. padding: 0 30rpx;
  1030. height: 56rpx;
  1031. font-size: 28rpx;
  1032. font-family: PingFangSC-Regular, PingFang SC;
  1033. font-weight: 400;
  1034. color: #666666;
  1035. line-height: 56rpx;
  1036. text-shadow: 0px 1px 0px #E0E0E0;
  1037. }
  1038. .tabactive {
  1039. height: 56rpx;
  1040. background: rgba(38, 113, 226, 0.1);
  1041. box-shadow: 0px 1px 0px 0px #E0E0E0;
  1042. border-radius: 28rpx;
  1043. font-weight: 600;
  1044. color: #2671E2;
  1045. }
  1046. }
  1047. .ratetetle {
  1048. padding: 30rpx;
  1049. font-size: 30rpx;
  1050. font-weight: 400;
  1051. color: #333333;
  1052. padding-bottom: 6rpx;
  1053. }
  1054. .rateyuanbox {
  1055. width: 100%;
  1056. height: 210rpx;
  1057. padding-bottom: 30rpx;
  1058. border-bottom: 1rpx solid #E0E0E0;
  1059. display: flex;
  1060. padding-left: 80rpx;
  1061. padding-right: 80rpx;
  1062. .rateyuanboxzuo {
  1063. width: 30%;
  1064. height: 100%;
  1065. }
  1066. .rateyuanboxyou {
  1067. width: 40%;
  1068. height: 100%;
  1069. }
  1070. .boxzuoview {
  1071. width: 100%;
  1072. height: 140rpx;
  1073. }
  1074. }
  1075. }
  1076. .box {
  1077. width: 100%;
  1078. height: 100%;
  1079. background: #F8F8F8;
  1080. }
  1081. .tab {
  1082. position: sticky;
  1083. top: 0;
  1084. height: 88rpx;
  1085. z-index: 999;
  1086. background: #FFFFFF;
  1087. display: flex;
  1088. align-items: center;
  1089. .tabbox {
  1090. flex: 1;
  1091. height: 100%;
  1092. text-align: center;
  1093. line-height: 92rpx;
  1094. color: #666666;
  1095. font-size: 28rpx;
  1096. display: flex;
  1097. justify-content: center;
  1098. .activecllasscet {
  1099. border-bottom: 2px solid #2671E2;
  1100. color: #2671E2;
  1101. font-weight: 600;
  1102. }
  1103. }
  1104. }
  1105. .content {
  1106. // height: 1000rpx;/
  1107. overflow: hidden;
  1108. border-top: 1px solid #E0E0E0;
  1109. .content-tips {
  1110. background: #fff;
  1111. // box-sizing: border-box;
  1112. margin-bottom: 20rpx;
  1113. overflow: hidden;
  1114. .content-first {
  1115. padding: 19rpx 30rpx;
  1116. display: flex;
  1117. justify-content: space-between;
  1118. box-sizing: border-box;
  1119. font-weight: 400;
  1120. color: #292929;
  1121. height: 90rpx;
  1122. font-size: 30rpx;
  1123. line-height: 30rpx;
  1124. .left {
  1125. display: flex;
  1126. .img {
  1127. width: 52rpx;
  1128. height: 52rpx;
  1129. border-radius: 50%;
  1130. text-align: center;
  1131. line-height: 50rpx;
  1132. margin-right: 20rpx;
  1133. color: #fff;
  1134. font-size: 30rpx;
  1135. background: #9f61c8;
  1136. }
  1137. .test {
  1138. margin-top: 11rpx;
  1139. font-weight: 500;
  1140. color: #333333;
  1141. }
  1142. .edit {
  1143. height: 30rpx;
  1144. width: 30rpx;
  1145. margin-left: 30rpx;
  1146. margin-top: 11rpx;
  1147. image {
  1148. width: 100%;
  1149. height: 100%;
  1150. }
  1151. }
  1152. }
  1153. .right {
  1154. display: flex;
  1155. .test {
  1156. margin-top: 11rpx;
  1157. .blue {
  1158. font-size: 32rpx;
  1159. font-family: PingFangSC-Medium, PingFang SC;
  1160. font-weight: 500;
  1161. color: #2671e2;
  1162. }
  1163. }
  1164. }
  1165. }
  1166. .content-sec {
  1167. border-top: 1px solid #E0E0E0;
  1168. padding: 0 30rpx;
  1169. position: relative;
  1170. .content-sec-lab {
  1171. margin-top: 28rpx;
  1172. display: flex;
  1173. justify-content: space-between;
  1174. font-size: 30rpx;
  1175. font-weight: 400;
  1176. color: #666666;
  1177. line-height: 46rpx;
  1178. .content-sec-lab1 {
  1179. color: #333333;
  1180. .look {
  1181. font-size: 32rpx;
  1182. font-family: PingFangSC-Semibold, PingFang SC;
  1183. font-weight: 600;
  1184. color: #2671E2;
  1185. }
  1186. .look1 {
  1187. height: 42rpx;
  1188. font-size: 30rpx;
  1189. font-family: PingFangSC-Regular, PingFang SC;
  1190. font-weight: 400;
  1191. color: #2671E2;
  1192. line-height: 42rpx;
  1193. margin-left: 60rpx;
  1194. }
  1195. }
  1196. .content-sec-tips {
  1197. max-width: 120rpx;
  1198. height: 46rpx;
  1199. background: #F2F2F2;
  1200. border-radius: 6rpx;
  1201. text-align: center;
  1202. line-height: 26rpx;
  1203. overflow: hidden;
  1204. text-overflow: ellipsis;
  1205. white-space: nowrap;
  1206. font-size: 26rpx;
  1207. font-weight: 400;
  1208. color: #333333;
  1209. margin-right: 20rpx;
  1210. box-sizing: border-box;
  1211. padding: 10rpx 24rpx;
  1212. }
  1213. }
  1214. .content-sec-num {
  1215. position: absolute;
  1216. width: 200rpx;
  1217. height: 90rpx;
  1218. background: #F4F8FD;
  1219. border-radius: 12rpx;
  1220. font-weight: 400;
  1221. color: #2671E2;
  1222. line-height: 45rpx;
  1223. bottom: 100rpx;
  1224. right: 30rpx;
  1225. text-align: center;
  1226. }
  1227. }
  1228. .content-last {
  1229. padding: 30rpx;
  1230. .content-last-con {
  1231. width: 690rpx;
  1232. min-height: 108rpx;
  1233. background: #F8F8F8;
  1234. border-radius: 8rpx;
  1235. padding: 14rpx 20rpx;
  1236. font-size: 28rpx;
  1237. font-weight: 400;
  1238. color: #333333;
  1239. line-height: 40rpx;
  1240. }
  1241. }
  1242. }
  1243. }
  1244. .tabchange {
  1245. background:#fff;
  1246. .tabactive1 {
  1247. padding-bottom: 100rpx;
  1248. .content-tips {
  1249. background: #fff;
  1250. padding: 0 30rpx;
  1251. box-sizing: border-box;
  1252. overflow: hidden;
  1253. margin-bottom: 20rpx;
  1254. .content-first {
  1255. margin-top: 19rpx;
  1256. display: flex;
  1257. justify-content: space-between;
  1258. .left {
  1259. display: flex;
  1260. .img {
  1261. width: 52rpx;
  1262. height: 52rpx;
  1263. background: #FFFFFF;
  1264. border: 1px solid #C9C9C9;
  1265. border-radius: 50%;
  1266. text-align: center;
  1267. line-height: 52rpx;
  1268. margin-right: 20rpx;
  1269. }
  1270. .name {
  1271. font-weight: 600;
  1272. color: #333333;
  1273. // margin-left: 20rpx;
  1274. margin-top: 11rpx;
  1275. }
  1276. .status {
  1277. width: 110rpx;
  1278. height: 42rpx;
  1279. background: #FFF9F5;
  1280. border-radius: 4rpx;
  1281. font-size: 26rpx;
  1282. font-weight: 400;
  1283. color: #EC8D49;
  1284. line-height: 42rpx;
  1285. text-align: center;
  1286. margin-left: 19rpx;
  1287. margin-top: 11rpx;
  1288. }
  1289. }
  1290. .right {
  1291. display: flex;
  1292. margin-top: 11rpx;
  1293. .point {
  1294. width: 12rpx;
  1295. height: 12rpx;
  1296. background: #2B6EFF;
  1297. border-radius: 50%;
  1298. margin-right: 9rpx;
  1299. margin-top: 16rpx;
  1300. }
  1301. }
  1302. }
  1303. .content-sec {
  1304. display: flex;
  1305. justify-content: space-between;
  1306. margin-top: 19rpx;
  1307. .left {
  1308. display: flex;
  1309. .cus {
  1310. font-size: 30rpx;
  1311. font-weight: 400;
  1312. color: #666666;
  1313. line-height: 30rpx;
  1314. }
  1315. .arriveNum {
  1316. font-size: 30rpx;
  1317. font-weight: 400;
  1318. line-height: 30rpx;
  1319. margin-left: 10rpx;
  1320. }
  1321. }
  1322. .right {
  1323. width: 192rpx;
  1324. height: 46rpx;
  1325. background: #F4F8FD;
  1326. border-radius: 6rpx;
  1327. text-align: center;
  1328. line-height: 46rpx;
  1329. font-weight: 400;
  1330. color: #2671E2;
  1331. }
  1332. }
  1333. .content-last {
  1334. margin: 30rpx 0;
  1335. font-size: 30rpx;
  1336. font-weight: 400;
  1337. color: #666666;
  1338. line-height: 30rpx;
  1339. }
  1340. }
  1341. }
  1342. .tabactive2 {
  1343. .tab2-tips {
  1344. background: #fff;
  1345. // height: 270rpx;
  1346. overflow: auto;
  1347. margin-bottom: 20rpx;
  1348. .tab2-first {
  1349. // height: 150rpx;
  1350. border-bottom: 1px solid #E0E0E0;
  1351. padding: 0 30rpx;
  1352. margin-top: 19rpx;
  1353. box-sizing: border-box;
  1354. .tab2-first-1 {
  1355. display: flex;
  1356. justify-content: space-between;
  1357. // height: 75rpx;
  1358. .tab2-first-left {
  1359. display: flex;
  1360. .img {
  1361. width: 52rpx;
  1362. height: 52rpx;
  1363. background: #FFFFFF;
  1364. border: 1px solid #C9C9C9;
  1365. border-radius: 50%;
  1366. text-align: center;
  1367. line-height: 52rpx;
  1368. }
  1369. .name {
  1370. font-weight: 600;
  1371. color: #333333;
  1372. margin-left: 20rpx;
  1373. margin-top: 11rpx;
  1374. }
  1375. }
  1376. .tab2-first-right {
  1377. font-size: 30rpx;
  1378. font-weight: 400;
  1379. color: #666666;
  1380. margin-top: 11rpx;
  1381. }
  1382. }
  1383. .tab2-first-foot {
  1384. margin-top: 19rpx;
  1385. margin-bottom: 30rpx;
  1386. font-size: 30rpx;
  1387. font-weight: 400;
  1388. color: #666666;
  1389. line-height: 30rpx;
  1390. }
  1391. }
  1392. .tab2-sec {
  1393. height: 120rpx;
  1394. padding: 30rpx;
  1395. float: right;
  1396. .tab-sec-edit {
  1397. width: 156rpx;
  1398. height: 60rpx;
  1399. background: #FFFFFF;
  1400. border-radius: 4px;
  1401. border: 1px solid #2671E2;
  1402. text-align: center;
  1403. line-height: 60rpx;
  1404. font-weight: 400;
  1405. color: #2671E2;
  1406. }
  1407. }
  1408. }
  1409. }
  1410. }
  1411. .pon-foot {
  1412. position: sticky;
  1413. bottom: 0;
  1414. width: 750rpx;
  1415. height: 100rpx;
  1416. background: #FFFFFF;
  1417. box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
  1418. display: flex;
  1419. justify-content: space-around;
  1420. align-items: center;
  1421. // padding-top: 24rpx;
  1422. box-sizing: border-box;
  1423. // padding: ;
  1424. .foot-tab {
  1425. text-align: center;
  1426. width: 270rpx;
  1427. height: 70rpx;
  1428. line-height: 70rpx;
  1429. background: #2671E2;
  1430. box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5);
  1431. border-radius: 6rpx;
  1432. font-size: 30rpx;
  1433. font-weight: 400;
  1434. color: #FFFFFF;
  1435. }
  1436. }
  1437. .upon-sec-tips {
  1438. min-width: 96rpx;
  1439. height: 46rpx;
  1440. background: #F2F2F2;
  1441. border-radius: 6rpx;
  1442. text-align: center;
  1443. line-height: 46rpx;
  1444. // overflow: hidden;
  1445. // text-overflow: ellipsis;
  1446. // white-space: nowrap;
  1447. font-size: 26rpx;
  1448. font-weight: 400;
  1449. color: #333333;
  1450. margin: 0 20rpx 20rpx 0;
  1451. padding: 0 10rpx;
  1452. box-sizing: border-box;
  1453. }
  1454. .conmsg-msg-lab-img {
  1455. width: 14rpx;
  1456. height: 30rpx;
  1457. margin-top: 6rpx;
  1458. margin-left: auto;
  1459. image {
  1460. width: 100%;
  1461. height: 100%;
  1462. }
  1463. }
  1464. </style>