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.
 
 
 
 

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