myRepair.vue 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465
  1. <template>
  2. <view class="home">
  3. <view class="incidentList" v-if="tabsIndex1==1">
  4. <view class="head">
  5. <view class="tab" :class="{active: tab.id === dataInfo.tabActiveId}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.id)">
  6. {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
  7. </view>
  8. <view class="filter" @click="filterClick">
  9. <text class="newicon newicon-shaixuan"></text>
  10. </view>
  11. </view>
  12. <view class="body" v-if="dataInfo.list.length">
  13. <view class="body_item" v-for="data in dataInfo.list" :key="data.id" @click.stop="toIncidentDetail(data)">
  14. <view class="body_item_head ellipsis-multiline">
  15. {{data.description}}
  16. </view>
  17. <view class="body_item_content">
  18. <view class="body_item_content_p" v-if="data.place || data.houseNumber">
  19. <text class="name ellipsis">详细地址:{{data.place ? data.place.building.buildingName : ''}}{{data.place ? data.place.floorName : ''}}<text v-if="data.place && data.place.floorName">层</text> {{data.houseNumber}}</text>
  20. <view class="status" :style="stateStyle(data.state)">{{data.state ? data.state.name : ''}}</view>
  21. </view>
  22. <view class="body_item_content_p" v-if="data.rsPrice">
  23. <text class="name ellipsis">维修总价:{{data.rsPrice}}</text>
  24. </view>
  25. <view class="body_item_content_p">
  26. <view class="name ellipsis" @click.stop="makePhoneCall(data.contactsInformation)">维修人员电话:{{data.contactsInformation || '暂无'}}<uni-icons v-if="data.contactsInformation" type="phone-filled" class="phone-filled" :size="18" :color="primaryColor"></uni-icons></view>
  27. </view>
  28. <view class="body_item_content_p" v-if="data.currentLog && data.currentLog.logType.value=='overtime'">
  29. <text class="name ellipsis">维修说明:{{data.overtimeRemark}}</text>
  30. </view>
  31. </view>
  32. <view class="body_item_foot">
  33. <view class="foot_info">
  34. <view class="name">维修人员:{{data.assigneeName || '暂无'}}</view>
  35. <text class="date">{{formatDate(data.startDate, 'yyyy-MM-dd HH:mm')}}</text>
  36. </view>
  37. <view class="btns">
  38. <button v-if="!data.wxdegree && (data.state.name=='待评价'|| data.state.name=='已关闭')" @click.stop="handler('changeUser', data)" type="default" class="primaryButton btn">评价</button>
  39. </view>
  40. </view>
  41. <div class="sign-style" v-if="deptRepair && publicRepair">
  42. <view class="img-box" v-if="data.repairIncidentType && data.repairIncidentType.name=='科室报修'">
  43. <view class="img-url1"></view>
  44. <view class="img-name">科</view>
  45. </view>
  46. <view class="img-box" v-if="data.repairIncidentType && data.repairIncidentType.name=='公共报修'">
  47. <view class="img-url2"></view>
  48. <view class="img-name">公</view>
  49. </view>
  50. </div>
  51. </view>
  52. </view>
  53. <view class="zanwu" v-else>
  54. <text class="newicon newicon-zanwu"></text>
  55. </view>
  56. <view class="body-height"></view>
  57. <repairsFilter v-if="dataInfo.isFilter" @cancelEmit="cancelFilter" @confirmEmit="conformFilter" :evt="dataInfo.evtFilter"></repairsFilter>
  58. <IncidentAttachment v-if="dataInfo.isAttachment" @knowEmit="knowAttachment" :incidentData="dataInfo.incidentData"></IncidentAttachment>
  59. <uni-popup ref="popup" background-color="#fff" type="center" :before-close="true">
  60. <view class="popup-content">
  61. <view class="form_item column">
  62. <view class="title"><text class="required newicon newicon-bitian"></text>星级:</view>
  63. <uni-rate class="value" v-model="rate" />
  64. </view>
  65. <view class="form_item column">
  66. <view class="title"><text class="required newicon newicon-bitian"></text>内容:</view>
  67. <uni-easyinput class="value" type="textarea" v-model="wxdegreeremark" placeholder="请输入评价内容"/>
  68. </view>
  69. </view>
  70. <view class="foot_common_btns">
  71. <button @click="closePop" type="default" class="cancelButton btn">取消</button>
  72. <button @click="submit" type="default" class="primaryButton btn">提交</button>
  73. </view>
  74. </uni-popup>
  75. </view>
  76. <view v-if="tabsIndex0==1">
  77. <view class="home_item" v-if="isDept.valueconfig==1">
  78. <view class="title">科室报修</view>
  79. <view class="content">
  80. <view @click="repairsView(1,'pending,handler,reassign')">
  81. <view class="con-title">处理中</view>
  82. <view class="con-value">{{repairData.deptHandlerCount}}</view>
  83. </view>
  84. <view @click="repairsView(1,'close0')">
  85. <view class="con-title">待评价</view>
  86. <view class="con-value">{{repairData.deptCloseCount}}</view>
  87. </view>
  88. <view>
  89. <view class="con-title">本月维修费用(元)</view>
  90. <view class="con-value-gr">{{repairData.deptCurrentMonthPrice || 0}}</view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="home_item">
  95. <view class="title">我的报修</view>
  96. <view class="content">
  97. <view @click="repairsView(0,'pending,handler,reassign')">
  98. <view class="con-title">处理中</view>
  99. <view class="con-value">{{repairData.userHandlerCount}}</view>
  100. </view>
  101. <view @click="repairsView(0,'close0')">
  102. <view class="con-title">待评价</view>
  103. <view class="con-value">{{repairData.userCloseCount}}</view>
  104. </view>
  105. </view>
  106. </view>
  107. <!-- <view class="home_item">
  108. <uni-notice-bar show-icon scrollable background-color="#ffffff" color="#000"
  109. :text="noticeData" />
  110. </view> -->
  111. <view class="home_item home-disp">
  112. <view class="bottom-left" @click="addRepairs">
  113. <view class="bottom-left-box">
  114. <text class="newicon newicon-kuaisubaoxiu icon"></text>
  115. <view>快速报修</view>
  116. </view>
  117. </view>
  118. <view class="bottom-right mar-t-20">
  119. <view class="bottom-right-item" v-if="isRepair.valueconfig==1" @click="scanCodes">
  120. <text class="newicon newicon-saoma icon"></text>
  121. <view class="name1">扫资产报修</view>
  122. </view>
  123. <view class="bottom-right-item" @click="repository">
  124. <text class="newicon newicon-zhishiku1 icon"></text>
  125. <view class="name2">知识库</view>
  126. </view>
  127. </view>
  128. </view>
  129. </view>
  130. <view v-if="tabsIndex2==1" class="mine">
  131. <view class="body">
  132. <view class="bottom">
  133. <view class="bottom_name">个人信息</view>
  134. <view class="bottom_list">
  135. <view class="bottom_list_item">
  136. <view class="name"><text class="required newicon newicon-bitian"></text>工号</view>
  137. <view class="value no-mar">{{dataForm.account}}</view>
  138. </view>
  139. <view class="bottom_list_item">
  140. <view class="name"><text class="required newicon newicon-bitian"></text>姓名</view>
  141. <view class="value no-mar">{{dataForm.name}}</view>
  142. </view>
  143. <view class="bottom_list_item">
  144. <view class="name"><text class="required newicon newicon-bitian"></text>院区名称</view>
  145. <uni-data-picker class="value" placeholder="请选择院区名称"
  146. v-model="dataForm.branch" :localdata="branchData" @change="branchChange"
  147. :clear-icon="false" :class="{formRed: isSubmit && !dataForm.branch}">
  148. </uni-data-picker>
  149. <text class="newicon newicon-youjiantou icon"></text>
  150. </view>
  151. <view class="bottom_list_item" v-if="deptRepair.valueconfig==1" @click="selectDepartment">
  152. <!-- <view class="name"><text class="required newicon newicon-bitian"></text>科室名称</view>
  153. <uni-data-picker class="value" placeholder="请选择报修科室"
  154. v-model="dataForm.dept" :localdata="deptData"
  155. :clear-icon="false" :class="{formRed: isSubmit && !dataForm.dept}">
  156. </uni-data-picker> -->
  157. <text class="newicon newicon-youjiantou icon"></text>
  158. <!-- <view class="form_item"> -->
  159. <view class="title select"><text class="required newicon newicon-bitian"></text>报修科室:</view>
  160. <view class="value category">
  161. <text class="categoryName ellipsis-multiline">{{dataForm.departmentName}}</text>
  162. <!-- <text class="newicon newicon-weibiaoti2010104"></text> -->
  163. </view>
  164. <!-- </view> -->
  165. </view>
  166. <view class="bottom_list_item" v-if="deptRepair.valueconfig==1" @click="deptSelect">
  167. <view class="name">常用科室</view>
  168. <view class="value">{{commonDeptName}}</view>
  169. <text class="newicon newicon-youjiantou icon"></text>
  170. </view>
  171. <view class="bottom_list_item">
  172. <view class="name"><text class="required newicon newicon-bitian"></text>联系电话</view>
  173. <view class="value no-mar" @click="makePhoneCall(dataForm.phone)">{{dataForm.phone}}</view>
  174. </view>
  175. </view>
  176. </view>
  177. </view>
  178. <view class="foot_common_btns fixed-btn">
  179. <button @click="addInfo" type="default" class="primaryButton btn">保存</button>
  180. </view>
  181. </view>
  182. <view class="bottom-tabs">
  183. <view class="tabs-list" @click="tabsClick0">
  184. <img src="/static/img/icon_index.png" v-if="tabsIndex0==0" alt="">
  185. <img src="/static/img/icon_index_active.png" v-if="tabsIndex0==1" alt="">
  186. <view class="tabs-title" :class="tabsIndex0==1?'active-class':''">首页 </view>
  187. </view>
  188. <view class="tabs-list" @click="tabsClick1">
  189. <img src="/static/img/icon_incidentList.png" v-if="tabsIndex1==0" alt="">
  190. <img src="/static/img/icon_incidentList_active.png" v-if="tabsIndex1==1" alt="">
  191. <view class="tabs-title" :class="tabsIndex1==1?'active-class':''">我的报修</view>
  192. </view>
  193. <view class="tabs-list" @click="tabsClick2">
  194. <img src="/static/img/icon_my.png" v-if="tabsIndex2==0" alt="">
  195. <img src="/static/img/icon_my_active.png" v-if="tabsIndex2==1" alt="">
  196. <view class="tabs-title" :class="tabsIndex2==1?'active-class':''">设置</view>
  197. </view>
  198. </view>
  199. </view>
  200. </template>
  201. <script setup>
  202. import { SM } from "@/http/http.js"
  203. import { api_getDictionary, api_incident, api_incident_count, api_incidentTask, api_taskresolve, api_systemConfiguration, api_userSave, api_user, api_department, api_repairScanCode, api_getNotice, api_getCount } from "@/http/api.js"
  204. import repairsFilter from '@/components/repairsFilter.vue';
  205. import IncidentAttachment from '@/components/IncidentAttachment.vue';
  206. import { startOfDay, endOfDay, format, add } from 'date-fns'
  207. import { ref, reactive, computed } from 'vue'
  208. import { onLoad, onShow, onHide, onPullDownRefresh, onReachBottom, onTabItemTap } from '@dcloudio/uni-app'
  209. import { filterFormatDate } from '@/filters/filterFormatDate.js'
  210. import { computedPriorityStyle } from '@/filters/computedPriorityStyle.js'
  211. import { computedStateStyle } from '@/filters/computedStateStyle.js'
  212. import { computedCurrentLogOverTime } from '@/filters/computedCurrentLogOverTime.js'
  213. import { defaultColor } from '@/static/js/theme.js'
  214. import { useSetTitle } from '@/share/useSetTitle.js'
  215. import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
  216. import { useLoginUserStore } from '@/stores/loginUser'
  217. import { useIncidentNumStore } from '@/stores/incidentNum'
  218. import { useIncidentListSearchStore } from '@/stores/incidentListSearch'
  219. import { repositoryListSearchStore } from '@/stores/repositorySearch'
  220. import { useSetTabbar } from '@/share/useSetTabbar.js'
  221. useSetTitle();
  222. // 数据
  223. const incidentListSearchStore = useIncidentListSearchStore();
  224. const { formatDate } = filterFormatDate();
  225. const { priorityStyle } = computedPriorityStyle();
  226. const { stateStyle } = computedStateStyle();
  227. const { currentLogOverTime } = computedCurrentLogOverTime();
  228. const { setTabbar } = useSetTabbar();
  229. // 主题颜色
  230. const primaryColor = ref(defaultColor)
  231. const popup = ref(null);//弹框
  232. const assignFlag = ref(false);//指派权限
  233. const qiangdan = ref(false);//接单权限
  234. const publicRepair = ref({});//公共报修
  235. const degreeDictionary = ref(null); //星级字典
  236. const rowData = ref(null); //选择的数据
  237. const rate = ref(3);//星级
  238. const wxdegreeremark = ref(null);//评价内容
  239. const repairIncident = ref(null);
  240. // 数据
  241. const dataInfo = reactive({
  242. tabs: [{id: 0, name: '我的报修', value: 'all', num: ''},],
  243. tabActiveId: 0,//当前选择的tab
  244. list: [],//工单列表
  245. idx: 0,//页码
  246. hasMore: true,//是否有更多数据
  247. isFilter: false,//筛选框开关
  248. isAttachment: false,//图片和录音开关
  249. incidentId: undefined,
  250. stateValue:0,
  251. evtFilter: {
  252. hospital: {},
  253. selected: 'todoingAll',
  254. area: {id: 0, area: '全部'},
  255. category: {id: 0, category: '全部'},
  256. acceptDate: [],
  257. },//筛选框数据
  258. })
  259. const isDept = ref({})
  260. const isRepair = ref({})
  261. const isPublic = ref({})
  262. const noticeData = ref('')
  263. const repairData = ref({})
  264. const tabsIndex0 = ref(1)
  265. const tabsIndex1 = ref(0)
  266. const tabsIndex2 = ref(0)
  267. const repositorySearchStore = repositoryListSearchStore();
  268. const loginUserStore = useLoginUserStore();
  269. const incidentNumStore = useIncidentNumStore();
  270. const { makePhoneCall } = useMakePhoneCall();
  271. const deptRepair = ref(null)
  272. const deptData = ref([])
  273. const branchData = ref([])
  274. const commonDeptName = ref(null)
  275. const commonDeptData = ref(null)
  276. const dataForm = reactive({
  277. name:loginUserStore.loginUser.user.name,
  278. account:loginUserStore.loginUser.user.account,
  279. phone:loginUserStore.loginUser.user.phone,
  280. dept: '',
  281. departmentName:'',
  282. branch:'',
  283. commonDeptName:'',
  284. commonDeptData:'',
  285. dataType:false
  286. })
  287. const operationType = ref(null)
  288. const userTypes = ref(null)
  289. const userData = reactive(loginUserStore.loginUser.user)
  290. const commonDeptDTO = ref([])
  291. // 是否提交
  292. const isSubmit = ref(false)
  293. // 数据
  294. const dataConfigInfo = reactive({
  295. num: 0,
  296. })
  297. function tabsClick0(){
  298. tabsIndex0.value=1
  299. tabsIndex1.value=0
  300. tabsIndex2.value=0
  301. getCount()
  302. repositorySearchStore.clearRepositoryListSearchData()
  303. }
  304. function tabsClick1(){
  305. tabsIndex0.value=0
  306. tabsIndex2.value=0
  307. tabsIndex1.value=1
  308. // dataInfo.tabActiveId = 0
  309. dataInfo.stateValue = 0
  310. getTabs();
  311. }
  312. function tabsClick2(){
  313. tabsIndex2.value=1
  314. tabsIndex1.value=0
  315. tabsIndex0.value=0
  316. getUserInfo()
  317. repositorySearchStore.clearRepositoryListSearchData()
  318. }
  319. // 工单详情
  320. function toIncidentDetail(data){
  321. uni.navigateTo({
  322. url: `/pages/repair/repairsDetail?incidentId=${data.id}`
  323. })
  324. }
  325. // 获取tab选项
  326. function getTabs(){
  327. uni.showLoading({
  328. title: "加载中",
  329. mask: true,
  330. });
  331. let postData = {
  332. "key": 'repair_incident_type',
  333. "type": "list",
  334. };
  335. if(deptRepair.value.valueconfig==1){
  336. api_getDictionary(postData).then(res => {
  337. res = res || [];
  338. repairIncident.value = res.find(i=>i.value=='dept')
  339. getList(0);
  340. })
  341. dataInfo.tabs = [
  342. {id: 0, name: '我的报修', value: 'all', num: ''},
  343. {id: 1, name: '科内报修', value: '2', num: ''}
  344. ]
  345. }else{
  346. getList(0);
  347. dataInfo.tabs = [
  348. {id: 0, name: '我的报修', value: 'all', num: ''},
  349. ]
  350. }
  351. }
  352. // 点击tab
  353. function clickTab(tabId){
  354. dataInfo.tabActiveId = tabId;
  355. uni.pageScrollTo({
  356. scrollTop: 0,
  357. duration: 300 // 动画时长,默认300ms
  358. });
  359. dataInfo.idx=0
  360. getList(0);
  361. }
  362. // 点击筛选
  363. function filterClick(){
  364. dataInfo.isFilter = true;
  365. }
  366. // 确认筛选
  367. function conformFilter(evtFilter){
  368. dataInfo.stateValue = evtFilter.category;
  369. dataInfo.isFilter = false;
  370. getList(0);
  371. }
  372. // 关闭筛选
  373. function cancelFilter(){
  374. dataInfo.isFilter = false;
  375. }
  376. // 点击图片和录音
  377. function attachmentClick(incidentData){
  378. dataInfo.incidentData = incidentData;
  379. dataInfo.isAttachment = true;
  380. }
  381. // 知道了图片和录音
  382. function knowAttachment(){
  383. dataInfo.isAttachment = false;
  384. }
  385. // 评价
  386. function handler(type, data){
  387. rowData.value = data
  388. popup.value.open()
  389. let postData = {
  390. key: "incident_degree",
  391. type: "list"
  392. };
  393. api_getDictionary(postData).then(res => {
  394. res = res || [];
  395. degreeDictionary.value = res
  396. })
  397. }
  398. function closePop(){
  399. rate.value = 3
  400. wxdegreeremark.value = null
  401. popup.value.close()
  402. }
  403. function submit(){
  404. if(!rate.value){
  405. uni.showToast({
  406. icon: 'none',
  407. title: '请选择星级'
  408. });
  409. return;
  410. }
  411. if(!wxdegreeremark.value){
  412. uni.showToast({
  413. icon: 'none',
  414. title: '请输入评价内容'
  415. });
  416. return;
  417. }
  418. let rateData = null
  419. if(rate.value==0){
  420. rateData=degreeDictionary.value[0].id
  421. }else if(rate.value==1){
  422. rateData=degreeDictionary.value[4].id
  423. }else if(rate.value==2){
  424. rateData=degreeDictionary.value[3].id
  425. }else if(rate.value==3){
  426. rateData=degreeDictionary.value[2].id
  427. }else if(rate.value==4){
  428. rateData=degreeDictionary.value[1].id
  429. }else if(rate.value==5){
  430. rateData=degreeDictionary.value[0].id
  431. }
  432. let postData = {
  433. ...rowData.value,
  434. wxdegree: rateData==0?degreeDictionary.value[0]:{id: rateData},
  435. wxdegreeremark: wxdegreeremark.value
  436. }
  437. api_taskresolve({incident:postData}).then(res => {
  438. uni.hideLoading();
  439. if(res.state == 200){
  440. getList(0);
  441. uni.showToast({
  442. icon: 'none',
  443. title: '评价成功',
  444. });
  445. }else{
  446. uni.showToast({
  447. icon: 'none',
  448. title: res.msg || '请求数据失败!'
  449. });
  450. }
  451. })
  452. closePop()
  453. }
  454. // 获取列表信息
  455. function getList(idx){
  456. uni.showLoading({
  457. title: "加载中",
  458. mask: true,
  459. });
  460. dataInfo.idx = idx === undefined ? dataInfo.idx : idx;
  461. if(dataInfo.idx === 0){
  462. dataInfo.list = [];
  463. }
  464. let postData = {
  465. "idx": dataInfo.idx,
  466. "sum": 20,
  467. incident: {
  468. requester: dataInfo.tabActiveId == 0 ? { id: loginUserStore.loginUser.user.id } : undefined,
  469. department: dataInfo.tabActiveId == 1 ? { id: loginUserStore.loginUser.user.dept.id } : undefined,
  470. statesValues: (dataInfo.stateValue === 'close0' || dataInfo.stateValue === 'close1') ? 'close' : (dataInfo.stateValue || undefined),
  471. hasWxdegree: dataInfo.stateValue === 'close0' ? 0 : (dataInfo.stateValue === 'close1' ? 1 : undefined),
  472. repairIncidentType:{
  473. id:''
  474. }
  475. }
  476. }
  477. if(dataInfo.tabActiveId == 1){
  478. postData.incident.repairIncidentType.id = repairIncident.value.id
  479. }
  480. if(JSON.stringify(postData.incident.statesValues) === '{}'){
  481. delete postData.incident.statesValues
  482. }
  483. api_incident(postData).then(res => {
  484. uni.hideLoading();
  485. uni.stopPullDownRefresh();
  486. if(res.status == 200){
  487. let list = res.list || [];
  488. if(list.length){
  489. dataInfo.hasMore = true;
  490. dataInfo.list = dataInfo.idx === 0 ? list : dataInfo.list.concat(list);
  491. }else{
  492. dataInfo.hasMore = false;
  493. }
  494. }else{
  495. uni.showToast({
  496. icon: 'none',
  497. title: res.msg || '请求数据失败!'
  498. });
  499. }
  500. })
  501. // getCount(postData.incident);
  502. }
  503. // 获取列表数量
  504. // function getCount(incident = {}){
  505. // let postData = {
  506. // wxCount: 'true',
  507. // incidentList: [],
  508. // }
  509. // dataInfo.tabs.forEach(v => {
  510. // postData.incidentList.push({...incident, ...{statusId: v.id || undefined}});
  511. // })
  512. // api_incident_count(postData).then(res => {
  513. // if(res.state == 200){
  514. // let myData = res.data || [];
  515. // dataInfo.tabs.forEach((v, i) => {
  516. // v.num = myData[i];
  517. // })
  518. // }else{
  519. // uni.showToast({
  520. // icon: 'none',
  521. // title: res.msg || '请求数据失败!'
  522. // });
  523. // }
  524. // })
  525. // }
  526. // 知识库
  527. function repository(){
  528. uni.navigateTo({
  529. url: `/pages/repository/repository?type=view&entranceType=repairs`
  530. })
  531. }
  532. // 报修列表
  533. function repairsView(type,value){
  534. tabsIndex0.value = 0
  535. tabsIndex1.value = 1
  536. tabsIndex2.value = 0
  537. dataInfo.tabActiveId = type
  538. dataInfo.stateValue = value
  539. dataInfo.evtFilter.category = value
  540. repositorySearchStore.setRepositoryListSearchData(dataInfo.evtFilter)
  541. getTabs()
  542. }
  543. // 获取报修数量
  544. function getCount(){
  545. uni.showLoading({
  546. title: "加载中",
  547. mask: true,
  548. });
  549. api_getCount({}).then(res=>{
  550. uni.hideLoading();
  551. repairData.value = res.data
  552. })
  553. }
  554. // 快速报修
  555. function addRepairs(){
  556. if(isDept.value.valueconfig==0 && isPublic.value.valueconfig==0){
  557. uni.showToast({
  558. icon: 'none',
  559. title: '请先开启科室报修或公共报修'
  560. });
  561. return
  562. }
  563. uni.setStorageSync('repairsType','subpage')
  564. uni.navigateTo({
  565. url: '/pages/repair/rapidRep'
  566. })
  567. }
  568. // 扫资产报修
  569. function scanCodes(){
  570. uni.showLoading({
  571. title: "加载中",
  572. mask: true,
  573. });
  574. SM().then((res) => {
  575. api_repairScanCode({
  576. code:res
  577. }).then((res2) => {
  578. uni.hideLoading();
  579. if (res2.state == 200) {
  580. uni.setStorageSync('repairsType','subpage')
  581. uni.navigateTo({
  582. url: `/pages/repair/rapidRep?property=${res2.data.name}&assetId=${res2.data.id}`
  583. })
  584. } else {
  585. uni.showToast({
  586. icon: 'none',
  587. title: res2.msg || '请求数据失败!'
  588. });
  589. }
  590. });
  591. })
  592. }
  593. // 保存
  594. function addInfo(){
  595. if(!dataForm.branch){
  596. uni.showToast({
  597. icon: 'none',
  598. title: '院区不能为空'
  599. });
  600. return
  601. }
  602. if(!dataForm.dept){
  603. uni.showToast({
  604. icon: 'none',
  605. title: '报修科室不能为空'
  606. });
  607. return
  608. }
  609. uni.showLoading({
  610. title: "加载中",
  611. mask: true,
  612. });
  613. isSubmit.value = true
  614. userData.currentHospital.id = dataForm.branch
  615. userData.commonDeptName = commonDeptName.value
  616. userData.dept={
  617. id:dataForm.dept
  618. }
  619. let arr = []
  620. for(let i of commonDeptDTO.value){
  621. arr.push({
  622. dept:i
  623. })
  624. }
  625. let postData = {
  626. ...loginUserStore.loginUser.user,
  627. // ...userData,
  628. hospital:{
  629. id:dataForm.branch
  630. },
  631. dept:{
  632. id:dataForm.dept
  633. },
  634. commonDept:commonDeptData.value,
  635. commonDeptDTO:arr
  636. }
  637. api_userSave({
  638. user: postData,
  639. }).then(res => {
  640. uni.hideLoading();
  641. if(res.status == 200){
  642. loginUserStore.setLoginUser(postData);
  643. uni.showToast({
  644. icon: 'none',
  645. title: '保存成功'
  646. });
  647. }else{
  648. uni.showToast({
  649. icon: 'none',
  650. title: res.msg || '请求数据失败!'
  651. });
  652. }
  653. })
  654. }
  655. // 选择院区
  656. function branchChange(){
  657. dataForm.dept = null
  658. dataForm.departmentName = null
  659. dataForm.commonDeptName = null
  660. dataForm.commonDeptData = null
  661. commonDeptName.value = null
  662. commonDeptData.value = null
  663. // getRepairTypes()
  664. }
  665. // 跳转到科室
  666. function selectDepartment(){
  667. if(commonDeptName.value){
  668. dataForm.dataType = true
  669. }else{
  670. dataForm.dataType = false
  671. }
  672. uni.setStorageSync('configData',JSON.stringify(dataForm))
  673. uni.navigateTo({
  674. url: `/pages/searchDept/searchDept?type=config&branchId=${dataForm.branch}`
  675. })
  676. }
  677. // 获取科室列表
  678. function getRepairTypes(){
  679. uni.showLoading({
  680. title: "加载中",
  681. mask: true,
  682. });
  683. let postData = {
  684. department: {
  685. hospital: dataForm.branch?dataForm.branch:loginUserStore.loginUser.user.currentHospital.id,
  686. },
  687. idx:0,
  688. sum:9999
  689. }
  690. api_department(postData).then(res => {
  691. uni.hideLoading();
  692. res = res.list || [];
  693. deptData.value = res.map(v => ({
  694. text: v.dept,
  695. value: v.id,
  696. }));
  697. })
  698. }
  699. // 获取院区列表
  700. function getBranch(){
  701. let arr = loginUserStore.loginUser.hospital.filter(i=>i.parent==undefined)
  702. branchData.value = arr.map(v => ({
  703. text: v.hosName,
  704. value: v.id,
  705. }));
  706. }
  707. // 选择常用科室
  708. function deptSelect(){
  709. uni.setStorageSync('configData',JSON.stringify(dataForm))
  710. let data = commonDeptData.value
  711. // ? commonDeptData.value : loginUserStore.loginUser.user.commonDept
  712. if(!data){
  713. data = 'none'
  714. }
  715. let deptId = dataForm.branch?dataForm.branch:loginUserStore.loginUser.user.currentHospital.id
  716. uni.navigateTo({
  717. url: `/pages/repair/deptSelect?data=${JSON.stringify(data)}&commonDeptName=${commonDeptName.value}&deptId=${deptId}&type=home`
  718. })
  719. }
  720. function getUserInfo(){
  721. let user = loginUserStore.loginUser.user
  722. let userId = null
  723. if(user.currentHospital.parent){
  724. userId = user.currentHospital.parent.id
  725. }else{
  726. userId = user.currentHospital.id
  727. }
  728. let postData = {
  729. idx: 0,
  730. sum: 999,
  731. user: {
  732. hospital:{
  733. id:userId
  734. },
  735. name: user.name,
  736. userTypeIds: String(userTypes.value.map(v => v.id))
  737. }
  738. }
  739. api_user(postData).then(res => {
  740. if(res.status == 200){
  741. let item = res.list.find(i=>i.id==user.id)
  742. let data = uni.getStorageSync('configData')
  743. if(operationType.value=='selectDept'){
  744. if(data){
  745. data = JSON.parse(data)
  746. dataForm.name = data.name
  747. dataForm.account = data.account
  748. dataForm.phone = data.phone
  749. dataForm.dept = data.dept
  750. dataForm.departmentName = data.departmentName
  751. dataForm.branch = Number(data.branch)
  752. dataForm.commonDeptName = data.commonDeptName
  753. dataForm.commonDeptData = data.commonDeptData
  754. if(data.dataType){
  755. commonDeptData.value = data.commonDeptData
  756. commonDeptName.value = data.commonDeptName
  757. }
  758. }
  759. }else if(item){
  760. if(item.hospital.parent){
  761. dataForm.branch = item.hospital.parent.id
  762. }else{
  763. dataForm.branch = item.hospital.id
  764. }
  765. if(item.dept){
  766. dataForm.dept = item.dept.id
  767. dataForm.departmentName = item.dept.dept
  768. }
  769. // getRepairTypes()
  770. let id = []
  771. let name = []
  772. if(item.commonDeptDTO){
  773. for(let i of item.commonDeptDTO){
  774. id.push(i.id)
  775. name.push(i.dept)
  776. }
  777. commonDeptData.value = id.join(',')
  778. commonDeptName.value = name.join('/')
  779. dataForm.commonDeptName = commonDeptName.value
  780. dataForm.commonDeptData = commonDeptData.value
  781. }
  782. }else{
  783. // let data = uni.getStorageSync('configData')
  784. // if(data){
  785. // data = JSON.parse(data)
  786. // dataForm.dept = data.dept
  787. // dataForm.branch = data.branch
  788. // }else{
  789. if(user.currentHospital.parent){
  790. dataForm.branch = user.currentHospital.parent.id
  791. }else{
  792. dataForm.branch = user.currentHospital.id
  793. }
  794. if(user.dept){
  795. dataForm.dept = user.dept.id
  796. dataForm.departmentName = user.dept.dept
  797. }
  798. // }
  799. if(user.commonDeptDTO){
  800. let name = []
  801. for(let i of user.commonDeptDTO){
  802. name.push(i.dept)
  803. }
  804. commonDeptData.value = user.commonDept
  805. commonDeptName.value = name.join('/')
  806. dataForm.commonDeptName = commonDeptName.value
  807. dataForm.commonDeptData = commonDeptData.value
  808. }
  809. // getRepairTypes()
  810. }
  811. }else{
  812. uni.showToast({
  813. icon: 'none',
  814. title: res.msg || '请求数据失败!'
  815. });
  816. }
  817. })
  818. }
  819. // 获取配置项
  820. function getConfig(option){
  821. api_systemConfiguration({
  822. idx: 0,
  823. sum: 9999,
  824. }).then(res=>{
  825. let data = res.list
  826. isDept.value = data.find(i=>i.keyconfig=='deptRepair')
  827. isRepair.value = data.find(i=>i.keyconfig=='cmdbRepair')
  828. isPublic.value = data.find(i=>i.keyconfig=='publicRepair')
  829. deptRepair.value = data.find(i=>i.keyconfig=='deptRepair')
  830. publicRepair.value = data.find(i=>i.keyconfig=='publicRepair')
  831. getBranch()
  832. if(option.type==2){
  833. tabsIndex0.value = 0
  834. tabsIndex1.value = 0
  835. tabsIndex2.value = 1
  836. if(option.data){
  837. let data = JSON.parse(option.data)
  838. commonDeptData.value = data.data.join(',')
  839. commonDeptName.value = data.name.join('/')
  840. commonDeptDTO.value = data.name
  841. dataForm.commonDeptData = data.data.join(',')
  842. dataForm.commonDeptName = data.name.join('/')
  843. let data2 = uni.getStorageSync('configData')
  844. if(data2){
  845. data2 = JSON.parse(data2)
  846. dataForm.dept = data2.dept
  847. dataForm.departmentName = data2.departmentName
  848. dataForm.branch = data2.branch
  849. }
  850. }else{
  851. getUserInfo()
  852. }
  853. }else if(option.type==1){
  854. tabsIndex0.value = 0
  855. tabsIndex1.value = 1
  856. tabsIndex2.value = 0
  857. getTabs()
  858. }else{
  859. tabsIndex0.value = 1
  860. tabsIndex1.value = 0
  861. tabsIndex2.value = 0
  862. getCount()
  863. }
  864. })
  865. }
  866. onHide(opt=>{
  867. dataConfigInfo.num = 0
  868. dataForm.branch = null
  869. })
  870. onLoad((option) => {
  871. console.log(777,option)
  872. getConfig(option)
  873. userTypes.value = JSON.parse(uni.getStorageSync('groupData'))
  874. dataConfigInfo.num = 1
  875. if(option && option.configType){
  876. operationType.value = option.configType
  877. }
  878. })
  879. onReachBottom(() => {
  880. if(tabsIndex1.value==1){
  881. dataInfo.idx += 1;
  882. if (dataInfo.hasMore) {
  883. getList(); // 当触底时加载更多数据
  884. }
  885. }
  886. })
  887. onPullDownRefresh(_=>{
  888. // uni.stopPullDownRefresh();
  889. })
  890. onShow((option) => {
  891. userTypes.value = JSON.parse(uni.getStorageSync('groupData'))
  892. if(dataConfigInfo.num==0){
  893. getUserInfo()
  894. }
  895. repositorySearchStore.clearRepositoryListSearchData()
  896. })
  897. </script>
  898. <style scoped>
  899. >>> .uni-popup__wrapper{
  900. width: 80%;
  901. padding: 40rpx;
  902. }
  903. >>> .uni-data-tree-input{
  904. width: 100% !important;
  905. }
  906. >>> .input-value-border{
  907. border: none !important;
  908. }
  909. >>> .input-value{
  910. padding:0 !important;
  911. flex-direction: row-reverse !important;
  912. }
  913. >>> .selected-list{
  914. flex-direction: row-reverse !important;
  915. }
  916. >>> .arrow-area{
  917. display: none !important;
  918. }
  919. >>>.uni-data-tree-dialog{
  920. z-index: 9999;
  921. }
  922. </style>
  923. <style lang="scss" scoped>
  924. page{
  925. height: calc(100vh - var(--window-bottom));
  926. }
  927. .incidentList{
  928. display: flex;
  929. flex-direction: column;
  930. justify-content: space-between;
  931. .head{
  932. height: 88rpx;
  933. display: flex;
  934. position: fixed;
  935. z-index: 99;
  936. width: 100%;
  937. background-color: #fff;
  938. font-size: 30rpx;
  939. .tab{
  940. flex: 1;
  941. display: flex;
  942. justify-content: center;
  943. align-items: center;
  944. border-bottom: 4rpx solid transparent;
  945. &.active{
  946. color: $uni-primary;
  947. border-color: $uni-primary;
  948. }
  949. }
  950. .filter{
  951. width: 84rpx;
  952. display: flex;
  953. justify-content: center;
  954. align-items: center;
  955. .newicon-shaixuan{
  956. font-size: 36rpx;
  957. color: #2C2C2C;
  958. }
  959. }
  960. }
  961. .body{
  962. margin-bottom: var(--window-bottom);
  963. margin-top: 88rpx;
  964. border-top: 6rpx solid #EBEBEB;
  965. .body_item{
  966. border-bottom: 8rpx solid #EBEBEB;
  967. position: relative;
  968. .sign-style{
  969. position: absolute;
  970. right: 0;
  971. top: -25rpx;
  972. .img-box{
  973. position: relative;
  974. .img-url1{
  975. width: 70rpx;
  976. height: 70rpx;
  977. background-image: url('../../static/img/jiaobiao1.png');
  978. }
  979. .img-url2{
  980. width: 70rpx;
  981. height: 70rpx;
  982. background-image: url('../../static/img/jiaobiao2.png');
  983. }
  984. .img-name{
  985. position: absolute;
  986. right: 8rpx;
  987. top: 0;
  988. color: #fff;
  989. font-size: 24rpx;
  990. }
  991. }
  992. }
  993. .body_item_head{
  994. word-break: break-all;
  995. text-align: justify;
  996. text-align: left;
  997. margin: 24rpx;
  998. font-size: 30rpx;
  999. }
  1000. .body_item_content{
  1001. border-top: 1rpx solid #D8D8D8;
  1002. padding: 24rpx 24rpx 24rpx 48rpx;
  1003. .body_item_content_p{
  1004. color: #6A6A6A;
  1005. font-size: 26rpx;
  1006. display: flex;
  1007. justify-content: space-between;
  1008. align-items: center;
  1009. margin-bottom: 24rpx;
  1010. &:last-of-type{
  1011. margin-bottom: 0;
  1012. }
  1013. .name{
  1014. flex: 1;
  1015. }
  1016. .status{
  1017. padding: 4rpx 10rpx;
  1018. border-radius: 20rpx;
  1019. background-color: #DBE8FE;
  1020. font-size: 22rpx;
  1021. color: #006CF9;
  1022. }
  1023. .icon_all{
  1024. .mic-filled,
  1025. .image-filled
  1026. {
  1027. margin-left: 16rpx;
  1028. }
  1029. }
  1030. }
  1031. }
  1032. .body_item_foot{
  1033. border-top: 1rpx solid #D8D8D8;
  1034. font-size: 26rpx;
  1035. padding: 24rpx;
  1036. .foot_info{
  1037. display: flex;
  1038. justify-content: space-between;
  1039. align-items: center;
  1040. .phone-filled{
  1041. margin-left: 5rpx;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. }
  1047. .body-height{
  1048. height: 88rpx;
  1049. }
  1050. .zanwu{
  1051. box-sizing: border-box;
  1052. margin-bottom: var(--window-bottom);
  1053. margin-top: 88rpx;
  1054. border-top: 6rpx solid #EBEBEB;
  1055. height: calc(100vh - var(--window-bottom) - 88rpx);
  1056. display: flex;
  1057. justify-content: center;
  1058. background-color: #F7F7F7;
  1059. .newicon-zanwu{
  1060. font-size: 256rpx;
  1061. color: #D6D6D6;
  1062. margin-top: 140rpx;
  1063. }
  1064. }
  1065. .popup-content{
  1066. .form_item{
  1067. display: flex;
  1068. align-items: center;
  1069. padding-top: 24rpx;
  1070. min-height: 86rpx;
  1071. position: relative;
  1072. .chunk{
  1073. width: 100%;
  1074. height: 70rpx;
  1075. line-height: 70rpx;
  1076. text-align: center;
  1077. background: #F7F8FA;
  1078. box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  1079. border-radius: 10rpx;
  1080. }
  1081. &.column{
  1082. height: auto;
  1083. flex-direction: column;
  1084. align-items: flex-start;
  1085. .import-rep{
  1086. padding: 5rpx 10rpx;
  1087. border-radius: 50rpx;
  1088. background: #d1fcd5;
  1089. color: #49b856;
  1090. font-size: 24rpx;
  1091. }
  1092. .title{
  1093. margin-right: 0;
  1094. }
  1095. .title-width{
  1096. width: 100%;
  1097. }
  1098. .title-fl-sb{
  1099. display: flex;
  1100. justify-content: space-between;
  1101. width: 100%;
  1102. }
  1103. .value{
  1104. margin-top: 10rpx;
  1105. // padding-left: 20rpx;
  1106. box-sizing: border-box;
  1107. }
  1108. .tips{
  1109. padding: 24rpx;
  1110. text-align: center;
  1111. font-size: 22rpx;
  1112. color: #909399;
  1113. width: 100%;
  1114. box-sizing: border-box;
  1115. }
  1116. }
  1117. .title{
  1118. font-size: 26rpx;
  1119. display: flex;
  1120. align-items: center;
  1121. margin-right: 12rpx;
  1122. flex-shrink: 0;
  1123. &.select{
  1124. width: calc(5em + 20rpx);
  1125. }
  1126. }
  1127. .value{
  1128. width: 100%;
  1129. &.category{
  1130. width: 100%;
  1131. display: flex;
  1132. justify-content: space-between;
  1133. align-items: center;
  1134. .categoryName{
  1135. font-size: 26rpx;
  1136. color: #555;
  1137. flex: 1;
  1138. }
  1139. .newicon-weibiaoti2010104{
  1140. color: $uni-primary;
  1141. margin-left: 24rpx;
  1142. }
  1143. }
  1144. .imgTips{
  1145. color: #909399;
  1146. font-size: 22rpx;
  1147. margin-top: 10rpx;
  1148. }
  1149. }
  1150. .item-input{
  1151. border: 1px solid #DBDBDB;
  1152. height: 70rpx;
  1153. line-height: 70rpx;
  1154. padding: 0 10rpx;
  1155. border-radius: 4rpx;
  1156. width: 100%;
  1157. font-size: 14px;
  1158. }
  1159. .icon{
  1160. position: absolute;
  1161. right: 20rpx;
  1162. color: #49b856;
  1163. }
  1164. }
  1165. }
  1166. }
  1167. .home{
  1168. // height: 100vh;
  1169. // padding: 20rpx;
  1170. background: #fff;
  1171. .home_item{
  1172. padding: 20rpx;
  1173. box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  1174. border-radius: 10rpx;
  1175. margin-bottom: 30rpx;
  1176. .title{
  1177. font-size: 26rpx;
  1178. color: $uni-primary;
  1179. padding-left: 18rpx;
  1180. position: relative;
  1181. margin-bottom: 20rpx;
  1182. &:before{
  1183. content: '';
  1184. width: 8rpx;
  1185. height: 25rpx;
  1186. background-color: $uni-primary;
  1187. position: absolute;
  1188. left: 0;
  1189. top: 50%;
  1190. transform: translateY(-50%);
  1191. }
  1192. }
  1193. .content{
  1194. display: flex;
  1195. align-items: center;
  1196. justify-content: space-around;
  1197. text-align: center;
  1198. .con-title{
  1199. color: #949494;
  1200. font-size: 24rpx;
  1201. margin-bottom: 15rpx;
  1202. }
  1203. .con-value{
  1204. color: #000;
  1205. font-size: 50rpx;
  1206. }
  1207. .con-value-gr{
  1208. color: #49B856;
  1209. font-size: 50rpx;
  1210. }
  1211. }
  1212. .uni-noticebar{
  1213. margin: 0 !important;
  1214. padding: 0 !important;
  1215. }
  1216. }
  1217. .home-disp{
  1218. display: flex;
  1219. justify-content: space-around;
  1220. .bottom-left{
  1221. height: 380rpx;
  1222. background: linear-gradient( 269deg, #54B99C 0%, #7AC481 100%);
  1223. border-radius: 10rpx;
  1224. flex: 1.5;
  1225. margin-right: 20rpx;
  1226. display: flex;
  1227. align-items: center;
  1228. justify-content: center;
  1229. color: #FFFFFF;
  1230. margin-top: 20rpx;
  1231. .bottom-left-box{
  1232. text-align: center;
  1233. .icon{
  1234. font-size: 100rpx;
  1235. position: relative;
  1236. top: -20rpx;
  1237. }
  1238. }
  1239. }
  1240. .mar-t-20{
  1241. margin-top: 20rpx;
  1242. }
  1243. .bottom-right{
  1244. flex: 2;
  1245. .bottom-right-item{
  1246. height: 175rpx;
  1247. background: #FFFFFF;
  1248. border-radius: 10rpx;
  1249. border: 2rpx solid #6FC073;
  1250. margin-bottom: 20rpx;
  1251. display: flex;
  1252. align-items: center;
  1253. justify-content: center;
  1254. position: relative;
  1255. .icon{
  1256. font-size: 50rpx;
  1257. color: #6FC073;
  1258. position: absolute;
  1259. left: 60rpx;
  1260. }
  1261. .name1{
  1262. font-size: 32rpx;
  1263. position: absolute;
  1264. right: 50rpx;
  1265. }
  1266. .name2{
  1267. font-size: 32rpx;
  1268. position: absolute;
  1269. right: 80rpx;
  1270. }
  1271. }
  1272. }
  1273. }
  1274. .bottom-tabs{
  1275. border-top:1px solid rgba(0, 0, 0, 0.33);
  1276. background: #fff;
  1277. position: fixed;
  1278. width: 100%;
  1279. left: var(--window-left);
  1280. right: var(--window-right);
  1281. display: flex;
  1282. bottom: 0;
  1283. .tabs-list{
  1284. height: 90rpx;
  1285. display: flex;
  1286. justify-content: center;
  1287. align-items: center;
  1288. flex-direction: column;
  1289. flex: 1;
  1290. font-size: 0;
  1291. text-align: center;
  1292. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1293. img{
  1294. width: 48rpx;
  1295. height: 48rpx;
  1296. }
  1297. .tabs-title{
  1298. color: rgb(136, 136, 136);
  1299. font-size: 20rpx;
  1300. line-height: normal;
  1301. }
  1302. .active-class{
  1303. color: #49B856;
  1304. }
  1305. }
  1306. }
  1307. }
  1308. .mine{
  1309. height: 100%;
  1310. display: flex;
  1311. flex-direction: column;
  1312. justify-content: space-between;
  1313. .phone-filled{
  1314. margin-right: 5rpx;
  1315. }
  1316. .newicon-xinjian2,
  1317. .newicon-zhishiku{
  1318. margin-right: 10rpx;
  1319. }
  1320. .body{
  1321. width: 714rpx;
  1322. height: 100%;
  1323. margin: 16rpx auto var(--window-bottom) auto;
  1324. box-sizing: border-box;
  1325. border-radius: 8rpx;
  1326. .top{
  1327. padding: 30rpx;
  1328. background-color: #fff;
  1329. .top_name{
  1330. font-size: 28rpx;
  1331. font-weight: bold;
  1332. }
  1333. .top_count{
  1334. margin-top: 45rpx;
  1335. display: flex;
  1336. align-items: center;
  1337. justify-content: space-between;
  1338. .top_count_item{
  1339. text-align: center;
  1340. .name{
  1341. color: #949494;
  1342. font-size: 22rpx;
  1343. }
  1344. .value{
  1345. font-size: 50rpx;
  1346. font-weight: bold;
  1347. margin-top: 15rpx;
  1348. }
  1349. }
  1350. }
  1351. }
  1352. .bottom{
  1353. background-color: #fff;
  1354. margin-top: 15rpx;
  1355. .bottom_name{
  1356. font-size: 26rpx;
  1357. color: $uni-primary;
  1358. padding: 21rpx 24rpx;
  1359. }
  1360. .bottom_list{
  1361. .bottom_list_item{
  1362. border-top: 1rpx solid #DEDEDE;
  1363. padding: 30rpx 30rpx 30rpx 30rpx;
  1364. display: flex;
  1365. justify-content: space-between;
  1366. align-items: center;
  1367. font-size: 24rpx;
  1368. position: relative;
  1369. .value{
  1370. max-width: 380rpx;
  1371. color: #333;
  1372. display: flex;
  1373. align-items: center;
  1374. text-align: justify;
  1375. margin-right: 30rpx;
  1376. }
  1377. .no-mar{
  1378. margin-right:0 !important;
  1379. }
  1380. .icon{
  1381. position: absolute;
  1382. right: 20rpx;
  1383. }
  1384. }
  1385. }
  1386. }
  1387. }
  1388. .fixed-btn{
  1389. position: fixed;
  1390. bottom: 100rpx;
  1391. left: 0;
  1392. }
  1393. }
  1394. </style>