人民医院前端

workOrderDetail.vue 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. <template>
  2. <page-meta :root-font-size="getFontSizeValue"></page-meta>
  3. <view class="wrapper">
  4. <view class="detailContent">
  5. <view class="contentTable">
  6. <text class="contentTitle">工单编号:</text>
  7. <text class="contentText">{{ detailContentData.F_WorkOrderCode }}</text>
  8. <!-- <text class="textState" v-show="detailContentData.StateName ">{{ detailContentData.StateName }}</text>
  9. <text class="textState fx" v-show="backState == 1">返修</text> -->
  10. </view>
  11. <view class="contentTable" v-show="detailContentData.StateName ">
  12. <text class="contentTitle">工单状态:</text>
  13. <text class="textState">{{ detailContentData.StateName }}</text>
  14. <text class="textState" v-show="detailContentData.F_EmergencyTypes=='紧急'" style="color: #ff0000;border: 1px solid #ff0000;text-align: center;">紧急</text>
  15. <text class="textState" v-show="detailContentData.F_ReplayCount>0" style="color:#ddb642;border:1px solid #ddb642;text-align: center;">延期 {{detailContentData.F_ReplayCount}}</text>
  16. <text class="textState" v-show="detailContentData.ishangup=='是'" style="color:#4fa0f4;border:1px solid #4fa0f4;text-align: center;">挂起</text>
  17. <text class="textState" v-if="detailContentData.F_IsBack == 1" style="color: #3478f6;border: 1px solid #3478f6;text-align: center;">退单</text>
  18. <text class="textState" v-show="detailContentData.GapTime && detailContentData.GapTime.indexOf('超时')>=0" style="color:#880000;border:1px solid #880000;text-align: center;">超期</text>
  19. <text class="textState fx" v-show="backState == 1">返修</text>
  20. </view>
  21. <view class="contentTable">
  22. <text class="contentTitle">工单类型:</text>
  23. <text
  24. class="contentText">{{ $mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory)}}</text>
  25. </view>
  26. <view class="contentTable" v-if="typeName.indexOf('设备类')>=0">
  27. <text class="contentTitle">设备资产编码:</text>
  28. <text class="contentText">{{ detailContentData.F_DeviceEncode }}</text>
  29. </view>
  30. <view class="contentTable">
  31. <text class="contentTitle">上报科室:</text>
  32. <text
  33. class="contentText">{{ $mHelper.findParents(departList,detailContentData.F_ApplicationDept)}}</text>
  34. </view>
  35. <view class="contentTable">
  36. <text class="contentTitle">科室电话:</text>
  37. <text
  38. class="contentText">{{ detailContentData.F_DeptPhone }}</text>
  39. </view>
  40. <view class="contentTable">
  41. <text class="contentTitle">上报时间:</text>
  42. <text class="contentText">{{ detailContentData.F_CreateTime }}</text>
  43. </view>
  44. <view class="contentTable">
  45. <text class="contentTitle">上报地点:</text>
  46. <text class="contentText">{{ detailContentData.F_PlaceOfRepair }}</text>
  47. </view>
  48. <view class="contentTable">
  49. <text class="contentTitle">报修人员:</text>
  50. <text class="contentText">{{ detailContentData.applicantname}}</text>
  51. </view>
  52. <view class="contentTable">
  53. <text class="contentTitle">联系电话:</text>
  54. <text class="contentText" style="margin-top: -5px;">{{ detailContentData.F_Phone }} <uni-icons @click="callHandle(detailContentData.F_Phone)" class="frContentText" type="phone" size="30"></uni-icons></text>
  55. </view>
  56. <view class="contentTable">
  57. <view class="contentTitle">报修内容:</view>
  58. <view class="contentText">{{ detailContentData.F_Content }}</view>
  59. </view>
  60. <view class="contentTable">
  61. <text class="contentTitle">维修科室:</text>
  62. <text
  63. class="contentText">{{ $mHelper.findParents(departList,detailContentData.F_MaintenanceDept) }}</text>
  64. </view>
  65. <view class="contentTable">
  66. <text class="contentTitle">维修人员:</text>
  67. <text class="contentText">{{ detailContentData.MaintenancerName}}</text>
  68. </view>
  69. <view class="contentTable">
  70. <text class="contentTitle">联系方式:</text>
  71. <text class="contentText" style="margin-top: -5px;">{{ detailContentData.MaintenancerPhone }} <uni-icons @click="callHandle(detailContentData.MaintenancerPhone)" class="frContentText" type="phone" size="30" v-if="detailContentData.MaintenancerPhone"></uni-icons></text>
  72. </view>
  73. <view class="contentTable">
  74. <text class="contentTitle">超时时限:</text>
  75. <text class="contentText">{{ detailContentData.GapTime }}</text>
  76. </view>
  77. <view class="contentTable">
  78. <text class="contentTitle">紧急程度:</text>
  79. <text class="contentText">{{ detailContentData.F_EmergencyTypes }}</text>
  80. </view>
  81. <view class="contentTable">
  82. <text class="contentTitle">接单时间:</text>
  83. <text class="contentText">{{ detailContentData.F_AcceptTime }}</text>
  84. </view>
  85. <view class="contentTable">
  86. <text class="contentTitle">挂起时间:</text>
  87. <text class="contentText">{{ detailContentData.F_ExceptFinishTime }}</text>
  88. </view>
  89. <view class="contentTable">
  90. <text class="contentTitle">完成时间:</text>
  91. <text class="contentText">{{ detailContentData.F_Endtime }}</text>
  92. </view>
  93. <view class="contentTable">
  94. <text class="contentTitle">完成时长:</text>
  95. <text class="contentText">{{ detailContentData.SpendTime }}</text>
  96. </view>
  97. <view class="contentTable" v-show="backState == 1">
  98. <text class="contentTitle">返修内容:</text>
  99. <text class="contentText">{{ backCon }}</text>
  100. </view>
  101. <view class="contentTable">
  102. <text class="contentTitle">图<span class="place"></span>片:</text>
  103. <view class="contentText" style="margin-top: 10px;">
  104. <uni-file-picker readonly :value="getFileData(detailContentData.FileUrl)" :imageStyles="imageStyles" file-mediatype="image" />
  105. </view>
  106. </view>
  107. <view class="contentTable" v-show="detailContentData.TransferFileUrl">
  108. <text class="contentTitle">转组长附件:</text>
  109. <view class="contentText" style="margin-top: 10px;">
  110. <uni-file-picker readonly :value="getFileData(detailContentData.TransferFileUrl)" :imageStyles="imageStyles" file-mediatype="image" />
  111. </view>
  112. </view>
  113. </view>
  114. <yiLine>
  115. <view></view>
  116. </yiLine>
  117. <view class="operationButton" v-show="equipmentCon && equipmentCon.length != 0">
  118. <view>
  119. <text class="operationButtonTitle">耗材信息</text>
  120. <table class="equipmentInfo">
  121. <thead style="background-color: #fafafa;">
  122. <tr class="trCon">
  123. <td class="tdCon">耗材名称</td>
  124. <td class="tdCon">单价</td>
  125. <td class="tdCon">数量</td>
  126. <td class="tdCon">总价</td>
  127. </tr>
  128. </thead>
  129. <tbody>
  130. <tr class="trCon" v-for="item in equipmentCon">
  131. <td class="tdCon" v-if="!item.F_EquipNumber">{{item.F_EquipName}}</td>
  132. <td class="tdCon" v-if="item.F_EquipNumber">{{item.F_EquipName}}({{item.F_EquipNumber}})</td>
  133. <td class="tdCon">{{item.F_EquipPrice}}</td>
  134. <td class="tdCon">{{item.F_EquipAmount}}</td>
  135. <td class="tdCon">{{item.F_EquipAmount*item.F_EquipPrice}}</td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. </view>
  140. </view>
  141. <view class="operationButton" v-show="orderButtonData && orderButtonData.length != 0">
  142. <!-- <view class="operationButton"> -->
  143. <view>
  144. <text class="operationButtonTitle">操作</text>
  145. <buttonsComponents class="buttons" :order-button-data="orderButtonData" :wid="workorderid" :typeName="$mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory)"
  146. :orderType="detailContentData.F_WorkOrderCategory" :departid="departid" :applicationDept="applicationDept" :firstType="$mHelper.stateComm(3)"
  147. :maintenancer="detailContentData.MaintenancerName" />
  148. </view>
  149. </view>
  150. <yiLine>
  151. <view></view>
  152. </yiLine>
  153. <view style="background-color: #fff;padding: 17px 0px;">
  154. <view class="segmentedControlWrapper">
  155. <uni-segmented-control :current="segmenter.current" :values="segmenter.items"
  156. @clickItem="onClickSegmentedControl" styleType="text" activeColor="#007aff" />
  157. </view>
  158. <view class="handleProcess">
  159. <view v-show="current == 0">
  160. <view class="detailContent showType" v-for="item in handleProcessListData" :key=item.F_Id>
  161. <view class="contentTable">
  162. <text class="contentTitle">处理部门:</text>
  163. <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept) }}</text>
  164. </view>
  165. <view class="contentTable">
  166. <text class="contentTitle">处理人员:</text>
  167. <text
  168. class="contentText">{{ item.username }}</text>
  169. </view>
  170. <view class="contentTable">
  171. <text class="contentTitle">维修时间:</text>
  172. <text class="contentText">{{ item.F_ProcessingTime }}</text>
  173. </view>
  174. <view class="contentTable">
  175. <text class="contentTitle">完成状态:</text>
  176. <text class="contentText">{{ item.dealtype }}</text>
  177. </view>
  178. <view class="contentTable">
  179. <text class="contentTitle">处理结果:</text>
  180. <text class="contentText">{{ item.F_Result }}</text>
  181. </view>
  182. <view class="contentTable">
  183. <text class="contentTitle">处理方式:</text>
  184. <text class="contentText">{{ item.F_FinishType }}</text>
  185. </view>
  186. <view class="contentTable">
  187. <text class="contentTitle">异常原因:</text>
  188. <text class="contentText">{{ item.F_ExceptionTypeName }}</text>
  189. </view>
  190. <view class="contentTable" v-if="item.FileUrl && item.FileUrl.length > 0">
  191. <text class="contentTitle">维修前附件:</text>
  192. <uni-file-picker readonly :value="getFileData(item.FileUrl)" :imageStyles="imageStyles"
  193. file-mediatype="image" />
  194. </view>
  195. <view class="contentTable" v-if="detailContentData.PictureUrl && detailContentData.PictureUrl.length > 0">
  196. <text class="contentTitle">维修后附件:</text>
  197. <uni-file-picker readonly :value="getFileData(detailContentData.PictureUrl)" :imageStyles="imageStyles"
  198. file-mediatype="image" />
  199. </view>
  200. </view>
  201. <view class="contentTable noCon" v-show="!handleProcessListData || handleProcessListData.length == 0">
  202. 暂时无相关记录
  203. </view>
  204. </view>
  205. <view v-show="current == 1">
  206. <view class="detailContent showType" v-for="item in cooperationDate" :key=item.F_Id >
  207. <view class="contentTable">
  208. <text class="contentTitle">工单编号:</text>
  209. <text class="contentText">{{ item.F_WorkOrderCode }}</text>
  210. </view>
  211. <view class="contentTable">
  212. <text class="contentTitle">协作方式:</text>
  213. <text class="contentText">{{ item.Mode }}</text>
  214. </view>
  215. <view class="contentTable">
  216. <text class="contentTitle">接单部门:</text>
  217. <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept)}}</text>
  218. </view>
  219. <view class="contentTable">
  220. <text class="contentTitle">状<span class="place"></span>态:</text>
  221. <text class="contentText">{{ item.StateName }}</text>
  222. </view>
  223. <view class="contentTable">
  224. <text class="contentTitle">内<span class="place"></span>容:</text>
  225. <text class="contentText">{{ item.F_Content }}</text>
  226. </view>
  227. <view class="contentTable">
  228. <text class="contentTitle">创建时间:</text>
  229. <text class="contentText">{{ item.F_CreateTime }}</text>
  230. </view>
  231. </view>
  232. <view class="contentTable noCon" v-show="!cooperationDate || cooperationDate.length == 0">
  233. 暂时无相关记录
  234. </view>
  235. </view>
  236. <view v-show="current == 2">
  237. <uni-steps :options="orderProcessDate" :steteName='"gdlc"' v-show="orderProcessDate && orderProcessDate.length > 0" />
  238. <view class="contentTable noCon" v-show="!orderProcessDate || orderProcessDate.length == 0">
  239. 暂时无相关记录
  240. </view>
  241. </view>
  242. <view v-show="current == 3">
  243. <uni-steps :options="maintenanceRecords" :steteName='"wxjl"' v-show="maintenanceRecords && maintenanceRecords.length > 0" />
  244. <view class="contentTable noCon" v-show="!maintenanceRecords || maintenanceRecords.length == 0">
  245. 暂时无相关记录
  246. </view>
  247. </view>
  248. <view v-show="current == 4">
  249. <view class="detailContent showType" v-for="item in evaluateDate" :key=item.F_Id>
  250. <view class="contentTable">
  251. <text class="contentTitle">服务态度:</text>
  252. <htz-rate v-model="item.F_Attitude" :readonly='true' :size="30" :type="2"></htz-rate>
  253. <text class="contentTitle">{{ item.F_Attitude | getEvaluateFilters }}</text>
  254. </view>
  255. <view class="contentTable">
  256. <text class="contentTitle">维修质量:</text>
  257. <htz-rate v-model="item.F_Quality" :size="30" :type="2"></htz-rate>
  258. <text class="contentTitle">{{ item.F_Quality | getEvaluateFilters }}</text>
  259. </view>
  260. <view class="contentTable">
  261. <text class="contentTitle">完工时效:</text>
  262. <htz-rate v-model="item.F_Efficiency" :size="30" :type="2"></htz-rate>
  263. <text class="contentTitle">{{ item.F_Efficiency | getEvaluateFilters }}</text>
  264. </view>
  265. <view class="contentTable">
  266. <text class="contentTitle">文字评价:</text>
  267. <text class="contentText">{{ item.F_EvaluateContent }}</text>
  268. </view>
  269. </view>
  270. <view class="contentTable noCon" v-show="!evaluateDate || evaluateDate.length == 0 ||isdealman==detailContentData.F_Maintenancer">
  271. 暂时无相关记录
  272. </view>
  273. </view>
  274. </view>
  275. </view>
  276. </view>
  277. </template>
  278. <script>
  279. import yiLine from "@/components/yi-line/yi-line.vue"
  280. import buttonsComponents from "pages/myTask/workOrderDetail/button/button"
  281. import pageData from "@/pages/myTask/repairList/addRepair/pageData.js"
  282. import uniSteps from "@/pages/components/steps/index.vue"
  283. import htzRate from '@/pages/components/htz-rate/htz-rate.vue'
  284. const segmenterData = {
  285. 0: ["处理结果", "协作工单","工单流程", "维修记录", "评价"],
  286. 1: ["处理结果", "工单流程", "维修记录", "评价"]
  287. }
  288. export default {
  289. components: {
  290. yiLine,
  291. buttonsComponents,
  292. uniSteps,
  293. htzRate
  294. },
  295. filters: {
  296. getEvaluateFilters(state) {
  297. const data = {
  298. 1: '差',
  299. 2: '差',
  300. 3: '良',
  301. 4: '优',
  302. 5: '优',
  303. }
  304. return data[state]
  305. }
  306. },
  307. data() {
  308. return {
  309. isdealman:uni.getStorageSync('userCode'),//处理人
  310. getFontSizeValue:'1rem',
  311. active: 1,
  312. current: 0,
  313. typeName: '',
  314. workorderid: "", // 工单id
  315. sms_id: '', // 消息id
  316. tap: '', //工单切换
  317. roleCode: "", //角色
  318. departList: [], //部门数据
  319. userCodeList: [], //用户信息
  320. detailContentData: {}, // 详情内容
  321. orderButtonData: [],
  322. departid: '',
  323. applicationDept: '',
  324. handleProcessListData: [], // 办理过程
  325. cooperationDate: [], // 协作工单
  326. orderProcessDate: [], // 工单流程
  327. maintenanceRecords: [], // 维修记录
  328. evaluateDate: [], // 评价工单
  329. workOrderButton: [], // 工单按钮权限
  330. equipmentCon:[], // 耗材数量
  331. backState: 0, // 返修的状态,是返修1,不是为0
  332. backCon: '', // 返修的内容
  333. orderTypeList: [],
  334. segmenter: {
  335. current: 0,
  336. items: ["0", "1", "2", "3", "4"],
  337. type: "",
  338. },
  339. imageStyles: {
  340. width: 64,
  341. height: 64,
  342. border: {
  343. radius: '20%'
  344. }
  345. },
  346. isDisplay: {
  347. displaySegmentedControl: false, // 分段器
  348. },
  349. }
  350. },
  351. async onLoad(optioin) {
  352. await this.getGongDanType()
  353. this.getFontSizeValue = uni.getStorageSync('fontSizeValue')+'rem'
  354. this.workorderid = optioin.wid
  355. this.sms_id = optioin.sms_id
  356. this.getDetail(0)
  357. this.getDetail(3)
  358. this.getDetail(1)
  359. this.getDetail(4)
  360. if(this.sms_id) {
  361. this.getButtons()
  362. }else if(optioin.buttons) {
  363. JSON.parse(optioin.buttons).forEach(v => {
  364. let btn = this.$mButtonConfig[v.key];
  365. if (btn != undefined) {
  366. this.orderButtonData.push(btn);
  367. }
  368. })
  369. }
  370. // pageData.getDet((res, data) => {
  371. // this.departList = data
  372. // })
  373. this.departList = JSON.parse(uni.getStorageSync('deptTreeData'))
  374. // pageData.getApplicant('', (res) => {
  375. // this.userCodeList = res
  376. // })
  377. if(this.sms_id) {
  378. this.isDisplay.displaySegmentedControl = true
  379. this.segmenter.type = 0
  380. this.segmenter.items = ["处理结果", "协作工单","工单流程", "维修记录", "评价"]
  381. this.getDetail(2)
  382. } else {
  383. this.isDisplay.displaySegmentedControl = true
  384. this.segmenter.type = optioin.segmenter
  385. this.segmenter.items = segmenterData[optioin.segmenter]
  386. this.getDetail(2)
  387. }
  388. this.roleCode = uni.getStorageSync("roleCode")
  389. },
  390. methods: {
  391. async getGongDanType(){
  392. let dataOrderType = []
  393. const params = {
  394. pid:0,
  395. flag:1
  396. }
  397. const res = await this.$http.get("GongDanType/GetList",params)
  398. if (res.state.toLowerCase() ==="success") this.orderTypeList = res.data
  399. },
  400. callHandle(phone){
  401. if(!phone) {
  402. this.$mHelper.toast('无号码信息')
  403. return
  404. }
  405. uni.makePhoneCall({
  406. phoneNumber:phone //仅为示例
  407. })
  408. },
  409. getButtons() {
  410. this.orderButtonData = []
  411. const params = {
  412. SMS_Id: this.sms_id
  413. }
  414. this.$http.get("InternalMessages/GetButtons",params).then((res)=>{
  415. if(res.state.toLowerCase() ==="success"){
  416. res.rows[0].Buttons.forEach(v => {
  417. let btn = this.$mButtonConfig[v.key];
  418. if (btn != undefined) {
  419. this.orderButtonData.push(btn);
  420. }
  421. })
  422. }
  423. })
  424. },
  425. getFileData(fileData) {
  426. let newFile = []
  427. if (fileData && fileData.length > 0) {
  428. fileData.forEach((element, index) => {
  429. const obj = {}
  430. obj.url = element.F_FileUrl
  431. obj.extname = element.F_FileType.split('.')[1]
  432. obj.name = element.F_FileName
  433. newFile.push(obj);
  434. });
  435. }
  436. return newFile
  437. },
  438. getDetail(type) {
  439. const params = {
  440. WorkOrderCode: this.workorderid,
  441. type: type
  442. }
  443. this.$http.get("FaultRepair/GetWorkOrder", params).then((response) => {
  444. if (response.state.toLowerCase() === "success") {
  445. if (type == 0) {
  446. this.detailContentData = response.data[0]
  447. this.applicationDept = this.detailContentData.F_ApplicationDept.trim()
  448. this.departid = this.detailContentData.F_MaintenanceDept.trim()
  449. this.typeName = this.$mHelper.findParents(this.orderTypeList,this.detailContentData.F_WorkOrderCategory)
  450. } else if (type == 1) {
  451. this.handleProcessListData = response.data
  452. } else if (type == 2) {
  453. if(response.data.data.length == 0) {
  454. this.segmenter.items = segmenterData[1]
  455. this.segmenter.type = '1'
  456. }
  457. this.cooperationDate = response.data.data
  458. } else if (type == 3) {
  459. this.orderProcessDate = response.data
  460. } else if (type == 4) {
  461. this.maintenanceRecords = response.data
  462. if(response.data.length> 0 && response.data[0].Equips) {
  463. this.equipmentCon = response.data[0].Equips
  464. console.log(this.equipmentCon.length)
  465. }
  466. } else if (type == 5) {
  467. this.evaluateDate = response.data
  468. } else if (type == 6) {
  469. if (response.message == '不是返修') {
  470. this.backState = 0
  471. } else if (response.message == '是返修') {
  472. this.backState = 1
  473. this.backCon = response.data
  474. }
  475. }
  476. }
  477. }).catch((e) => {
  478. console.log(e);
  479. })
  480. },
  481. onClickSegmentedControl(e) {
  482. this.current = e.currentIndex
  483. if(this.segmenter.type == '0') {
  484. switch (String(e.currentIndex)) {
  485. case "0":
  486. this.tap = 1
  487. break
  488. case "1":
  489. this.tap = 2
  490. break
  491. case "2":
  492. this.tap = 3
  493. break
  494. case "3":
  495. this.tap = 4
  496. break
  497. case "4":
  498. this.tap = 5
  499. break
  500. }
  501. }else{
  502. switch (String(e.currentIndex)) {
  503. case "0":
  504. this.tap = 1
  505. this.current = e.currentIndex
  506. break
  507. case "1":
  508. this.tap = 3
  509. this.current = e.currentIndex + 1
  510. break
  511. case "2":
  512. this.tap = 4
  513. this.current = e.currentIndex + 1
  514. break
  515. case "3":
  516. this.tap = 5
  517. this.current = e.currentIndex + 1
  518. break
  519. }
  520. }
  521. this.getDetail(this.tap)
  522. },
  523. },
  524. }
  525. </script>
  526. <style lang="scss">
  527. .noCon{
  528. height: 200px;
  529. text-align: center;
  530. // font-size: 14px;
  531. color: #525252;
  532. }
  533. /deep/.segmented-control__text{
  534. font-size: 1rem !important;
  535. }
  536. /deep/ .set2-test{
  537. font-size: 1rem !important;
  538. }
  539. /deep/.set-2 .set-view .setTitle{
  540. font-size: 1rem !important;
  541. }
  542. /deep/.set-2 .set-view .setCon{
  543. font-size: 1rem !important;
  544. }
  545. .wrapper {
  546. // background-color: #fff;
  547. // height: 100vh;
  548. // padding: 10px 20px 0 20px;
  549. .showType{
  550. background-color: #fff;
  551. padding: 10px 13px;
  552. border-radius: 10px;
  553. box-shadow: 0px 4px 16px 0px rgba(69, 91, 99, 0.13);
  554. margin-bottom: 25px;
  555. }
  556. .detailContent {
  557. // margin: 0 0 15px 0;
  558. padding: 17px;
  559. background-color: #fff;
  560. .contentTable {
  561. margin: 0 0 10px 0;
  562. display: flex;
  563. .contentTitle {
  564. // font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
  565. font-weight: 700;
  566. // text-align-last: justify;
  567. font-style: normal;
  568. // font-size: 14px;
  569. color: #555555;
  570. width: 34%;
  571. display: inline-block;
  572. text-align: right;
  573. }
  574. .place{
  575. display: inline-block;
  576. width: 32px;
  577. }
  578. .frContentText{
  579. font-size: 25px !important;
  580. color: #1e90ff !important;
  581. margin-left: 15px !important;
  582. }
  583. .contentText {
  584. width: 66%;
  585. color: #525252;
  586. // font-size: 14px;
  587. margin-left: 10px;
  588. }
  589. .textState {
  590. // position: absolute;
  591. // right: 15px;
  592. // font-size: 12px;
  593. border: 1px solid #52C41A;
  594. padding: 2px 5px;
  595. color: #52C41A;
  596. background-color: rgba(195, 239, 161, 0.2);
  597. border-radius: 5px;
  598. margin-left: 10px;
  599. }
  600. .fx {
  601. // right: 70px;
  602. border: 1px solid #ff6e54;
  603. color: #ff6e54;
  604. background-color: rgba(255, 110, 84, 0.2);
  605. margin-left: 20px;
  606. }
  607. }
  608. }
  609. .operationButton {
  610. margin: 5px 0;
  611. padding: 17px;
  612. background-color: #fff;
  613. .operationButtonTitle {
  614. font-weight: 700;
  615. }
  616. .buttons {
  617. margin: 15px 0 0 0;
  618. }
  619. }
  620. .equipmentInfo{
  621. width: 100%;
  622. margin-top: 15px;
  623. border: 1px solid rgb(229, 229, 229);
  624. box-shadow: 0px 4px 16px 0px rgba(69, 91, 99, 0.05);
  625. margin-bottom: 20px;
  626. border-radius: 5px;
  627. .trCon {
  628. width: 100%;
  629. // font-size: 14px;
  630. .tdCon {
  631. display: inline-block;
  632. padding: 10px 0px;
  633. color: rgb(102, 102, 102);
  634. width: 20%;
  635. padding-right: 5px;
  636. text-align: center;
  637. }
  638. }
  639. }
  640. .handleProcess {
  641. margin: 15px 0;
  642. .handleProcessTitle {
  643. font-weight: 700;
  644. }
  645. .handleProcessContent {
  646. margin: 8px 0 0 0;
  647. .handleProcessContentTime text {
  648. // font-size: 14px;
  649. color: #73d13d;
  650. }
  651. .handleProcessContentText text {
  652. // font-size: 14px;
  653. color: #525252;
  654. }
  655. }
  656. }
  657. }
  658. </style>