AI销管
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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