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.
 
 
 
 

1026 lines
25 KiB

  1. <template>
  2. <view class="box">
  3. <!-- 选择器 -->
  4. <view class="boxtittab">
  5. <view class="tabbox" :class="{activeColor: startFilterTime!=='接待时间'}" @click="taptimeisshow">
  6. {{ startFilterTime }}<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  7. </view>
  8. <view class="tabbox" :class="{activeColor: receptionDuration!=='接待时长'}" @click="taptimetuisshow">
  9. {{ receptionDuration }}<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  10. </view>
  11. <view class="tabbox" :class="{activeColor: sortText!=='排序'}" @click="tapsoltishow">
  12. {{ sortText }}<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  13. </view>
  14. <view class="tabbox" @click="screenshow">
  15. 更多筛选<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  16. </view>
  17. </view>
  18. <!-- 筛选后的数量 -->
  19. <view class="count" v-if="recordList.length > 0">
  20. 筛选结果:<text>{{totalRecords}} </text>条
  21. </view>
  22. <view class="content">
  23. <view v-if="recordList.length == 0"
  24. style="width: 100%;height: 100%;display: flex;align-items: center;background: #FFFFFF;">
  25. <view style="width: 100%;padding-top: 200rpx;">
  26. <view style="width: 100%;text-align: center;">
  27. <image style="width: 220rpx;height: 200rpx;"
  28. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  29. </view>
  30. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  31. </view>
  32. </view>
  33. <view v-else class="content-tips" v-for="(item,index) in recordList" :key='index'
  34. @click="tapThevisiting(item)">
  35. <view class="content-first">
  36. <view class="left">
  37. <view class="adviser">顾</view>
  38. <view class="name">{{item.agentName}}</view>
  39. <!-- <view class="status" v-if="item.replaceReception==1">代接待</view> -->
  40. </view>
  41. <view class="right" v-if="item.recording!=0">
  42. <view v-if="item.receptionStatusName" style="margin-right: 6rpx;color: red;">{{item.receptionStatusName.slice(0, 2) || ''}}</view>
  43. <text style="margin-right: 6rpx;" v-if="item.receptionStatusName"> |</text>
  44. <view v-if="methodsisshow">
  45. <text style="margin-right: 6rpx;color: red;" v-if="item.taboo==1">违禁接待</text>
  46. <text style="margin-right: 6rpx;" v-if="item.taboo==1"> |</text>
  47. </view>
  48. <view v-if="item.validInvalidName" style="margin-right: 6rpx;">{{item.validInvalidName.slice(0, 2)||''}}</view>
  49. <text style="margin-right: 6rpx;" v-if="item.validInvalidName"> |</text>
  50. <view v-if="item.markAdvisor==0" class="">未标记</view>
  51. <view v-if="item.markAdvisor==1" class="">已标记</view>
  52. </view>
  53. <view class="right" v-else>
  54. <view class="">无录音</view>
  55. </view>
  56. </view>
  57. <view class="content-sec">
  58. <view class="left">
  59. <view class="adviser">客</view>
  60. <view class="cus">{{item.name || '--'}}</view>
  61. <!-- <view class="arriveNum">第{{item.visitRecord || "--"}}次接待</view> -->
  62. <view class="arriveNum">{{ item.phone | encryption }}</view>
  63. </view>
  64. <view class="right">
  65. <image src="../static/img/power.png" class="img" mode=""></image>
  66. {{item.fraction || '0'}}%
  67. </view>
  68. </view>
  69. <view class="content-last">
  70. <view class="c-items">
  71. <image src="../static/img/people.png" class="c-items-img" mode=""></image>
  72. {{ item.visitRecord || "--" }}次到访
  73. </view>
  74. <view class="c-items">
  75. <image src="../static/img/time.png" class="c-items-img" mode=""></image>
  76. {{ item.createTime }}
  77. </view>
  78. <view class="c-items">
  79. <image src="../static/img/voice.png" class="c-items-img" mode=""></image>
  80. {{ item.mm || '0' }}min
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <u-popup v-model="screenShow" mode="top" height="780">
  86. <view class="screen">
  87. <!-- 顾问选择 -->
  88. <view class="screen-counselor">
  89. <view class="screen-text">
  90. 所属顾问
  91. </view>
  92. <view class="screen-sel" @click="selectshow = true">
  93. <input v-model="screen.counselorName" type="text" placeholder='请选择'
  94. class="screen-inp" disabled />
  95. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  96. </view>
  97. </view>
  98. <view class="screen-record">
  99. <view class="screen-record-text">
  100. 录音标识
  101. </view>
  102. <view class="screen-record-tab">
  103. <view :class="[screen.validInvalid==0?'screen-record-chose':'screen-record-nochose']"
  104. @click="screenvisivalidInvalid(0)">
  105. 有效接待
  106. </view>
  107. <view :class="[screen.validInvalid==1?'screen-record-chose':'screen-record-nochose']"
  108. @click="screenvisivalidInvalid(1)">
  109. 无效接待
  110. </view><view :class="[screen.validInvalid==2?'screen-record-chose':'screen-record-nochose']"
  111. @click="screenvisivalidInvalid(2)">
  112. 无录音
  113. </view>
  114. </view>
  115. </view>
  116. <view class="screen-record">
  117. <view class="screen-record-text">
  118. 标记顾问
  119. </view>
  120. <view class="screen-record-tab">
  121. <view :class="[screen.markAdvisor==1?'screen-record-chose':'screen-record-nochose']"
  122. @click="screenvisitRecord(1)">
  123. 标记
  124. </view>
  125. <view :class="[screen.markAdvisor==0?'screen-record-chose':'screen-record-nochose']"
  126. @click="screenvisitRecord(0)">
  127. 未标记
  128. </view>
  129. </view>
  130. </view>
  131. <view class="screen-record">
  132. <view class="screen-record-text">
  133. 到访次数
  134. </view>
  135. <view class="screen-record-tab">
  136. <block v-for="(item,index) in visitList" :key="index">
  137. <view :class="[item.isShow?'screen-record-chose':'screen-record-nochose']"
  138. @click="choice(index,item.value)">
  139. {{item.label}}
  140. </view>
  141. </block>
  142. </view>
  143. </view>
  144. <view class="screen-foot">
  145. <view class="screen-foot-reset" @click="reset">
  146. 重置
  147. </view>
  148. <view class="screen-foot-sure" @click="screensure">
  149. 确定
  150. </view>
  151. </view>
  152. </view>
  153. </u-popup>
  154. <!-- 选择顾问的选择框 -->
  155. <u-select v-model="selectshow" :list="freeList" @confirm="actionSelectCallback"></u-select>
  156. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  157. <u-popup v-model="timeshow" mode="bottom">
  158. <view class="timeview" :style="{ color: activeTotal == 5 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(5, '接待时间')">
  159. 全部</view>
  160. <view class="timeview" :style="{ color: activeTotal == 0 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(0, '今天')">
  161. 今天</view>
  162. <view class="timeview" :style="{ color: activeTotal == 1 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(1, '昨天')">
  163. 昨天</view>
  164. <view class="timeview" :style="{ color: activeTotal == 2 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(2, '近7天')">
  165. 近7天</view>
  166. <view class="timeview" :style="{ color: activeTotal == 3 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(3, '近30天')">
  167. 近30天</view>
  168. <view class="timeview" :style="{ color: activeTotal == 4 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(4)">
  169. 自定义</view>
  170. </u-popup>
  171. <u-popup v-model="timetushow" mode="bottom">
  172. <view class="timeview" :style="{ color: activeTotal2 == 0 ? '#2B6EFF' : '#333333' }" @click="timetap(0, '接待时长')">全部
  173. </view>
  174. <view class="timeview" :style="{ color: activeTotal2 == 1 ? '#2B6EFF' : '#333333' }" @click="timetap(1, '0~15min')">
  175. 0~15min</view>
  176. <view class="timeview" :style="{ color: activeTotal2 == 2 ? '#2B6EFF' : '#333333' }" @click="timetap(2, '15~30min')">
  177. 15~30min</view>
  178. <view class="timeview" :style="{ color: activeTotal2 == 3 ? '#2B6EFF' : '#333333' }" @click="timetap(3, '30~60min')">
  179. 30~60min</view>
  180. <view class="timeview" :style="{ color: activeTotal2 == 4 ? '#2B6EFF' : '#333333' }" @click="timetap(4, '60~90min')">
  181. 60~90min</view>
  182. <view class="timeview" :style="{ color: activeTotal2 == 5 ? '#2B6EFF' : '#333333' }" @click="timetap(5, '90min以上')">
  183. 90min以上</view>
  184. </u-popup>
  185. <u-select v-model="soltishow" :list="orderBylist" @confirm="selectCallback2"></u-select>
  186. <!-- 加载组件 -->
  187. <u-loadings v-model="LOADING"></u-loadings>
  188. </view>
  189. </template>
  190. <script>
  191. export default {
  192. data() {
  193. return {
  194. orderBylist: [
  195. // {
  196. // label: '全部',
  197. // value: '0'
  198. // },
  199. {
  200. label: '创建时间倒序',
  201. value: '1'
  202. },
  203. {
  204. label: '创建时间正序',
  205. value: '2'
  206. },
  207. {
  208. label: '接待时间倒序',
  209. value: '3'
  210. },
  211. {
  212. label: '接待时间正序',
  213. value: '4'
  214. },
  215. {
  216. label: '执行率正序',
  217. value: '5'
  218. },
  219. {
  220. label: '执行率倒序',
  221. value: '6'
  222. },
  223. {
  224. label: '接访次数正序',
  225. value: '7'
  226. },
  227. {
  228. label: '接访次数倒序',
  229. value: '8'
  230. },
  231. ],
  232. activeTotal: 5,
  233. value: '',
  234. screenShow: false,
  235. selectshow: false,
  236. totalTimeShow: false,
  237. totalRecords: '',
  238. screen: {
  239. agentId: '', //顾问id
  240. record: '0',
  241. markAdvisor: null,
  242. visitRecord: [],
  243. validInvalid: null
  244. },
  245. freeList: [], //顾问
  246. recordList: [],
  247. buildingID: '',
  248. nextPage: 1,
  249. totalRecord: "",
  250. staTime: '',
  251. endtime: '',
  252. isnorefresh: '',
  253. activeTotal2: 0,
  254. timeshow: false,
  255. timetushow: false,
  256. soltishow: false,
  257. orderBy: '',
  258. methodsisshow: false,
  259. userInfo: {},
  260. startFilterTime: '接待时间', // s筛选状态展示
  261. receptionDuration: '接待时长', // 筛选状态展示
  262. sortText: '排序', //
  263. visitList: [{
  264. label: '首次到访',
  265. value: 1,
  266. isShow: false,
  267. }, {
  268. label: '2次到访',
  269. value: 2,
  270. isShow: false,
  271. }, {
  272. label: '3次到访',
  273. value: 3,
  274. isShow: false,
  275. }, {
  276. label: '3次以上',
  277. value: 4,
  278. isShow: false,
  279. }, ],
  280. isRefresh:false
  281. }
  282. },
  283. onLoad(options) {
  284. this.LOADING = true
  285. this.isnorefresh = options.refresh;
  286. this.activeTotal = options.activeTotal
  287. this.screen.markAdvisor = options.markAdvisor
  288. this.screen.validInvalid = options.validInvalid
  289. if (options.staTime) {
  290. this.staTime = options.staTime;
  291. this.endtime = options.endtime +' 23:59:59';
  292. }
  293. },
  294. onShow() {
  295. try {
  296. this.$store.commit('stopAduio')
  297. } catch(e) {
  298. console.log(e)
  299. }
  300. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  301. if (this.userInfo.dataCode == 6 || this.userInfo.dataCode == 3) {
  302. this.methodsisshow = false;
  303. } else {
  304. this.methodsisshow = true;
  305. }
  306. if (this.isnorefresh == 'refresh') {
  307. this.buildingID = uni.getStorageSync('buildingID').id;
  308. this.recordList = [];
  309. this.nextPage = 1;
  310. this.isRefresh = false;
  311. this.getMyCustom()
  312. this.getFreeList();
  313. this.isnorefresh = '';
  314. }
  315. },
  316. onPullDownRefresh(){
  317. this.isRefresh = true;
  318. this.nextPage = 1;
  319. this.getMyCustom()
  320. setTimeout(function () {
  321. uni.stopPullDownRefresh();
  322. }, 1000);
  323. },
  324. onReachBottom() {
  325. if (this.totalRecord == this.nextPage) {
  326. uni.showToast({
  327. icon: 'none',
  328. title: '到底了',
  329. duration: 2000
  330. });
  331. return
  332. } else {
  333. this.nextPage += 1;
  334. this.isRefresh = false;
  335. this.getMyCustom();
  336. }
  337. },
  338. methods: {
  339. tapsoltishow() {
  340. this.soltishow = true;
  341. },
  342. taptimetuisshow() {
  343. this.timetushow = true;
  344. },
  345. taptimeisshow() {
  346. this.timeshow = true;
  347. },
  348. //选择标签
  349. selectCallback2(e) {
  350. this.orderBy = e[0].value;
  351. this.sortText = e[0].label
  352. this.nextPage = 1;
  353. this.recordList = [];
  354. this.isRefresh = false;
  355. this.getMyCustom();
  356. },
  357. //选择录音时长
  358. timetap(index, text) {
  359. if (text) this.receptionDuration = text
  360. this.timetushow = false;
  361. this.activeTotal2 = index;
  362. this.nextPage = 1;
  363. this.recordList = [];
  364. this.isRefresh = false;
  365. this.getMyCustom();
  366. },
  367. //时间选择
  368. tabtimetap(index, text) {
  369. this.timeshow = false;
  370. if(text) {
  371. this.startFilterTime = text
  372. }
  373. if (index == 4) {
  374. this.totalTimeShow = true;
  375. } else {
  376. this.activeTotal = index;
  377. this.staTime = '';
  378. this.endtime = '';
  379. this.nextPage = 1;
  380. this.recordList = [];
  381. this.isRefresh = false;
  382. this.getMyCustom();
  383. }
  384. },
  385. //自定义时间
  386. totalTimeChange(e) {
  387. this.staTime = e.startDate;
  388. this.endtime = e.endDate;
  389. this.activeTotal = 4;
  390. this.nextPage = 1;
  391. this.recordList = [];
  392. this.isRefresh = false;
  393. this.getMyCustom();
  394. },
  395. tapThevisiting(item) {
  396. let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
  397. if (newmenulist.jdjl_ck != true) {
  398. return
  399. }
  400. uni.showLoading({
  401. title: '加载中',
  402. mask: true
  403. });
  404. if (item.status == 0) {
  405. setTimeout(function() {
  406. uni.hideLoading();
  407. }, 2000);
  408. uni.showToast({
  409. icon: "none",
  410. title: "排队中"
  411. })
  412. return
  413. } else {
  414. const parames = {
  415. pageNum: 1,
  416. pageSize: 100,
  417. query: {
  418. customerId: item.id,
  419. }
  420. }
  421. var item = {
  422. bg: 0,
  423. customerId: item.id,
  424. }
  425. uni.setStorageSync("searchobj", item); //写入缓存
  426. uni.setStorageSync("entrance", 1); //写入缓存
  427. this.$u.post("/corpus/findByPage", parames).then(res => {
  428. if (res == null) {
  429. setTimeout(function() {
  430. uni.hideLoading();
  431. }, 2000);
  432. uni.showToast({
  433. icon: "none",
  434. title: "暂无音频"
  435. })
  436. return
  437. } else {
  438. setTimeout(function() {
  439. uni.hideLoading();
  440. }, 2000);
  441. let newobj = res[0];
  442. if (res[0].merge == 0) {
  443. uni.navigateTo({
  444. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}`
  445. })
  446. } else {
  447. uni.navigateTo({
  448. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}`
  449. })
  450. }
  451. }
  452. })
  453. }
  454. },
  455. getMyCustom() {
  456. let dateType = 0;
  457. let recDurationInterval = 0;
  458. let orderBy = 0;
  459. if (this.activeTotal == 5) {
  460. dateType = null;
  461. } else if (this.activeTotal == 4) {
  462. dateType = null;
  463. } else {
  464. dateType = this.activeTotal;
  465. }
  466. if (this.activeTotal2 == 0) {
  467. recDurationInterval = null
  468. } else {
  469. recDurationInterval = this.activeTotal2
  470. }
  471. if (this.orderBy == 0) {
  472. orderBy = null;
  473. } else {
  474. orderBy = this.orderBy;
  475. }
  476. var parames = {
  477. pageNum: this.nextPage,
  478. pageSize: 10,
  479. query: {
  480. projectId: this.buildingID,
  481. time: 1,
  482. staDate: this.staTime,
  483. endDate: this.endtime,
  484. visitRecords: this.screen.visitRecord.join(","),
  485. markAdvisor: this.screen.markAdvisor,
  486. dateType: dateType,
  487. recDurationInterval: recDurationInterval,
  488. orderBy: orderBy,
  489. validInvalid:this.screen.validInvalid==2?null:this.screen.validInvalid,
  490. recording:this.screen.validInvalid==2?0:null
  491. }
  492. };
  493. if (this.screen.agentId) {
  494. parames.query.agentId = this.screen.agentId
  495. }
  496. this.$u.post("/customer/findbypage", parames).then(data => {
  497. this.LOADING = false
  498. var list = data.results || [];
  499. // this.recordList = [...this.recordList, ...list];
  500. if(this.isRefresh){
  501. this.recordList = list;
  502. }else{
  503. this.recordList = [...this.recordList, ...list];
  504. }
  505. this.totalRecord = data.totalPage;
  506. this.totalRecords = data.totalRecord;
  507. if(this.staTime && this.endtime) {
  508. this.startFilterTime = `${this.staTime}-${this.endtime}`
  509. }
  510. }).catch(e => {
  511. this.LOADING = false
  512. })
  513. },
  514. //获取顾问列表
  515. getFreeList() {
  516. this.$u.post("/cusLvStatistics/selectAllAccountIdByHouseId", {houseId: this.buildingID}).then(res => {
  517. this.freeList = res;
  518. this.freeList.forEach(item => {
  519. item.label = item.name;
  520. item.value = item.accountId
  521. })
  522. })
  523. },
  524. // 筛选
  525. screenshow() {
  526. this.screenShow = true
  527. },
  528. actionSelectCallback(e) {
  529. this.screen.agentId = e[0].value;
  530. this.screen.counselorName = e[0].label
  531. this.recordList = [];
  532. this.nextPage = 1;
  533. this.isRefresh = false;
  534. this.getMyCustom();
  535. },
  536. reset() {
  537. this.screen = {
  538. counselorName: '',
  539. record: '0',
  540. markAdvisor: null,
  541. visitRecord: [],
  542. validInvalid: null,
  543. recording:null,
  544. visitRecords: "",
  545. }
  546. this.visitList.map(i=>{
  547. i.isShow = false
  548. })
  549. // this.screenShow = false;
  550. this.nextPage = 1;
  551. this.recordList = [];
  552. this.isRefresh = false;
  553. this.getMyCustom();
  554. },
  555. choice(index,e) {
  556. if (this.visitList[index].isShow == true) {
  557. this.visitList[index].isShow = false;
  558. for (var i = 0; i < this.screen.visitRecord.length; i++) {
  559. if (this.screen.visitRecord[i] === e) {
  560. this.screen.visitRecord.splice(i, 1);
  561. }
  562. }
  563. } else {
  564. this.visitList[index].isShow = true;
  565. this.screen.visitRecord.push(e)
  566. }
  567. },
  568. recordclick(i) {
  569. if (this.screen.visitRecord == i) {
  570. this.screen.visitRecord = null
  571. } else {
  572. this.screen.visitRecord = i
  573. }
  574. },
  575. screenvisitRecord(i) {
  576. if (this.screen.markAdvisor == i) {
  577. this.screen.markAdvisor = null
  578. } else {
  579. this.screen.markAdvisor = i
  580. }
  581. },
  582. screenvisivalidInvalid(i) {
  583. console.log(this.screen.validInvalid, i)
  584. if (this.screen.validInvalid == i) {
  585. this.screen.validInvalid = null
  586. } else {
  587. this.screen.validInvalid = i
  588. }
  589. },
  590. screensure() {
  591. this.screenShow = false;
  592. this.recordList = [];
  593. this.nextPage = 1;
  594. this.isRefresh = false;
  595. this.getMyCustom();
  596. },
  597. goSearch() {
  598. uni.navigateTo({
  599. url: '/pages/center/records/recordSearch'
  600. });
  601. },
  602. },
  603. filters: {
  604. // 加密手机号
  605. encryption(phone) {
  606. if (!phone) return
  607. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
  608. }
  609. }
  610. }
  611. </script>
  612. <style lang="scss" scoped>
  613. .box {
  614. width: 100%;
  615. height: 100%;
  616. background: #F8F8F8;
  617. }
  618. .timeview {
  619. height: 90rpx;
  620. line-height: 90rpx;
  621. width: 100%;
  622. text-align: center;
  623. border-bottom: 1rpx solid #F8F8F8;
  624. }
  625. //时间切换的样式
  626. .boxtittab {
  627. position: sticky;
  628. top: var(--window-top);
  629. z-index: 999;
  630. width: 100;
  631. height: 92rpx;
  632. background: #FFFFFF;
  633. display: flex;
  634. align-items: center;
  635. .tabbox {
  636. flex-shrink: 0;
  637. flex-grow: 1;
  638. height: 100%;
  639. text-align: center;
  640. line-height: 92rpx;
  641. color: #666666;
  642. font-size: 28rpx;
  643. overflow: hidden;
  644. text-overflow: ellipsis;
  645. display: -webkit-box;
  646. /* 将对象作为弹性伸缩盒子模型显示 */
  647. -webkit-line-clamp: 1;
  648. /* 控制最多显示几行 */
  649. -webkit-box-orient: vertical;
  650. /* 设置或检索伸缩盒对象的子元素的排列方式 */
  651. }
  652. .activeColor{
  653. font-weight: bold;
  654. color: #2671E2;
  655. }
  656. }
  657. .search-box {
  658. width: 100%;
  659. height: 102rpx;
  660. background: #FFFFFF;
  661. display: flex;
  662. align-items: center;
  663. justify-content: center;
  664. .search {
  665. width: 94%;
  666. height: 70rpx;
  667. display: flex;
  668. align-items: center;
  669. background: #F8F8F8;
  670. border-radius: 33rpx;
  671. .search-img {
  672. width: 26rpx;
  673. height: 30rpx;
  674. margin-left: 20rpx;
  675. .search-img1 {
  676. width: 100%;
  677. height: 100%;
  678. margin-top: 2rpx;
  679. }
  680. }
  681. .search-text {
  682. font-size: 28rpx;
  683. font-weight: 400;
  684. color: #999999;
  685. margin-left: 10rpx;
  686. }
  687. }
  688. .search-screen {
  689. width: 40rpx;
  690. height: 40rpx;
  691. margin-left: 30rpx;
  692. .search-screen1 {
  693. width: 100%;
  694. height: 100%;
  695. }
  696. }
  697. }
  698. .count {
  699. width: 100%;
  700. height: 82rpx;
  701. line-height: 82rpx;
  702. display: flex;
  703. align-items: center;
  704. justify-content: center;
  705. background-color: #f8f8f8;
  706. font-size: 30rpx;
  707. font-family: PingFangSC-Regular, PingFang SC;
  708. font-weight: 400;
  709. color: #333333;
  710. text {
  711. color: #E7483C;
  712. }
  713. }
  714. .content {
  715. .content-tips {
  716. background: #fff;
  717. box-sizing: border-box;
  718. overflow: hidden;
  719. margin-bottom: 20rpx;
  720. &:last-child{
  721. margin-bottom: 0
  722. }
  723. .content-first {
  724. padding: 0 30rpx;
  725. height: 92rpx;
  726. border-bottom: 1rpx solid #D8D8D8;
  727. display: flex;
  728. align-items: center;
  729. justify-content: space-between;
  730. .left {
  731. flex-shrink: 0;
  732. min-width: 40%;
  733. display: flex;
  734. align-items: center;
  735. overflow: hidden;
  736. .adviser {
  737. margin-right: 10rpx;
  738. padding: 5rpx 11rpx;
  739. border-radius: 50%;
  740. border: 1rpx solid #2671E2;
  741. font-size: 30rpx;
  742. color: #2671E2;
  743. }
  744. .img {
  745. width: 52rpx;
  746. height: 52rpx;
  747. background: #FFFFFF;
  748. border: 1px solid #C9C9C9;
  749. border-radius: 50%;
  750. text-align: center;
  751. }
  752. .name {
  753. color: #333333;
  754. font-size: 32rpx;
  755. font-weight: bold;
  756. }
  757. .status {
  758. margin-left: 19rpx;
  759. width: 110rpx;
  760. background: #FFF9F5;
  761. border-radius: 4rpx;
  762. font-size: 26rpx;
  763. font-weight: 400;
  764. color: #EC8D49;
  765. text-align: center;
  766. }
  767. }
  768. .right {
  769. flex: 1;
  770. display: flex;
  771. font-size: 30rpx;
  772. justify-content: flex-end;
  773. view,
  774. text {
  775. flex-shrink: 0;
  776. }
  777. .point {
  778. flex-shrink: 0;
  779. width: 12rpx;
  780. height: 12rpx;
  781. background: #2B6EFF;
  782. border-radius: 50%;
  783. margin-right: 9rpx;
  784. margin-top: 16rpx;
  785. }
  786. }
  787. }
  788. .content-sec {
  789. padding: 28rpx 30rpx 32rpx;
  790. display: flex;
  791. justify-content: space-between;
  792. .left {
  793. display: flex;
  794. align-items: center;
  795. .adviser {
  796. margin-right: 10rpx;
  797. padding: 5rpx 11rpx;
  798. border-radius: 50%;
  799. border: 1rpx solid #2671E2;
  800. background: #2671E2;
  801. font-size: 30rpx;
  802. color: #fff;
  803. }
  804. .cus {
  805. font-size: 30rpx;
  806. font-weight: 400;
  807. color: #333;
  808. overflow: hidden;
  809. text-overflow: ellipsis;
  810. display: -webkit-box;
  811. line-height: 23px;
  812. max-height: 46px;
  813. -webkit-line-clamp: 1;
  814. -webkit-box-orient: vertical;
  815. }
  816. .arriveNum {
  817. font-size: 30rpx;
  818. font-weight: 400;
  819. margin-left: 10rpx;
  820. }
  821. }
  822. .right {
  823. font-size: 28rpx;
  824. font-weight: 400;
  825. color: #2671E2;
  826. display: flex;
  827. align-items: center;
  828. .img {
  829. margin-right: 10rpx;
  830. width: 32rpx;
  831. height: 32rpx;
  832. }
  833. }
  834. }
  835. .content-last {
  836. padding: 0 30rpx 34rpx;
  837. font-size: 30rpx;
  838. font-weight: 400;
  839. color: #666666;
  840. display: flex;
  841. align-items: center;
  842. justify-content: space-between;
  843. .c-items {
  844. flex-shrink: 0;
  845. display: flex;
  846. align-items: center;
  847. font-size: 28rpx;
  848. .c-items-img {
  849. margin-right: 10rpx;
  850. width: 32rpx;
  851. height: 32rpx;
  852. }
  853. }
  854. }
  855. }
  856. }
  857. // 这是弹出层
  858. .screen {
  859. // box-sizing: border-box;
  860. // padding: 0 30rpx;
  861. position: absolute;
  862. .screen-counselor {
  863. display: flex;
  864. align-items: center;
  865. height: 106rpx;
  866. // padding: 40rpx 30rpx 36rpx 30rpx;
  867. padding: 0 30rpx;
  868. box-sizing: border-box;
  869. border-bottom: 1px solid #EEEEEE;
  870. .screen-text {
  871. font-size: 30rpx;
  872. font-weight: 400;
  873. color: #333333;
  874. line-height: 30rpx;
  875. }
  876. .screen-sel {
  877. display: flex;
  878. justify-content: flex-end;
  879. align-items: center;
  880. width: 500rpx;
  881. margin-left: 60rpx;
  882. .screen-sel-img {
  883. flex-shrink: 0;
  884. width: 14rpx;
  885. height: 30rpx;
  886. }
  887. .screen-inp {
  888. padding: 0 20rpx;
  889. text-align: right;
  890. }
  891. }
  892. }
  893. .screen-record {
  894. height: 192rpx;
  895. // width: 100%;
  896. overflow: hidden;
  897. padding: 0 30rpx;
  898. box-sizing: border-box;
  899. border-bottom: 1px solid #EEEEEE;
  900. .screen-record-text {
  901. margin-top: 36rpx;
  902. font-size: 30rpx;
  903. font-weight: 400;
  904. color: #333333;
  905. line-height: 30rpx;
  906. }
  907. .screen-record-tab {
  908. margin-top: 30rpx;
  909. display: flex;
  910. // justify-content: space-around;
  911. .screen-record-chose {
  912. width: 156rpx;
  913. height: 60rpx;
  914. background: #2671E2;
  915. border-radius: 4rpx;
  916. border: 1px solid #2671E2;
  917. text-align: center;
  918. line-height: 60rpx;
  919. margin-right: 22rpx;
  920. color: #FFFFFF;
  921. }
  922. .screen-record-nochose {
  923. width: 156rpx;
  924. height: 60rpx;
  925. background: #FFFFFF;
  926. border-radius: 4rpx;
  927. border: 1px solid #C9C9C9;
  928. text-align: center;
  929. line-height: 60rpx;
  930. margin-right: 22rpx;
  931. }
  932. }
  933. }
  934. .screen-foot {
  935. width: 100%;
  936. height: 100rpx;
  937. display: flex;
  938. .screen-foot-reset {
  939. width: 50%;
  940. text-align: center;
  941. height: 100rpx;
  942. line-height: 100rpx;
  943. font-size: 30rpx;
  944. font-weight: 400;
  945. color: #666666;
  946. }
  947. .screen-foot-sure {
  948. width: 50%;
  949. text-align: center;
  950. line-height: 100rpx;
  951. height: 100rpx;
  952. font-size: 30rpx;
  953. font-weight: 400;
  954. color: #FFFFFF;
  955. background: #2671E2;
  956. }
  957. }
  958. }
  959. </style>