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.
 
 
 

970 lines
25 KiB

  1. <template>
  2. <view class="box">
  3. <view class="content">
  4. <view class="content-tips" @click="goedit()">
  5. <view class="content-first">
  6. <view class="left">
  7. <view v-if="customerInfo.level.length==0"></view>
  8. <view class="img" v-else-if="customerInfo.level==1">A</view>
  9. <view class="img" v-else-if="customerInfo.level==2">B</view>
  10. <view class="img" v-else-if="customerInfo.level==3">C</view>
  11. <view class="img" v-else-if="customerInfo.level==4">D</view>
  12. <view class="test">{{customerInfo.name || '--'}}</view>
  13. <view class="edit">
  14. <image class="screen-sel-img" src="../../../static/images/edit.png" mode=""></image>
  15. </view>
  16. </view>
  17. <!-- <view class="right">
  18. <view class="point"></view>
  19. <view class="test">定金</view>
  20. </view> -->
  21. </view>
  22. <view class="content-sec">
  23. <view class="content-sec-lab">
  24. 手机号码:<view class="content-sec-lab1">{{customerInfo.phone&&customerInfo.isShow==1?customerInfo.phone.substr(0, 3) + '****' + customerInfo.phone.substr(7):customerInfo.phone&&customerInfo.isShow!=1?customerInfo.phone: '--'}}</view>
  25. </view>
  26. <view class="content-sec-lab" @click.stop="tipupon">
  27. 客户标签:
  28. <text v-if="!customerInfo.demand.cusSemanticWordsList">暂无</text>
  29. <view v-else class="content-sec-tips" v-for="(che,ind) in customerInfo.demand.cusSemanticWordsList" :key='ind'>{{che.name}}</view>
  30. <view class="conmsg-msg-lab-img" v-if="customerInfo.demand.cusSemanticWordsList.length>0">
  31. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  32. </view>
  33. </view>
  34. <view class="content-sec-lab">
  35. 顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
  36. </view>
  37. <view class="content-sec-lab">
  38. 添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>
  39. </view>
  40. <view class="content-sec-num">
  41. <view class="">{{customerInfo.visitRecord || '--'}}次到访</view>
  42. <view class="">{{customerInfo.fraction || '0'}}% | {{customerInfo.mm || '0'}}<text style="font-size: 24rpx;">min</text></view>
  43. </view>
  44. </view>
  45. <view class="content-last">
  46. <view class="content-last-con">
  47. 备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}}
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="tabchange">
  53. <view class="tab">
  54. <view class="tabbox">
  55. <view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
  56. </view>
  57. <view class="tabbox">
  58. <view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
  59. </view>
  60. <view class="tabbox">
  61. <view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">执行率</view>
  62. </view>
  63. </view>
  64. <!-- 接待记录 -->
  65. <view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;">
  66. <view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  67. <view style="width: 100%;padding-top: 60rpx;">
  68. <view style="width: 100%;text-align: center;">
  69. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  70. </view>
  71. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  72. </view>
  73. </view>
  74. <view v-if="Thevisitingrecords.length!=0" class="content-tips" v-for="(item,index) in Thevisitingrecords" :key="index" @click="tapThevisiting(item)">
  75. <view class="content-first">
  76. <view class="left">
  77. <view v-if="item.level.length==0"></view>
  78. <view class="img" v-else-if="item.level==1">A</view>
  79. <view class="img" v-else-if="item.level==2">B</view>
  80. <view class="img" v-else-if="item.level==3">C</view>
  81. <view class="img" v-else-if="item.level==4">D</view>
  82. <view class="name">{{item.agentName || '--'}}</view>
  83. <view class="status" v-if="item.replaceReception==1">代接待</view>
  84. </view>
  85. <!-- <view class="right">
  86. <view class="point"></view>
  87. <view class="">优秀案例</view>
  88. </view> -->
  89. </view>
  90. <view class="content-sec">
  91. <view class="left">
  92. <view class="cus" style="line-height: 46rpx;">客户:{{item.name || ''}} |</view>
  93. <view style="line-height: 46rpx;" class="arriveNum">{{item.visitRecord || '--'}}次到访</view>
  94. </view>
  95. <view class="right">{{item.fraction || '0'}}%</view>
  96. </view>
  97. <view class="content-last">{{item.createTime}} | {{item.mm || '--'}}min</view>
  98. </view>
  99. </view>
  100. <!-- 跟进记录 -->
  101. <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
  102. <view v-if="fllowList.length==0" style="width: 100%;height:600rpx;display: flex;align-items: center;background-color: #FFFFFF;">
  103. <view style="width: 100%;padding-top: 60rpx;">
  104. <view style="width: 100%;text-align: center;">
  105. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  106. </view>
  107. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  108. </view>
  109. </view>
  110. <view v-if="fllowList.length!=0" class="tab2-tips" v-for="(item,index) in fllowList" :key="index">
  111. <view class="tab2-first">
  112. <view class="tab2-first-1">
  113. <view class="tab2-first-left">
  114. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  115. <view class="name">{{item.agentName || '||'}}</view>
  116. </view>
  117. <view class="tab2-first-right">{{item.createTime}}</view>
  118. </view>
  119. <view class="tab2-first-foot">跟进内容:{{item.remarks || '暂无'}}</view>
  120. </view>
  121. <!-- <view class="tab2-sec">
  122. <view class="tab-sec-edit">编辑记录</view>
  123. </view> -->
  124. </view>
  125. </view>
  126. <!-- 评分 -->
  127. <view class="ratecenter" v-if="activeTotal==2">
  128. <view class="ratetetle">执行总览</view>
  129. <view class="rateyuanbox">
  130. <view class="rateyuanboxzuo">
  131. <view class="boxzuoview cccccc">{{customerInfo.visitRecord || '--'}}次</view>
  132. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待次数</view>
  133. </view>
  134. <view class="rateyuanboxyou">
  135. <view class="boxzuoview" style="width: 100%;display: flex;justify-content: center;">
  136. <u-circle-progress active-color="#4FC78F" width='139' :percent="customerInfo.fraction">
  137. <view style="text-align: center;color: #4FC78F;">{{customerInfo.fraction}}%</view>
  138. </u-circle-progress>
  139. </view>
  140. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">销讲执行率</view>
  141. </view>
  142. <view class="rateyuanboxzuo">
  143. <view class="boxzuoview cccccc">{{customerInfo.mm}}min</view>
  144. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待时长</view>
  145. </view>
  146. </view>
  147. <view style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  148. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标</view>
  149. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率</view>
  150. </view>
  151. <view v-if="ratelist.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  152. <view style="width: 100%;padding-top: 60rpx;">
  153. <view style="width: 100%;text-align: center;">
  154. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  155. </view>
  156. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  157. </view>
  158. </view>
  159. <view v-if="ratelist.length!=0" class="rate-box" style="margin-top: 10rpx;">
  160. <!-- <view class="title">总执行率 {{totalRate}}%</view> -->
  161. <view v-for="(item,index) in ratelist" :key="index" class="u-m-b-14">
  162. <view class="level1">
  163. <view class="level-name u-line-1">
  164. {{item.name}}
  165. </view>
  166. <view class="level-progress">
  167. <view class="color" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  168. </view>
  169. <view class="level-rate">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  170. <image v-if="!item.show" class="arrow rotatearrow" @click="changeshow(item,1)" src="/static/images/down.png"
  171. mode="" />
  172. <image v-else class="arrow" @click="changeshow(item,0)" src="/static/images/up.png" mode="" />
  173. </view>
  174. <view class="level1-subbox" v-if="item.show">
  175. <view class="sub-name" v-for="(subitem,i) in item.children" :key="i">
  176. <view class="subitem-name u-line-1" @tap="clickaudeopal(subitem)">{{subitem.name}}</view>
  177. <image class="checkimg" v-if="!subitem.selected" src="/static/images/rate-checked.png" mode="" />
  178. <image class="checkimg" v-else src="/static/images/rate-nocheck.png" mode="" />
  179. </view>
  180. </view>
  181. </view>
  182. </view>
  183. </view>
  184. </view>
  185. <view class="pon-foot" v-if="buttonisshow">
  186. <view class="foot-tab" @click="goRemind">添加提醒</view>
  187. <!-- <view class="foot-tab">拨打电话</view> -->
  188. <view class="foot-tab" @click="followRecordAdd()">写跟进</view>
  189. </view>
  190. <!-- closeable -->
  191. <u-popup v-model="tipshow" mode="center" width="500rpx" height="500rpx" closeable>
  192. <scroll-view scroll-y="true" style="height: 440rpx;">
  193. <view style="margin-top: 60rpx; display: flex; flex-wrap: wrap; padding-left: 20rpx;">
  194. <view class="upon-sec-tips" v-for="(item,index) in customerInfo.demand.cusSemanticWords" :key="index">
  195. {{item.name}}
  196. </view>
  197. </view>
  198. </scroll-view>
  199. </u-popup>
  200. </view>
  201. </template>
  202. <script>
  203. export default{
  204. data(){
  205. return{
  206. activeTotal: 0,
  207. customerId:'',
  208. tipshow:false,
  209. customerInfo:{
  210. name:'',
  211. createTime:'',
  212. agentName:''
  213. },
  214. Thevisitingrecords:[],
  215. totalRate:[],
  216. ratelist:[],
  217. fllowList:[],
  218. userInfo:{},
  219. buttonisshow:false
  220. }
  221. },
  222. onLoad(options) {
  223. this.customerId = options.id;
  224. },
  225. onShow() {
  226. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  227. if(this.userInfo.dataCode == 6){
  228. this.buttonisshow=true;
  229. }else{
  230. this.buttonisshow=false
  231. }
  232. this.getCustomerInfo()
  233. this.tabtimetap(0)
  234. },
  235. methods:{
  236. // 获取到访记录
  237. getVisitList() {
  238. this.$u.get("/customer/findByPhoneAndProject?id=" + this.customerId, ).then(res => {
  239. this.Thevisitingrecords = res
  240. })
  241. },
  242. // 获取客户信息
  243. getCustomerInfo() {
  244. const that = this;
  245. this.$u.get("/customer/findById", {
  246. id: this.customerId
  247. }).then(res => {
  248. if(res.fraction==null){
  249. res.fraction='0';
  250. }
  251. if(res.demand.cusSemanticWordsList!=null){
  252. res.demand.cusSemanticWords=res.demand.cusSemanticWordsList
  253. res.demand.cusSemanticWordsList.forEach(che=>{
  254. if(che.isInterval==0){
  255. che.name=che.name+che.unit+'-'+che.endName+che.unit;
  256. }
  257. })
  258. res.demand.cusSemanticWordsList=res.demand.cusSemanticWordsList.slice(0,3)
  259. }
  260. // console.log(res.demand.cusSemanticWords,'关键字')
  261. this.customerInfo = res;
  262. })
  263. },
  264. tabtimetap(idx){
  265. this.activeTotal=idx
  266. if(idx==0){
  267. this.getVisitList()
  268. }else if(idx==1){
  269. this.getFollowList()
  270. }else{
  271. this.getRatelist()
  272. }
  273. },
  274. tapThevisiting(item) {
  275. if(item.yon!=0){
  276. uni.showToast({
  277. icon:'none',
  278. title: '暂无录音',
  279. duration: 2000
  280. });
  281. return
  282. }else{
  283. const parames = {
  284. pageNum: 1,
  285. pageSize: 100,
  286. query: {
  287. customerId: item.id,
  288. }
  289. }
  290. var item={
  291. bg:0,
  292. customerId:item.id,
  293. id:''
  294. }
  295. this.$u.post("/corpus/findByPage", parames).then(res => {
  296. if(res==null){
  297. uni.showToast({
  298. icon: "none",
  299. title: "暂无音频"
  300. })
  301. return
  302. }
  303. if(res[0].merge==0){
  304. let newobj = res[0];
  305. uni.navigateTo({
  306. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&itemobj=${JSON.stringify(item)}&stateisshow=${"2"}`
  307. })
  308. }else{
  309. let newobj = res[0];
  310. uni.navigateTo({
  311. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&itemobj=${JSON.stringify(item)}&stateisshow=${"1"}`
  312. })
  313. }
  314. })
  315. }
  316. },
  317. // 获取跟进记录
  318. getFollowList() {
  319. this.fllowList=[];
  320. this.$u.post("/customer/getCusStage", {
  321. customerId: this.customerId
  322. }).then(res => {
  323. res.forEach(item=>{
  324. item.agentName=this.customerInfo.agentName
  325. })
  326. this.fllowList = res;
  327. })
  328. },
  329. // 新增跟进
  330. followRecordAdd() {
  331. uni.navigateTo({
  332. url: `/pages/center/consumer/newFollowup/newFollowup?id=${this.customerId}`
  333. })
  334. },
  335. // 去编辑
  336. goedit(){
  337. // console.log('去编辑')
  338. uni.navigateTo({
  339. url:`/pages/center/consumer/edit?id=${this.customerId}`
  340. })
  341. },
  342. // 去添加提醒
  343. goRemind(){
  344. uni.navigateTo({
  345. url:`/pages/center/consumer/remind?str=${this.customerInfo.name+'/'+this.customerInfo.phone}&customerId=${this.customerId}`
  346. })
  347. },
  348. //评分点击
  349. clickaudeopal(item){
  350. if(item.selected==0){
  351. uni.navigateTo({
  352. url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
  353. })
  354. }
  355. },
  356. tipupon(){
  357. if(!this.customerInfo.demand.cusSemanticWordsList)return
  358. this.tipshow=true
  359. },
  360. changeshow(item, type) {
  361. if (type == 1) {
  362. item.show = true
  363. } else {
  364. item.show = false
  365. }
  366. },
  367. // 获取评分
  368. getRatelist() {
  369. this.$u.get("/customer/findzkMByCusId", {
  370. cusId: this.customerId
  371. }).then(res => {
  372. if (res.length) {
  373. let level1 = []
  374. let level2rate = 0
  375. res.forEach(item => {
  376. if (item.pid == 0) {
  377. level1.push({
  378. id: item.marketingId,
  379. rate: item.fraction,
  380. name: item.name,
  381. sort: item.sort,
  382. show: false,
  383. ratepercent: 0,
  384. children: []
  385. })
  386. } else {
  387. if (item.selected == 0) {
  388. level2rate += item.fraction
  389. }
  390. }
  391. })
  392. this.totalRate = level2rate
  393. res.forEach(subitem => {
  394. let subitempid = subitem.pid
  395. level1.forEach(item => {
  396. if (subitempid == item.id) {
  397. if (subitem.selected == 0) {
  398. item.ratepercent += subitem.fraction
  399. }
  400. item.children.push({
  401. id: subitem.id,
  402. rate: subitem.fraction,
  403. selected: subitem.selected,
  404. name: subitem.name,
  405. marketingId:subitem.marketingId
  406. })
  407. }
  408. })
  409. })
  410. level1[0].show = true;
  411. this.ratelist = level1
  412. }
  413. })
  414. },
  415. }
  416. }
  417. </script>
  418. <style lang="scss" scoped>
  419. .cccccc{
  420. text-align: center;
  421. height: 140rpx;
  422. line-height: 140rpx;
  423. font-size: 30rpx;
  424. }
  425. .ratecenter{
  426. background-color: #FFFFFF;
  427. padding-bottom: 30rpx;
  428. width: 100%;
  429. .ratetetle{
  430. padding: 30rpx;
  431. font-size: 30rpx;
  432. font-weight: 400;
  433. color: #333333;
  434. padding-bottom:6rpx;
  435. }
  436. .rateyuanbox{
  437. width: 100%;
  438. height:210rpx;
  439. padding-bottom: 30rpx;
  440. border-bottom:1rpx solid #E0E0E0;
  441. display: flex;
  442. padding-left: 80rpx;
  443. padding-right: 80rpx;
  444. .rateyuanboxzuo{
  445. width: 30%;
  446. height: 100%;
  447. }
  448. .rateyuanboxyou{
  449. width: 40%;
  450. height: 100%;
  451. }
  452. .boxzuoview{
  453. width: 100%;
  454. height: 140rpx;
  455. }
  456. }
  457. }
  458. .box {
  459. width: 100%;
  460. height: 100%;
  461. background: #F8F8F8;
  462. }
  463. // 评分
  464. .rate-box {
  465. padding: 10rpx 20rpx;
  466. background-color: #FFFFFF;
  467. .date {
  468. width: 300rpx;
  469. height: 33rpx;
  470. font-size: 24rpx;
  471. font-weight: 400;
  472. color: #333333;
  473. line-height: 33rpx;
  474. letter-spacing: 1rpx;
  475. margin-bottom: 8rpx;
  476. }
  477. .title {
  478. width: 100%;
  479. height: 42rpx;
  480. font-size: 30rpx;
  481. font-weight: 500;
  482. color: #333333;
  483. line-height: 42rpx;
  484. letter-spacing: 2rpx;
  485. margin-bottom: 20rpx;
  486. }
  487. .level1 {
  488. display: flex;
  489. align-items: center;
  490. .level-name {
  491. width: 104rpx;
  492. height: 33rpx;
  493. font-size: 24rpx;
  494. font-weight: 500;
  495. color: #333333;
  496. line-height: 33rpx;
  497. letter-spacing: 1rpx;
  498. margin-right: 10rpx;
  499. }
  500. .level-progress {
  501. flex: 1;
  502. border-radius: 11rpx;
  503. height: 21rpx;
  504. background-color: #BEE4FF;
  505. position: relative;
  506. .color {
  507. width: 0;
  508. position: absolute;
  509. top: 0;
  510. left: 0;
  511. height: 21rpx;
  512. border-radius: 11rpx 0 0 11rpx;
  513. background-color: #008EF2;
  514. }
  515. }
  516. .level-rate {
  517. width: 65rpx;
  518. height: 33rpx;
  519. font-size: 24rpx;
  520. font-weight: 500;
  521. color: #333333;
  522. line-height: 33rpx;
  523. letter-spacing: 1rpx;
  524. margin: 0 20rpx 0 15rpx;
  525. }
  526. .arrow {
  527. width: 37rpx;
  528. height: 21rpx;
  529. padding: 5rpx 20rpx;
  530. }
  531. .rotatearrow {
  532. transform: rotate(270deg);
  533. }
  534. }
  535. .level1-subbox {
  536. display: flex;
  537. margin-top: 20rpx;
  538. flex-wrap: wrap;
  539. .sub-name {
  540. width: 50%;
  541. display: flex;
  542. margin-bottom: 18rpx;
  543. .subitem-name {
  544. width: 104rpx;
  545. height: 33rpx;
  546. font-size: 24rpx;
  547. font-weight: 400;
  548. color: #999999;
  549. line-height: 33rpx;
  550. letter-spacing: 1rpx;
  551. margin-right: 12rpx;
  552. }
  553. .checkimg {
  554. width: 27rpx;
  555. height: 27rpx;
  556. }
  557. }
  558. }
  559. }
  560. .tab{
  561. height: 88rpx;
  562. border-bottom: 1px solid #E0E0E0;
  563. background: #FFFFFF;
  564. display: flex;
  565. align-items: center;
  566. .tabbox {
  567. flex: 1;
  568. height: 100%;
  569. text-align: center;
  570. line-height: 92rpx;
  571. color: #666666;
  572. font-size: 28rpx;
  573. display: flex;
  574. justify-content: center;
  575. .activecllasscet {
  576. border-bottom: 2px solid #2671E2;
  577. color: #2671E2;
  578. font-weight: 600;
  579. }
  580. }
  581. }
  582. .content{
  583. // height: 1000rpx;/
  584. overflow: hidden;
  585. border-top: 1px solid #E0E0E0;
  586. .content-tips{
  587. background: #fff;
  588. // box-sizing: border-box;
  589. margin-bottom: 20rpx;
  590. overflow: hidden;
  591. .content-first{
  592. padding: 19rpx 30rpx;
  593. display: flex;
  594. justify-content: space-between;
  595. box-sizing: border-box;
  596. // border-top: 1px solid #E0E0E0;
  597. font-weight: 400;
  598. color: #292929;
  599. height: 90rpx;
  600. font-size: 30rpx;
  601. line-height: 30rpx;
  602. .left{
  603. display: flex;
  604. .img{
  605. // margin-top: 19rpx;
  606. width: 52rpx;
  607. height: 52rpx;
  608. border: 1px solid #E0E0E0;
  609. border-radius: 50%;
  610. text-align: center;
  611. line-height: 50rpx;
  612. margin-right: 20rpx;
  613. }
  614. .test{
  615. margin-top: 11rpx;
  616. font-weight: 500;
  617. color: #333333;
  618. }
  619. .edit{
  620. height: 30rpx;
  621. width: 30rpx;
  622. margin-left: 30rpx;
  623. margin-top: 11rpx;
  624. image{
  625. width: 100%;
  626. height: 100%;
  627. }
  628. }
  629. }
  630. .right{
  631. display: flex;
  632. .point{
  633. width: 12rpx;
  634. height: 12rpx;
  635. background: #2B6EFF;
  636. border-radius: 50%;
  637. margin-right: 9rpx;
  638. margin-top: 20rpx;
  639. }
  640. .test{
  641. margin-top: 11rpx;
  642. }
  643. }
  644. }
  645. .content-sec{
  646. border-top: 1px solid #E0E0E0;
  647. padding: 0 30rpx;
  648. height: 270rpx;
  649. position: relative;
  650. .content-sec-lab{
  651. margin-top: 30rpx;
  652. display: flex;
  653. font-size: 30rpx;
  654. font-weight: 400;
  655. color: #666666;
  656. line-height: 46rpx;
  657. .content-sec-lab1{
  658. color: #333333;
  659. }
  660. .content-sec-tips{
  661. max-width:120rpx ;
  662. height: 46rpx;
  663. background: #F2F2F2;
  664. border-radius: 6rpx;
  665. text-align: center;
  666. line-height: 26rpx;
  667. overflow: hidden;
  668. text-overflow:ellipsis;
  669. white-space: nowrap;
  670. font-size: 26rpx;
  671. font-weight: 400;
  672. color: #333333;
  673. margin-right: 20rpx;
  674. box-sizing: border-box;
  675. padding: 10rpx 24rpx;
  676. }
  677. }
  678. .content-sec-num{
  679. position: absolute;
  680. width: 200rpx;
  681. height: 90rpx;
  682. background: #F4F8FD;
  683. border-radius: 12rpx;
  684. font-weight: 400;
  685. color: #2671E2;
  686. line-height: 45rpx;
  687. bottom: 15rpx;
  688. right: 30rpx;
  689. text-align: center;
  690. }
  691. }
  692. .content-last{
  693. padding: 30rpx;
  694. height: 168rpx;
  695. .content-last-con{
  696. width: 690rpx;
  697. height: 108rpx;
  698. background: #F8F8F8;
  699. border-radius: 8rpx;
  700. padding: 14rpx 20rpx;
  701. font-size: 28rpx;
  702. font-weight: 400;
  703. color: #333333;
  704. line-height: 40rpx;
  705. }
  706. }
  707. }
  708. }
  709. .tabchange{
  710. // background: #FFFFFF;
  711. overflow: hidden;
  712. .tabactive1{
  713. .content-tips{
  714. background: #fff;
  715. padding: 0 30rpx;
  716. box-sizing: border-box;
  717. overflow: hidden;
  718. margin-bottom: 20rpx;
  719. .content-first{
  720. margin-top: 19rpx;
  721. display: flex;
  722. justify-content: space-between;
  723. .left{
  724. display: flex;
  725. .img{
  726. width: 52rpx;
  727. height: 52rpx;
  728. background: #FFFFFF;
  729. border: 1px solid #C9C9C9;
  730. border-radius: 50%;
  731. text-align: center;
  732. line-height: 52rpx;
  733. margin-right: 20rpx;
  734. }
  735. .name{
  736. font-weight: 600;
  737. color: #333333;
  738. // margin-left: 20rpx;
  739. margin-top: 11rpx;
  740. }
  741. .status{
  742. width: 110rpx;
  743. height: 42rpx;
  744. background: #FFF9F5;
  745. border-radius: 4rpx;
  746. font-size: 26rpx;
  747. font-weight: 400;
  748. color: #EC8D49;
  749. line-height: 42rpx;
  750. text-align: center;
  751. margin-left: 19rpx;
  752. margin-top: 11rpx;
  753. }
  754. }
  755. .right{
  756. display: flex;
  757. margin-top: 11rpx;
  758. .point{
  759. width: 12rpx;
  760. height: 12rpx;
  761. background: #2B6EFF;
  762. border-radius: 50%;
  763. margin-right: 9rpx;
  764. margin-top: 16rpx;
  765. }
  766. }
  767. }
  768. .content-sec{
  769. display: flex;
  770. justify-content: space-between;
  771. margin-top: 19rpx;
  772. .left{
  773. display: flex;
  774. .cus{
  775. font-size: 30rpx;
  776. font-weight: 400;
  777. color: #666666;
  778. line-height: 30rpx;
  779. }
  780. .arriveNum{
  781. font-size: 30rpx;
  782. font-weight: 400;
  783. line-height: 30rpx;
  784. margin-left: 10rpx;
  785. }
  786. }
  787. .right{
  788. width: 192rpx;
  789. height: 46rpx;
  790. background: #F4F8FD;
  791. border-radius: 6rpx;
  792. text-align: center;
  793. line-height: 46rpx;
  794. font-weight: 400;
  795. color: #2671E2;
  796. }
  797. }
  798. .content-last{
  799. margin: 30rpx 0;
  800. font-size: 30rpx;
  801. font-weight: 400;
  802. color: #666666;
  803. line-height: 30rpx;
  804. }
  805. }
  806. }
  807. .tabactive2{
  808. .tab2-tips{
  809. background: #fff;
  810. // height: 270rpx;
  811. overflow: auto;
  812. margin-bottom: 20rpx;
  813. .tab2-first{
  814. // height: 150rpx;
  815. border-bottom: 1px solid #E0E0E0;
  816. padding: 0 30rpx;
  817. margin-top: 19rpx;
  818. box-sizing: border-box;
  819. .tab2-first-1{
  820. display: flex;
  821. justify-content: space-between;
  822. // height: 75rpx;
  823. .tab2-first-left{
  824. display: flex;
  825. .img{
  826. width: 52rpx;
  827. height: 52rpx;
  828. background: #FFFFFF;
  829. border: 1px solid #C9C9C9;
  830. border-radius: 50%;
  831. text-align: center;
  832. line-height: 52rpx;
  833. }
  834. .name{
  835. font-weight: 600;
  836. color: #333333;
  837. margin-left: 20rpx;
  838. margin-top: 11rpx;
  839. }
  840. }
  841. .tab2-first-right{
  842. font-size: 30rpx;
  843. font-weight: 400;
  844. color: #666666;
  845. margin-top: 11rpx;
  846. }
  847. }
  848. .tab2-first-foot{
  849. margin-top: 19rpx;
  850. margin-bottom: 30rpx;
  851. font-size: 30rpx;
  852. font-weight: 400;
  853. color: #666666;
  854. line-height: 30rpx;
  855. }
  856. }
  857. .tab2-sec{
  858. height: 120rpx;
  859. padding: 30rpx;
  860. float: right;
  861. .tab-sec-edit{
  862. width: 156rpx;
  863. height: 60rpx;
  864. background: #FFFFFF;
  865. border-radius: 4px;
  866. border: 1px solid #2671E2;
  867. text-align: center;
  868. line-height: 60rpx;
  869. font-weight: 400;
  870. color: #2671E2;
  871. }
  872. }
  873. }
  874. }
  875. }
  876. .pon-foot{
  877. position: fixed;
  878. width: 750rpx;
  879. height: 100rpx;
  880. background: #FFFFFF;
  881. box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
  882. bottom: 0;
  883. display: flex;
  884. justify-content: space-around;
  885. align-items: center;
  886. // padding-top: 24rpx;
  887. box-sizing: border-box;
  888. // padding: ;
  889. .foot-tab{
  890. text-align: center;
  891. width: 270rpx;
  892. height: 70rpx;
  893. line-height: 70rpx;
  894. background: #2671E2;
  895. box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5);
  896. border-radius: 6rpx;
  897. font-size: 30rpx;
  898. font-weight: 400;
  899. color: #FFFFFF;
  900. }
  901. }
  902. .upon-sec-tips{
  903. // max-width:120rpx ;
  904. height: 46rpx;
  905. background: #F2F2F2;
  906. border-radius: 6rpx;
  907. text-align: center;
  908. line-height: 26rpx;
  909. overflow: hidden;
  910. text-overflow:ellipsis;
  911. white-space: nowrap;
  912. font-size: 26rpx;
  913. font-weight: 400;
  914. color: #333333;
  915. margin-right: 20rpx;
  916. margin-top: 20rpx;
  917. box-sizing: border-box;
  918. padding: 10rpx 24rpx;
  919. }
  920. .conmsg-msg-lab-img{
  921. width: 14rpx;
  922. height: 30rpx;
  923. margin-top: 6rpx;
  924. margin-left: auto;
  925. image{
  926. width: 100%;
  927. height: 100%;
  928. }
  929. }
  930. </style>