AI销管
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.
 
 
 
 

1330 lines
31 KiB

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