repairsDetail.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. <template>
  2. <view class="incidentDetail">
  3. <view class="head">
  4. <view class="tab" :class="{active: tab.value === dataInfo.tabActiveValue}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.value)">
  5. {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
  6. </view>
  7. </view>
  8. <scroll-view scroll-y class="body">
  9. <!-- 工单信息 -->
  10. <template v-if="dataInfo.tabActiveValue === '1'">
  11. <view class="detail_head">
  12. <text class="title">报修信息</text>
  13. <view class="other">
  14. <text class="priority" :style="priorityStyle(dataInfo.incidentData.priority)">{{dataInfo.incidentData.priority ? dataInfo.incidentData.priority.name + ' ' : ''}}</text>
  15. <view class="status" :style="stateStyle(dataInfo.incidentData.state)">{{dataInfo.incidentData.state ? dataInfo.incidentData.state.name : ''}}</view>
  16. </view>
  17. </view>
  18. <view class="detail_item_wrap">
  19. <view class="deital_item">
  20. <text class="name">故障描述:</text>
  21. <text class="value">{{dataInfo.incidentData.description || '无'}}</text>
  22. </view>
  23. <view class="deital_item">
  24. <text class="name">关联资产:</text>
  25. <text class="value">{{dataInfo.incidentData.description || '无'}}</text>
  26. </view>
  27. <view class="deital_item">
  28. <text class="name">图片视频:</text>
  29. <view class="value img">
  30. <image class="imgItem" :src="img.thumbFilePath" mode="aspectFill" v-for="(img, i) in dataInfo.repairImgs" :key="i" @click="previewImg(i, 'repairImgs')"></image>
  31. <!-- <video class="videoItem" :poster="img.imgF" v-for="(img, i) in dataInfo.repairVideo" :key="i" @click="videoView(i)"></video> -->
  32. <image class="imgItem" src="/static/img/300.jpg" v-for="(img, i) in dataInfo.repairVideo" :key="i" @click="videoView(img)"></image>
  33. </view>
  34. </view>
  35. <view class="deital_item">
  36. <text class="name">录音:</text>
  37. <view class="value img" v-if="dataInfo.repairAudio.length>0">
  38. <sy-audio class="imgItem" ref="audio" isCountDown :src="img.thumbFilePath" v-for="(img, i) in dataInfo.repairAudio" :key="i" ></sy-audio>
  39. </view>
  40. </view>
  41. <view class="deital_item">
  42. <text class="name">联系人:</text>
  43. <text class="value">{{dataInfo.incidentData.contacts || '无'}}</text>
  44. <text v-if="dataInfo.incidentData.contactsInformation" @click="makePhoneCall(dataInfo.incidentData.contactsInformation)">{{dataInfo.incidentData.contactsInformation}}<uni-icons type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></text>
  45. </view>
  46. <!-- <view class="deital_item">
  47. <text class="name">联系电话:</text>
  48. <view class="value" @click="makePhoneCall(dataInfo.incidentData.incomingPhone)" v-if="dataInfo.incidentData.incomingPhone">{{dataInfo.incidentData.incomingPhone}}<uni-icons type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></view>
  49. <text class="value" v-else>无</text>
  50. <uni-icons v-if="dataInfo.incidentData.callID" @click="attachmentClick" type="mic-filled" class="mic-filled" :size="22" :color="primaryColor"></uni-icons>
  51. </view> -->
  52. <view class="deital_item" v-if="isDept.valueconfig==1">
  53. <text class="name">报修科室:</text>
  54. <text class="value">{{dataInfo.incidentData.department ? dataInfo.incidentData.department.dept : '无'}}</text>
  55. </view>
  56. <view class="deital_item">
  57. <text class="name">详细地址:</text>
  58. <text class="value" v-if="dataInfo.incidentData.place || dataInfo.incidentData.houseNumber">{{dataInfo.incidentData.place ? (dataInfo.incidentData.place.area.area + dataInfo.incidentData.place.place) : ''}}{{dataInfo.incidentData.houseNumber || ''}}</text>
  59. <text class="value" v-else>无</text>
  60. </view>
  61. <view class="deital_item">
  62. <text class="name">报修人:</text>
  63. <text class="value">{{dataInfo.incidentData.requester ? dataInfo.incidentData.requester.name : '无'}}</text>
  64. </view>
  65. <view class="deital_item">
  66. <text class="name">报修类型:</text>
  67. <text class="value" v-if="dataInfo.incidentData.repairIncidentType">{{dataInfo.incidentData.repairIncidentType.name}}</text>
  68. </view>
  69. </view>
  70. <view class="detail_head">
  71. <text class="title">处理信息</text>
  72. </view>
  73. <view class="detail_item_wrap">
  74. <view class="deital_item">
  75. <text class="name">处理人:</text>
  76. <text class="value" v-if="dataInfo.incidentData.state.value == 'pending' && dataInfo.incidentData.currentLog">{{dataInfo.incidentData.currentLog.workerName}}<text @click="makePhoneCall(dataInfo.incidentData.currentLog.workerPhone)" v-if="dataInfo.incidentData.currentLog.workerPhone">({{dataInfo.incidentData.currentLog.workerPhone}})<uni-icons type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></text></text>
  77. <text class="value" v-else-if="dataInfo.incidentData.state.value != 'pending' && dataInfo.incidentData.handlingPersonnelUser">{{dataInfo.incidentData.handlingPersonnelUser.name}}<text @click="makePhoneCall(dataInfo.incidentData.handlingPersonnelUser.phone)" v-if="dataInfo.incidentData.handlingPersonnelUser.phone">({{dataInfo.incidentData.handlingPersonnelUser.phone}})<uni-icons type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></text></text>
  78. <text class="value" v-else>无</text>
  79. </view>
  80. <!-- <view class="deital_item">
  81. <text class="name">处理人电话:</text>
  82. <view class="value" @click="makePhoneCall(dataInfo.incidentData.incomingPhone)" v-if="dataInfo.incidentData.incomingPhone">{{dataInfo.incidentData.incomingPhone}}<uni-icons type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></view>
  83. <text class="value" v-else>无</text>
  84. <uni-icons v-if="dataInfo.incidentData.callID" @click="attachmentClick" type="mic-filled" class="mic-filled" :size="22" :color="primaryColor"></uni-icons>
  85. </view> -->
  86. <view class="deital_item">
  87. <text class="name">处理图片:</text>
  88. <view class="value img">
  89. <image class="imgItem" :src="img.thumbFilePath" mode="aspectFill" v-for="(img, i) in dataInfo.handlerImgs" :key="i" @click="previewImg(i, 'handlerImgs')"></image>
  90. </view>
  91. </view>
  92. <view class="deital_item">
  93. <text class="name">维修总价:</text>
  94. <text class="value">{{dataInfo.incidentData.rsPrice === undefined ? '无' : dataInfo.incidentData.rsPrice + '元'}}</text>
  95. </view>
  96. </view>
  97. </template>
  98. <!-- 维修汇总单 -->
  99. <template v-if="dataInfo.tabActiveValue === '2'">
  100. <view class="detail_head">
  101. <text class="title">耗材清单</text>
  102. </view>
  103. <view class="summaryItem_bodyItem" v-for="item in dataInfo.summaryObj.consumableList" :key="item.id">
  104. <view class="summaryItem_bodyItem_top">
  105. <text class="name ellipsis">{{ item.consumableName }}<template v-if="item.consumableBrandModel">({{ item.consumableBrandModel }})</template></text>
  106. <text class="value">{{ item.consumableEndPrice }}元</text>
  107. </view>
  108. <view class="summaryItem_bodyItem_bottom">
  109. <text class="name">x{{ item.consumablesNum }}{{ item.consumablesUnit }}</text>
  110. <text class="value">总价{{item.consumablesNum * item.consumableEndPrice}}元</text>
  111. </view>
  112. </view>
  113. <view class="summaryItem_bodyItem_total">耗材总价:{{dataInfo.summaryObj.consumablePrice}}元</view>
  114. <view class="detail_head">
  115. <text class="title">工时清单</text>
  116. </view>
  117. <view class="summaryItem_bodyItem" v-for="item in dataInfo.summaryObj.workHourManagementList" :key="item.id">
  118. <view class="summaryItem_bodyItem_top">
  119. <text class="name ellipsis">{{ item.workName }}</text>
  120. <text class="value">{{ item.wage }}元</text>
  121. </view>
  122. <view class="summaryItem_bodyItem_bottom">
  123. <text class="name">x{{ item.workHourNum2 }}{{ item.workUnit }}</text>
  124. <text class="value">总价{{item.workHourNum2 * item.wage}}元</text>
  125. </view>
  126. </view>
  127. <view class="summaryItem_bodyItem_total">工时总价:{{dataInfo.summaryObj.workHourPrice}}元</view>
  128. <view class="summaryItem_total">汇总单总价:{{dataInfo.summaryObj.totalMaintenancePrice}}元</view>
  129. </template>
  130. <!-- 处理流程 -->
  131. <template v-if="dataInfo.tabActiveValue === '3'">
  132. <view class="process_item_wrap">
  133. <view class="process_item" v-for="item in dataInfo.incidentLogList" :key="item.id">
  134. <view class="process_item_top">
  135. <view class="name">{{item.logType ? item.logType.name : ''}}</view>
  136. <view class="value" v-if="item.remark">({{item.remark}})</view>
  137. </view>
  138. <view class="process_item_bottom">
  139. <text class="name">{{formatDate(item.startTime, 'yyyy-MM-dd HH:mm:ss')}}</text>
  140. <text class="value" v-if="item.appointorName">{{item.appointorName}}</text>
  141. </view>
  142. </view>
  143. </view>
  144. </template>
  145. <!-- 评价信息 -->
  146. <template v-if="dataInfo.tabActiveValue === '4'">
  147. <view class="detail_head">
  148. <text class="title">评价信息</text>
  149. </view>
  150. <view class="appraise_detail" v-for="item in dataInfo.resolveLogs" :key="item.id">
  151. <view class="appraise_detail_top">
  152. <text>{{formatDate(item.startTime, 'yyyy-MM-dd HH:mm:ss')}}</text>
  153. <view v-if="dataInfo.incidentData.wxdegree">
  154. <uni-rate readonly :value="dataInfo.incidentData.wxdegree.value" />
  155. </view>
  156. </view>
  157. <view class="appraise_detail_bottom">
  158. <text>{{item.remark}}</text>
  159. </view>
  160. </view>
  161. <view class="detail_head">
  162. <text class="title">回访信息</text>
  163. </view>
  164. <view class="appraise_detail" v-for="item in dataInfo.callbackLogs" :key="item.id">
  165. <view class="appraise_detail_top">
  166. <text>{{formatDate(item.startTime, 'yyyy-MM-dd HH:mm:ss')}}</text>
  167. <text v-if="dataInfo.incidentData.degree">{{dataInfo.incidentData.degree.name}}</text>
  168. </view>
  169. <view class="appraise_detail_bottom">
  170. <text>{{item.remark}}</text>
  171. </view>
  172. </view>
  173. </template>
  174. </scroll-view>
  175. <view class="foot_common_btns">
  176. <button @click="goBack" type="default" class="primaryButton btn">返回</button>
  177. </view>
  178. <IncidentAttachment v-if="dataInfo.isAttachment" @knowEmit="knowAttachment" :incidentData="dataInfo.incidentData"></IncidentAttachment>
  179. <uni-popup ref="popup" background-color="#fff" type="center" :before-close="true">
  180. <view class="popup-content">
  181. <video :src="videoUrl" controls></video>
  182. </view>
  183. <view class="foot_common_btns">
  184. <button @click="closePop" type="default" class="primaryButton btn">关闭</button>
  185. </view>
  186. </uni-popup>
  187. </view>
  188. </template>
  189. <script setup>
  190. import { ref, reactive } from 'vue'
  191. import IncidentAttachment from '@/components/IncidentAttachment.vue';
  192. import { onLoad } from '@dcloudio/uni-app'
  193. import { api_listAttachment, api_incidentDetail, api_querySummaryDoc, api_incidentLog } from "@/http/api.js"
  194. import { defaultColor } from '@/static/js/theme.js'
  195. import { useSetTitle } from '@/share/useSetTitle.js'
  196. import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
  197. import { useGoBack } from '@/share/useGoBack.js'
  198. import { useLoginUserStore } from '@/stores/loginUser'
  199. import { computedPriorityStyle } from '@/filters/computedPriorityStyle.js'
  200. import { computedStateStyle } from '@/filters/computedStateStyle.js'
  201. import { filterFormatDate } from '@/filters/filterFormatDate.js'
  202. useSetTitle();
  203. const loginUserStore = useLoginUserStore();
  204. const { makePhoneCall } = useMakePhoneCall();
  205. const { goBack } = useGoBack();
  206. const { priorityStyle } = computedPriorityStyle();
  207. const { stateStyle } = computedStateStyle();
  208. const { formatDate } = filterFormatDate();
  209. // 主题颜色
  210. const primaryColor = ref(defaultColor)
  211. const isDept = ref(null)
  212. const videoUrl = ref(null)
  213. const popup = ref(null)
  214. // 数据
  215. const dataInfo = reactive({
  216. tabs: [
  217. {id: 1, name: '工单信息', value: '1', num: ''},
  218. // {id: 2, name: '维修汇总单', value: '2', num: ''},
  219. {id: 3, name: '处理流程', value: '3', num: ''},
  220. {id: 4, name: '评价信息', value: '4', num: ''},
  221. ],
  222. tabActiveValue: 0,//当前选择的tab
  223. incidentId: undefined,//事件ID
  224. incidentData: {},//事件对象
  225. repairImgs: [],//报修图片
  226. repairVideo:[], //视频
  227. repairAudio:[], //录音
  228. handlerImgs: [],//处理图片
  229. summaryObj: {
  230. consumableList: [],//耗材列表
  231. workHourManagementList: [],//工时列表
  232. },//汇总单信息
  233. incidentLogList: [],//流程列表
  234. resolveLogs: [],//评价
  235. callbackLogs: [],//回访
  236. isAttachment: false,//录音开关
  237. })
  238. // 点击录音
  239. function attachmentClick(){
  240. dataInfo.isAttachment = true;
  241. }
  242. // 知道了录音
  243. function knowAttachment(){
  244. dataInfo.isAttachment = false;
  245. }
  246. // 获取汇总单信息
  247. function getSummaryList(){
  248. uni.showLoading({
  249. title: "加载中",
  250. mask: true,
  251. });
  252. let postData = {
  253. "incidentId": dataInfo.incidentId,
  254. };
  255. api_querySummaryDoc(postData).then(res => {
  256. uni.hideLoading();
  257. if(res.status == 200){
  258. dataInfo.summaryObj = {...{consumableList:[], workHourManagementList: []}, ...res };
  259. }else{
  260. uni.showToast({
  261. icon: 'none',
  262. title: res.msg || '请求数据失败!'
  263. });
  264. }
  265. })
  266. }
  267. // 获取流程列表
  268. function getIncidentLogList(){
  269. uni.showLoading({
  270. title: "加载中",
  271. mask: true,
  272. });
  273. let postData = {
  274. "idx": 0,
  275. "sum": 9999,
  276. "incidentLog": {
  277. "incidentId": dataInfo.incidentId,
  278. }
  279. };
  280. api_incidentLog(postData).then(res => {
  281. uni.hideLoading();
  282. if(res.status == 200){
  283. let incidentLogList = res.list || [];
  284. dataInfo.incidentLogList = incidentLogList;
  285. }else{
  286. uni.showToast({
  287. icon: 'none',
  288. title: res.msg || '请求数据失败!'
  289. });
  290. }
  291. })
  292. }
  293. function videoView(item){
  294. videoUrl.value = item.thumbFilePath
  295. popup.value.open()
  296. }
  297. function closePop(){
  298. popup.value.close()
  299. }
  300. // 预览图片
  301. function previewImg(index, type){
  302. uni.previewImage({
  303. current: index,
  304. urls: dataInfo[type].map(v => v.previewUrl),
  305. longPressActions: {
  306. itemList: ['发送给朋友', '保存图片', '收藏'],
  307. success: function(data) {
  308. console.log('选中了第' + (data.tapIndex + 1) + '个按钮,第' + (data.index + 1) + '张图片');
  309. },
  310. fail: function(err) {
  311. console.log(err.errMsg);
  312. }
  313. }
  314. });
  315. }
  316. // 初始化表单
  317. function initForm(){
  318. if(dataInfo.tabActiveValue === '1'){
  319. getRepairImgs();
  320. getHandlerImgs();
  321. }else if(dataInfo.tabActiveValue === '2'){
  322. getSummaryList();
  323. }else if(dataInfo.tabActiveValue === '3'){
  324. getIncidentLogList();
  325. }else if(dataInfo.tabActiveValue === '4'){
  326. }
  327. }
  328. // 点击tab
  329. function clickTab(tabValue){
  330. if(dataInfo.tabActiveValue == tabValue){
  331. return;
  332. }
  333. dataInfo.tabActiveValue = tabValue;
  334. initForm()
  335. }
  336. // 获取事件详情
  337. function getIncidentDetail(){
  338. uni.showLoading({
  339. title: "加载中",
  340. mask: true,
  341. });
  342. api_incidentDetail(dataInfo.incidentId).then(res => {
  343. uni.hideLoading();
  344. if(res.status == 200){
  345. dataInfo.incidentData = res.data || {};
  346. let logs = dataInfo.incidentData.logs || [];
  347. dataInfo.resolveLogs = logs.filter(v => v.logType.value == 'resolve').slice(0, 1);
  348. dataInfo.callbackLogs = logs.filter(v => v.logType.value == 'callback').slice(0, 1);
  349. // 维修汇总单
  350. if(dataInfo.incidentData.state.value == 'close' && dataInfo.incidentData.duty.addSummary == 1 && dataInfo.incidentData.summaryId){
  351. let flag = dataInfo.tabs.some(v => v.value === '2');
  352. !flag && dataInfo.tabs.splice(1, 0, {id: 2, name: '维修汇总单', value: '2', num: ''});
  353. }
  354. dataInfo.tabActiveValue = dataInfo.tabs[0].value;
  355. initForm()
  356. }else{
  357. uni.showToast({
  358. icon: 'none',
  359. title: res.msg || '请求数据失败!'
  360. });
  361. }
  362. })
  363. }
  364. // 获取报修图片
  365. function getRepairImgs(){
  366. uni.showLoading({
  367. title: "加载中",
  368. mask: true,
  369. });
  370. api_listAttachment('wechatRequesterIncident', dataInfo.incidentId).then(res => {
  371. uni.hideLoading();
  372. res.data = res.data || [];
  373. res.data.forEach(v => {
  374. // v.previewUrl = location.origin + "/file" + v.relativeFilePath;
  375. v.thumbFilePath = location.origin + "/file" + v.relativeFilePath;
  376. })
  377. dataInfo.repairImgs = []
  378. dataInfo.repairVideo = []
  379. dataInfo.repairAudio = []
  380. for(let i of res.data){
  381. if(i.suffix=='jpg' || i.suffix=='png' || i.suffix=='gif'){
  382. dataInfo.repairImgs.push(i)
  383. }else if(i.suffix=='mp4' || i.suffix=='avi' ||
  384. i.suffix=='mpeg' || i.suffix=='wmv'){
  385. dataInfo.repairVideo.push(i)
  386. }else if(i.extra1=='wechatIncidentRecord'){
  387. dataInfo.repairAudio.push(i)
  388. }
  389. }
  390. })
  391. }
  392. // 获取处理图片
  393. function getHandlerImgs(){
  394. uni.showLoading({
  395. title: "加载中",
  396. mask: true,
  397. });
  398. api_listAttachment('incident', dataInfo.incidentId).then(res => {
  399. uni.hideLoading();
  400. res.data = res.data || [];
  401. res.data.forEach(v => {
  402. v.previewUrl = location.origin + "/file" + v.relativeFilePath;
  403. v.thumbFilePath = location.origin + "/file" + v.thumbFilePath;
  404. })
  405. dataInfo.handlerImgs = res.data;
  406. })
  407. }
  408. onLoad((option) => {
  409. dataInfo.incidentId = option.incidentId;
  410. let data = JSON.parse(uni.getStorageSync('sysData'))
  411. isDept.value = data.find(i=>i.keyconfig=='deptRepair')
  412. getIncidentDetail();
  413. })
  414. </script>
  415. <style lang="scss" scoped>
  416. .popup-content{
  417. padding: 40rpx;
  418. }
  419. .incidentDetail{
  420. height: 100%;
  421. display: flex;
  422. flex-direction: column;
  423. justify-content: space-between;
  424. .head{
  425. height: 88rpx;
  426. display: flex;
  427. position: fixed;
  428. z-index: 99;
  429. width: 100%;
  430. background-color: #fff;
  431. font-size: 30rpx;
  432. .tab{
  433. flex: 1;
  434. display: flex;
  435. justify-content: center;
  436. align-items: center;
  437. border-bottom: 4rpx solid transparent;
  438. position: relative;
  439. &:last-of-type{
  440. &:after{
  441. display: none;
  442. }
  443. }
  444. &:after{
  445. content: '';
  446. position: absolute;
  447. right: 0;
  448. top: 50%;
  449. transform: translateY(-50%);
  450. width: 1rpx;
  451. height: 44rpx;
  452. background-color: #515151;
  453. }
  454. &.active{
  455. color: $uni-primary;
  456. border-color: $uni-primary;
  457. }
  458. }
  459. }
  460. .body{
  461. margin-top: 88rpx;
  462. box-sizing: border-box;
  463. flex: 1;
  464. min-height: 0;
  465. border-top: 7rpx solid #EBEBEB;
  466. .phone-filled{
  467. margin-left: 5rpx;
  468. }
  469. .mic-filled{
  470. margin-right: 100rpx;
  471. }
  472. .detail_item_wrap{
  473. padding-bottom: 24rpx;
  474. }
  475. .detail_head{
  476. padding: 24rpx;
  477. border-top: 1rpx solid #D2D2D2;
  478. border-bottom: 1rpx solid #D2D2D2;
  479. display: flex;
  480. justify-content: space-between;
  481. align-items: center;
  482. &:first-of-type{
  483. border-top: none;
  484. }
  485. .title{
  486. font-size: 26rpx;
  487. color: $uni-primary;
  488. padding-left: 18rpx;
  489. position: relative;
  490. &:before{
  491. content: '';
  492. width: 8rpx;
  493. height: 25rpx;
  494. background-color: $uni-primary;
  495. position: absolute;
  496. left: 0;
  497. top: 50%;
  498. transform: translateY(-50%);
  499. }
  500. }
  501. .other{
  502. display: flex;
  503. align-items: center;
  504. .priority{
  505. font-size: 26rpx;
  506. margin-right: 15rpx;
  507. }
  508. .status{
  509. padding: 4rpx 10rpx;
  510. border-radius: 20rpx;
  511. background-color: #DBE8FE;
  512. font-size: 22rpx;
  513. color: #006CF9;
  514. }
  515. }
  516. }
  517. .deital_item{
  518. font-size: 26rpx;
  519. color: #555;
  520. padding: 24rpx 24rpx 0;
  521. display: flex;
  522. flex-wrap: wrap;
  523. align-items: center;
  524. .name{
  525. width: 8em;
  526. margin-right: 24rpx;
  527. }
  528. .value{
  529. flex: 1;
  530. word-break: break-all;
  531. &.img{
  532. display: flex;
  533. .imgItem{
  534. width: 150rpx;
  535. height: 150rpx;
  536. margin-right: 24rpx;
  537. &:last-of-type{
  538. margin-right: 0;
  539. }
  540. }
  541. .videoItem{
  542. width: 150rpx;
  543. height: 150rpx;
  544. margin-right: 24rpx;
  545. &:last-of-type{
  546. margin-right: 0;
  547. }
  548. }
  549. }
  550. }
  551. }
  552. .summaryItem_bodyItem{
  553. padding: 24rpx 24rpx 0;
  554. font-size: 26rpx;
  555. .summaryItem_bodyItem_top{
  556. display: flex;
  557. justify-content: space-between;
  558. align-items: center;
  559. .value{
  560. padding-left: 48rpx;
  561. flex-shrink: 0;
  562. }
  563. }
  564. .summaryItem_bodyItem_bottom{
  565. margin-top: 24rpx;
  566. display: flex;
  567. justify-content: space-between;
  568. align-items: center;
  569. .name{
  570. text-align: right;
  571. flex: 1;
  572. }
  573. .value{
  574. width: 220rpx;
  575. text-align: right;
  576. flex-shrink: 0;
  577. }
  578. }
  579. }
  580. .summaryItem_bodyItem_total{
  581. text-align: right;
  582. padding: 24rpx;
  583. font-size: 26rpx;
  584. }
  585. .summaryItem_total{
  586. text-align: center;
  587. padding-top: 24rpx;
  588. font-size: 32rpx;
  589. font-weight: bold;
  590. color: $uni-primary;
  591. border-top: 1rpx solid #D2D2D2;
  592. }
  593. .process_item_wrap{
  594. padding: 38rpx;
  595. .process_item{
  596. &:last-of-type{
  597. .process_item_bottom{
  598. border-left: none;
  599. }
  600. }
  601. .process_item_top{
  602. padding-left: 30rpx;
  603. display: flex;
  604. align-items: center;
  605. position: relative;
  606. &:before{
  607. content: '';
  608. position: absolute;
  609. left: -13rpx;
  610. top: 50%;
  611. width: 26rpx;
  612. height: 26rpx;
  613. border-radius: 50%;
  614. background-color: $uni-primary;
  615. transform: translateY(-50%);
  616. }
  617. .name{
  618. font-size: 30rpx;
  619. }
  620. .value{
  621. margin-left: 20rpx;
  622. font-size: 22rpx;
  623. color: #A1A1A1;
  624. flex: 1;
  625. }
  626. }
  627. .process_item_bottom{
  628. min-height: 82rpx;
  629. border-left: 1rpx solid #B7BDC6;
  630. margin-top: 5rpx;
  631. padding-left: 30rpx;
  632. display: flex;
  633. font-size: 24rpx;
  634. color: #A1A1A1;
  635. .value{
  636. margin-left: 20rpx;
  637. }
  638. }
  639. }
  640. }
  641. .appraise_detail{
  642. padding: 24rpx 24rpx 24rpx 40rpx;
  643. .appraise_detail_top{
  644. display: flex;
  645. align-items: center;
  646. justify-content: space-between;
  647. font-size: 26rpx;
  648. .name{
  649. color: #A1A1A1;
  650. }
  651. .value{}
  652. }
  653. .appraise_detail_bottom{
  654. font-size: 30rpx;
  655. margin-top: 24rpx;
  656. word-break: break-all;
  657. }
  658. }
  659. }
  660. }
  661. </style>