repairsList.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. <template>
  2. <view class="incidentList">
  3. <view class="head">
  4. <view class="tab" :class="{active: tab.id === dataInfo.tabActiveId}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.id)">
  5. {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
  6. </view>
  7. <view class="filter" @click="filterClick">
  8. <text class="newicon newicon-shaixuan"></text>
  9. </view>
  10. </view>
  11. <view class="body" v-if="dataInfo.list.length">
  12. <view class="body_item" v-for="data in dataInfo.list" :key="data.id" @click.stop="toIncidentDetail(data)">
  13. <view class="body_item_head ellipsis-multiline">
  14. {{data.description}}
  15. </view>
  16. <view class="body_item_content">
  17. <view class="body_item_content_p" v-if="data.place || data.houseNumber">
  18. <text class="name ellipsis">详细地址:{{data.place ? data.place.area.area : ''}}{{data.place ? data.place.place : ''}}{{data.houseNumber}}</text>
  19. </view>
  20. <view class="body_item_content_p" v-if="data.rsprice">
  21. <text class="name ellipsis">维修总价:{{data.rsprice}}</text>
  22. <view class="status" :style="stateStyle(data.state)">{{data.state ? data.state.name : ''}}</view>
  23. </view>
  24. <view class="body_item_content_p">
  25. <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>
  26. </view>
  27. <view class="body_item_content_p" v-if="data.currentLog && data.currentLog.remark">
  28. <text class="name ellipsis">维修说明:{{data.currentLog.remark}}</text>
  29. </view>
  30. </view>
  31. <view class="body_item_foot">
  32. <view class="foot_info">
  33. <view class="name">维修人员:{{data.assigneeName || '暂无'}}</view>
  34. <text class="date">{{formatDate(data.acceptDate, 'yyyy-MM-dd HH:mm')}}</text>
  35. </view>
  36. <view class="btns">
  37. <button v-if="!data.wxdegree && (data.state.name=='待评价'|| data.state.name=='已关闭')" @click.stop="handler('changeUser', data)" type="default" class="primaryButton btn">评价</button>
  38. </view>
  39. </view>
  40. <div class="sign-style" v-if="deptRepair && publicRepair">
  41. <view class="img-box" v-if="data.repairIncidentType && data.repairIncidentType.name=='科室报修'">
  42. <view class="img-url1"></view>
  43. <view class="img-name">科</view>
  44. </view>
  45. <view class="img-box" v-if="data.repairIncidentType && data.repairIncidentType.name=='公共报修'">
  46. <view class="img-url2"></view>
  47. <view class="img-name">公</view>
  48. </view>
  49. </div>
  50. </view>
  51. </view>
  52. <view class="zanwu" v-else>
  53. <text class="newicon newicon-zanwu"></text>
  54. </view>
  55. <repairsFilter v-if="dataInfo.isFilter" @cancelEmit="cancelFilter" @confirmEmit="conformFilter" :evt="dataInfo.evtFilter"></repairsFilter>
  56. <IncidentAttachment v-if="dataInfo.isAttachment" @knowEmit="knowAttachment" :incidentData="dataInfo.incidentData"></IncidentAttachment>
  57. <uni-popup ref="popup" background-color="#fff" type="center" :before-close="true">
  58. <view class="popup-content">
  59. <view class="form_item column">
  60. <view class="title"><text class="required newicon newicon-bitian"></text>星级:</view>
  61. <uni-rate class="value" v-model="rate" />
  62. </view>
  63. <view class="form_item column">
  64. <view class="title"><text class="required newicon newicon-bitian"></text>内容:</view>
  65. <uni-easyinput class="value" type="textarea" v-model="wxdegreeremark" placeholder="请输入评价内容"/>
  66. </view>
  67. </view>
  68. <view class="foot_common_btns">
  69. <button @click="closePop" type="default" class="cancelButton btn">取消</button>
  70. <button @click="submit" type="default" class="primaryButton btn">提交</button>
  71. </view>
  72. </uni-popup>
  73. </view>
  74. </template>
  75. <script setup>
  76. import repairsFilter from '@/components/repairsFilter.vue';
  77. import IncidentAttachment from '@/components/IncidentAttachment.vue';
  78. import { startOfDay, endOfDay, format, add } from 'date-fns'
  79. import { ref, reactive, computed } from 'vue'
  80. import { onLoad, onShow, onPullDownRefresh, onReachBottom, onTabItemTap } from '@dcloudio/uni-app'
  81. import { api_getDictionary, api_incident, api_incident_count, api_incidentTask, api_taskresolve } from "@/http/api.js"
  82. import { filterFormatDate } from '@/filters/filterFormatDate.js'
  83. import { computedPriorityStyle } from '@/filters/computedPriorityStyle.js'
  84. import { computedStateStyle } from '@/filters/computedStateStyle.js'
  85. import { computedCurrentLogOverTime } from '@/filters/computedCurrentLogOverTime.js'
  86. import { defaultColor } from '@/static/js/theme.js'
  87. import { useSetTitle } from '@/share/useSetTitle.js'
  88. import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
  89. import { useLoginUserStore } from '@/stores/loginUser'
  90. import { useIncidentNumStore } from '@/stores/incidentNum'
  91. import { useIncidentListSearchStore } from '@/stores/incidentListSearch'
  92. useSetTitle();
  93. const loginUserStore = useLoginUserStore();
  94. const incidentNumStore = useIncidentNumStore();
  95. const incidentListSearchStore = useIncidentListSearchStore();
  96. const { formatDate } = filterFormatDate();
  97. const { priorityStyle } = computedPriorityStyle();
  98. const { stateStyle } = computedStateStyle();
  99. const { currentLogOverTime } = computedCurrentLogOverTime();
  100. const { makePhoneCall } = useMakePhoneCall();
  101. // 主题颜色
  102. const primaryColor = ref(defaultColor)
  103. const popup = ref(null);//弹框
  104. const assignFlag = ref(false);//指派权限
  105. const qiangdan = ref(false);//接单权限
  106. const deptRepair = ref({});//科内报修
  107. const publicRepair = ref({});//公共报修
  108. const degreeDictionary = ref(null); //星级字典
  109. const rowData = ref(null); //选择的数据
  110. const isSubmit = ref(false);
  111. const rate = ref(3);//星级
  112. const wxdegreeremark = ref(null);//评价内容
  113. // 判断是否显示接单按钮
  114. const computedReceive = computed(() => (data) => {
  115. let inUser = data.currentLog && data.currentLog.workerId == loginUserStore.loginUser.user.id;
  116. let inGroup = false;
  117. loginUserStore.loginUser.user.group.forEach(item => {
  118. if(data.currentLog){
  119. if (item.id == data.currentLog.groupId) {
  120. inGroup = true;
  121. }
  122. }
  123. })
  124. return data.state.value === 'pending' && (inUser || inGroup) && qiangdan.value;
  125. })
  126. // 转换协同人
  127. const computedSynergetic = computed(() => (synergetic) => {
  128. return (synergetic && synergetic.length) ? synergetic.map(v => v.name).join(',') : ''
  129. })
  130. const repairIncident = ref(null);
  131. // 数据
  132. const dataInfo = reactive({
  133. tabs: [{id: 0, name: '我的报修', value: 'all', num: ''},],
  134. tabActiveId: 0,//当前选择的tab
  135. list: [],//工单列表
  136. idx: 0,//页码
  137. hasMore: true,//是否有更多数据
  138. isFilter: false,//筛选框开关
  139. isAttachment: false,//图片和录音开关
  140. incidentId: undefined,
  141. stateValue:0,
  142. evtFilter: {
  143. hospital: {},
  144. selected: 'todoingAll',
  145. area: {id: 0, area: '全部'},
  146. category: {id: 0, category: '全部'},
  147. acceptDate: [],
  148. },//筛选框数据
  149. })
  150. // 工单详情
  151. function toIncidentDetail(data){
  152. uni.navigateTo({
  153. url: `/pages/repair/repairsDetail?incidentId=${data.id}`
  154. })
  155. }
  156. // 获取tab选项
  157. function getTabs(){
  158. uni.showLoading({
  159. title: "加载中",
  160. mask: true,
  161. });
  162. let data = JSON.parse(uni.getStorageSync('sysData'))
  163. deptRepair.value = data.find(i=>i.keyconfig=='deptRepair')
  164. publicRepair.value = data.find(i=>i.keyconfig=='publicRepair')
  165. let postData = {
  166. "key": 'repair_incident_type',
  167. "type": "list",
  168. };
  169. if(deptRepair.value.valueconfig==1){
  170. api_getDictionary(postData).then(res => {
  171. res = res || [];
  172. repairIncident.value = res.find(i=>i.value=='dept')
  173. getList(0);
  174. })
  175. dataInfo.tabs = [
  176. {id: 0, name: '我的报修', value: 'all', num: ''},
  177. {id: 1, name: '科内报修', value: '2', num: ''}
  178. ]
  179. }else{
  180. getList(0);
  181. dataInfo.tabs = [
  182. {id: 0, name: '我的报修', value: 'all', num: ''},
  183. ]
  184. }
  185. }
  186. // 点击tab
  187. function clickTab(tabId){
  188. dataInfo.tabActiveId = tabId;
  189. getList(0);
  190. }
  191. // 点击筛选
  192. function filterClick(){
  193. dataInfo.isFilter = true;
  194. }
  195. // 确认筛选
  196. function conformFilter(evtFilter){
  197. console.log(777,evtFilter)
  198. dataInfo.stateValue = evtFilter.category;
  199. dataInfo.isFilter = false;
  200. getList(0);
  201. }
  202. // 关闭筛选
  203. function cancelFilter(){
  204. dataInfo.isFilter = false;
  205. }
  206. // 点击图片和录音
  207. function attachmentClick(incidentData){
  208. dataInfo.incidentData = incidentData;
  209. dataInfo.isAttachment = true;
  210. }
  211. // 知道了图片和录音
  212. function knowAttachment(){
  213. dataInfo.isAttachment = false;
  214. }
  215. // 评价
  216. function handler(type, data){
  217. rowData.value = data
  218. popup.value.open()
  219. let postData = {
  220. key: "incident_degree",
  221. type: "list"
  222. };
  223. api_getDictionary(postData).then(res => {
  224. res = res || [];
  225. degreeDictionary.value = res
  226. })
  227. }
  228. function closePop(){
  229. rate.value = 3
  230. wxdegreeremark.value = null
  231. popup.value.close()
  232. }
  233. function submit(){
  234. if(!rate.value){
  235. uni.showToast({
  236. icon: 'none',
  237. title: '请选择星级'
  238. });
  239. return;
  240. }
  241. if(!wxdegreeremark.value){
  242. uni.showToast({
  243. icon: 'none',
  244. title: '请输入评价内容'
  245. });
  246. return;
  247. }
  248. let rateData = null
  249. if(rate.value==0){
  250. rateData=degreeDictionary.value[0].id
  251. }else if(rate.value==1){
  252. rateData=degreeDictionary.value[4].id
  253. }else if(rate.value==2){
  254. rateData=degreeDictionary.value[3].id
  255. }else if(rate.value==3){
  256. rateData=degreeDictionary.value[2].id
  257. }else if(rate.value==4){
  258. rateData=degreeDictionary.value[1].id
  259. }else if(rate.value==5){
  260. rateData=degreeDictionary.value[0].id
  261. }
  262. let postData = {
  263. ...rowData.value,
  264. wxdegree: rateData==0?degreeDictionary.value[0]:{id: rateData},
  265. wxdegreeremark: wxdegreeremark.value
  266. }
  267. api_taskresolve({incident:postData}).then(res => {
  268. uni.hideLoading();
  269. if(res.state == 200){
  270. getList(0);
  271. uni.showToast({
  272. icon: 'none',
  273. title: '评价成功',
  274. });
  275. }else{
  276. uni.showToast({
  277. icon: 'none',
  278. title: res.msg || '请求数据失败!'
  279. });
  280. }
  281. })
  282. closePop()
  283. }
  284. // 获取列表信息
  285. function getList(idx){
  286. uni.showLoading({
  287. title: "加载中",
  288. mask: true,
  289. });
  290. dataInfo.idx = idx === undefined ? dataInfo.idx : idx;
  291. if(dataInfo.idx === 0){
  292. dataInfo.list = [];
  293. }
  294. let postData = {
  295. "idx": dataInfo.idx,
  296. "sum": 20,
  297. incident: {
  298. requester: dataInfo.tabActiveId == 0 ? { id: loginUserStore.loginUser.user.id } : undefined,
  299. department: dataInfo.tabActiveId == 1 ? { id: loginUserStore.loginUser.user.dept.id } : undefined,
  300. statesValues: (dataInfo.stateValue === 'close0' || dataInfo.stateValue === 'close1') ? 'close' : (dataInfo.stateValue || undefined),
  301. hasWxdegree: dataInfo.stateValue === 'close0' ? 0 : (dataInfo.stateValue === 'close1' ? 1 : undefined),
  302. repairIncidentType:{
  303. id:''
  304. }
  305. }
  306. }
  307. if(dataInfo.tabActiveId == 1){
  308. postData.incident.repairIncidentType.id = repairIncident.value.id
  309. }
  310. if(JSON.stringify(postData.incident.statesValues) === '{}'){
  311. delete postData.incident.statesValues
  312. }
  313. api_incident(postData).then(res => {
  314. uni.hideLoading();
  315. uni.stopPullDownRefresh();
  316. if(res.status == 200){
  317. let list = res.list || [];
  318. if(list.length){
  319. dataInfo.hasMore = true;
  320. dataInfo.list = dataInfo.idx === 0 ? list : dataInfo.list.concat(list);
  321. }else{
  322. dataInfo.hasMore = false;
  323. }
  324. }else{
  325. uni.showToast({
  326. icon: 'none',
  327. title: res.msg || '请求数据失败!'
  328. });
  329. }
  330. })
  331. // getCount(postData.incident);
  332. }
  333. // 获取列表数量
  334. function getCount(incident = {}){
  335. let postData = {
  336. wxCount: 'true',
  337. incidentList: [],
  338. }
  339. dataInfo.tabs.forEach(v => {
  340. postData.incidentList.push({...incident, ...{statusId: v.id || undefined}});
  341. })
  342. api_incident_count(postData).then(res => {
  343. if(res.state == 200){
  344. let myData = res.data || [];
  345. dataInfo.tabs.forEach((v, i) => {
  346. v.num = myData[i];
  347. })
  348. }else{
  349. uni.showToast({
  350. icon: 'none',
  351. title: res.msg || '请求数据失败!'
  352. });
  353. }
  354. })
  355. }
  356. // 初始化
  357. function onLoadFn(){
  358. getTabs();
  359. }
  360. onLoad((option) => {
  361. dataInfo.tabActiveId = Number(option.type)
  362. console.log(222,Number(option.type))
  363. onLoadFn();
  364. })
  365. onShow((option) =>{
  366. })
  367. onTabItemTap(e => {
  368. // onLoadFn();
  369. })
  370. onPullDownRefresh(() => {
  371. // getList(0)
  372. })
  373. onReachBottom(() => {
  374. dataInfo.idx += 1;
  375. if (dataInfo.hasMore) {
  376. getList(); // 当触底时加载更多数据
  377. }
  378. })
  379. </script>
  380. <style scoped>
  381. >>> .uni-popup__wrapper{
  382. width: 80%;
  383. padding: 40rpx;
  384. }
  385. </style>
  386. <style lang="scss" scoped>
  387. page{
  388. height: calc(100vh - var(--window-bottom));
  389. }
  390. .incidentList{
  391. display: flex;
  392. flex-direction: column;
  393. justify-content: space-between;
  394. .head{
  395. height: 88rpx;
  396. display: flex;
  397. position: fixed;
  398. z-index: 99;
  399. width: 100%;
  400. background-color: #fff;
  401. font-size: 30rpx;
  402. .tab{
  403. flex: 1;
  404. display: flex;
  405. justify-content: center;
  406. align-items: center;
  407. border-bottom: 4rpx solid transparent;
  408. &.active{
  409. color: $uni-primary;
  410. border-color: $uni-primary;
  411. }
  412. }
  413. .filter{
  414. width: 84rpx;
  415. display: flex;
  416. justify-content: center;
  417. align-items: center;
  418. .newicon-shaixuan{
  419. font-size: 36rpx;
  420. color: #2C2C2C;
  421. }
  422. }
  423. }
  424. .body{
  425. margin-bottom: var(--window-bottom);
  426. margin-top: 88rpx;
  427. border-top: 6rpx solid #EBEBEB;
  428. .body_item{
  429. border-bottom: 8rpx solid #EBEBEB;
  430. position: relative;
  431. .sign-style{
  432. position: absolute;
  433. right: 0;
  434. top: -25rpx;
  435. .img-box{
  436. position: relative;
  437. .img-url1{
  438. width: 70rpx;
  439. height: 70rpx;
  440. background-image: url('../../static/img/jiaobiao1.png');
  441. }
  442. .img-url2{
  443. width: 70rpx;
  444. height: 70rpx;
  445. background-image: url('../../static/img/jiaobiao2.png');
  446. }
  447. .img-name{
  448. position: absolute;
  449. right: 8rpx;
  450. top: 0;
  451. color: #fff;
  452. font-size: 24rpx;
  453. }
  454. }
  455. }
  456. .body_item_head{
  457. word-break: break-all;
  458. text-align: justify;
  459. text-align: left;
  460. margin: 24rpx;
  461. font-size: 30rpx;
  462. }
  463. .body_item_content{
  464. border-top: 1rpx solid #D8D8D8;
  465. padding: 24rpx 24rpx 24rpx 48rpx;
  466. .body_item_content_p{
  467. color: #6A6A6A;
  468. font-size: 26rpx;
  469. display: flex;
  470. justify-content: space-between;
  471. align-items: center;
  472. margin-bottom: 24rpx;
  473. &:last-of-type{
  474. margin-bottom: 0;
  475. }
  476. .name{
  477. flex: 1;
  478. }
  479. .status{
  480. padding: 4rpx 10rpx;
  481. border-radius: 20rpx;
  482. background-color: #DBE8FE;
  483. font-size: 22rpx;
  484. color: #006CF9;
  485. }
  486. .icon_all{
  487. .mic-filled,
  488. .image-filled
  489. {
  490. margin-left: 16rpx;
  491. }
  492. }
  493. }
  494. }
  495. .body_item_foot{
  496. border-top: 1rpx solid #D8D8D8;
  497. font-size: 26rpx;
  498. padding: 24rpx;
  499. .foot_info{
  500. display: flex;
  501. justify-content: space-between;
  502. align-items: center;
  503. .phone-filled{
  504. margin-left: 5rpx;
  505. }
  506. }
  507. }
  508. }
  509. }
  510. .zanwu{
  511. box-sizing: border-box;
  512. margin-bottom: var(--window-bottom);
  513. margin-top: 88rpx;
  514. border-top: 6rpx solid #EBEBEB;
  515. height: calc(100vh - var(--window-bottom) - 88rpx);
  516. display: flex;
  517. justify-content: center;
  518. background-color: #F7F7F7;
  519. .newicon-zanwu{
  520. font-size: 256rpx;
  521. color: #D6D6D6;
  522. margin-top: 140rpx;
  523. }
  524. }
  525. .popup-content{
  526. .form_item{
  527. display: flex;
  528. align-items: center;
  529. padding-top: 24rpx;
  530. min-height: 86rpx;
  531. position: relative;
  532. .chunk{
  533. width: 100%;
  534. height: 70rpx;
  535. line-height: 70rpx;
  536. text-align: center;
  537. background: #F7F8FA;
  538. box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  539. border-radius: 10rpx;
  540. }
  541. &.column{
  542. height: auto;
  543. flex-direction: column;
  544. align-items: flex-start;
  545. .import-rep{
  546. padding: 5rpx 10rpx;
  547. border-radius: 50rpx;
  548. background: #d1fcd5;
  549. color: #49b856;
  550. font-size: 24rpx;
  551. }
  552. .title{
  553. margin-right: 0;
  554. }
  555. .title-width{
  556. width: 100%;
  557. }
  558. .title-fl-sb{
  559. display: flex;
  560. justify-content: space-between;
  561. width: 100%;
  562. }
  563. .value{
  564. margin-top: 10rpx;
  565. // padding-left: 20rpx;
  566. box-sizing: border-box;
  567. }
  568. .tips{
  569. padding: 24rpx;
  570. text-align: center;
  571. font-size: 22rpx;
  572. color: #909399;
  573. width: 100%;
  574. box-sizing: border-box;
  575. }
  576. }
  577. .title{
  578. font-size: 26rpx;
  579. display: flex;
  580. align-items: center;
  581. margin-right: 12rpx;
  582. flex-shrink: 0;
  583. &.select{
  584. width: calc(5em + 20rpx);
  585. }
  586. }
  587. .value{
  588. width: 100%;
  589. &.category{
  590. width: 100%;
  591. display: flex;
  592. justify-content: space-between;
  593. align-items: center;
  594. .categoryName{
  595. font-size: 26rpx;
  596. color: #555;
  597. flex: 1;
  598. }
  599. .newicon-weibiaoti2010104{
  600. color: $uni-primary;
  601. margin-left: 24rpx;
  602. }
  603. }
  604. .imgTips{
  605. color: #909399;
  606. font-size: 22rpx;
  607. margin-top: 10rpx;
  608. }
  609. }
  610. .item-input{
  611. border: 1px solid #DBDBDB;
  612. height: 70rpx;
  613. line-height: 70rpx;
  614. padding: 0 10rpx;
  615. border-radius: 4rpx;
  616. width: 100%;
  617. font-size: 14px;
  618. }
  619. .icon{
  620. position: absolute;
  621. right: 20rpx;
  622. color: #49b856;
  623. }
  624. }
  625. }
  626. }
  627. </style>