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.
 
 
 
 

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