AI销管
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

1091 строка
26 KiB

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