my.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. <template>
  2. <div class="bgColor">
  3. <div class="head">
  4. <!-- <div class="img"></div> -->
  5. <div class="name">{{ loginUser.name }}</div>
  6. </div>
  7. <div class="myMessage">
  8. <div class="label">个人信息</div>
  9. <ul>
  10. <li>
  11. <div>姓名</div>
  12. <div>{{ loginUser.name }}</div>
  13. </li>
  14. <li v-if="repairMain.valueconfig == 2">
  15. <div>科室名称</div>
  16. <div>{{ loginUser.dept ? loginUser.dept.dept : "暂无" }}</div>
  17. </li>
  18. <li>
  19. <div>工号</div>
  20. <div>{{ loginUser.account }}</div>
  21. </li>
  22. <li>
  23. <div>联系电话</div>
  24. <div v-if="repairMain.valueconfig == 1">
  25. <a :href="'tel:' + loginUser.mphone"><i class="iconfont icon-shouji"></i>{{ loginUser.mphone }}</a>
  26. </div>
  27. <div v-if="repairMain.valueconfig != 1 && loginUser.dept">
  28. <a :href="'tel:' + loginUser.dept.phone"><i class="iconfont icon-shouji"></i>{{
  29. loginUser.dept.phone
  30. }}</a>
  31. </div>
  32. <div v-if="repairMain.valueconfig != 1 && !loginUser.dept">暂无</div>
  33. </li>
  34. <li class="myArea">
  35. <div>校区区域地点</div>
  36. <div>
  37. <cube-button @click="showCascadePicker">
  38. {{ areaData || "暂无" }}
  39. </cube-button>
  40. <i class="iconfont icon-moren"></i>
  41. </div>
  42. </li>
  43. <li>
  44. <div>详细地址</div>
  45. <div class="factionAdd" @click="toModify('houseNumber')">
  46. <span>{{ loginUser.houseNumber || "暂无" }}</span>
  47. <i class="iconfont icon-moren"></i>
  48. </div>
  49. </li>
  50. </ul>
  51. </div>
  52. <div class="myRapir">
  53. <div class="label">我的报修</div>
  54. <div class="tit">
  55. <div>我的报修</div>
  56. <div @click="toIncidentList()">
  57. {{ incidentStateData.resultCount }}条&nbsp;&nbsp;&nbsp;>
  58. </div>
  59. </div>
  60. <div class="rapirMessage">
  61. <div class="status" @click="toIncidentList(1592)">
  62. <div>
  63. <svg class="icon" aria-hidden="true">
  64. <use xlink:href="#icon-daishouli" />
  65. </svg>
  66. </div>
  67. <div>
  68. <span>未受理</span>
  69. <span>{{
  70. incidentStateData.notAcc > 99 ? 99 : incidentStateData.notAcc
  71. }}</span>
  72. </div>
  73. </div>
  74. <div class="status" @click="toIncidentList(1593)">
  75. <div>
  76. <svg class="icon" aria-hidden="true">
  77. <use xlink:href="#icon-bushouli" />
  78. </svg>
  79. </div>
  80. <div>
  81. <span>不受理</span>
  82. <span>{{
  83. incidentStateData.noAcc > 99 ? 99 : incidentStateData.noAcc
  84. }}</span>
  85. </div>
  86. </div>
  87. <div class="status" @click="toIncidentList(1594)">
  88. <div>
  89. <svg class="icon" aria-hidden="true">
  90. <use xlink:href="#icon-chulizhong" />
  91. </svg>
  92. </div>
  93. <div>
  94. <span>处理中</span>
  95. <span>{{
  96. incidentStateData.processing > 99
  97. ? 99
  98. : incidentStateData.processing
  99. }}</span>
  100. </div>
  101. </div>
  102. <div class="status" @click="toIncidentList(1595)">
  103. <div>
  104. <svg class="icon" aria-hidden="true">
  105. <use xlink:href="#icon-daipingjia" />
  106. </svg>
  107. </div>
  108. <div>
  109. <span>待评价</span>
  110. <span>{{
  111. incidentStateData.evaluated > 99
  112. ? 99
  113. : incidentStateData.evaluated
  114. }}</span>
  115. </div>
  116. </div>
  117. <div class="status" @click="toIncidentList(1596)">
  118. <div>
  119. <svg class="icon" aria-hidden="true">
  120. <use xlink:href="#icon-yijiejue" />
  121. </svg>
  122. </div>
  123. <div>
  124. <span>已解决</span>
  125. <span>{{
  126. incidentStateData.solve > 99 ? 99 : incidentStateData.solve
  127. }}</span>
  128. </div>
  129. </div>
  130. <div class="status" @click="toIncidentList(1597)">
  131. <div>
  132. <svg class="icon" aria-hidden="true">
  133. <use xlink:href="#icon-yichehui" />
  134. </svg>
  135. </div>
  136. <div>
  137. <span>已撤回</span>
  138. <span>{{
  139. incidentStateData.retract > 99 ? 99 : incidentStateData.retract
  140. }}</span>
  141. </div>
  142. </div>
  143. </div>
  144. </div>
  145. <promp-ting
  146. :conents="promptingConent"
  147. :status="promptingStatus"
  148. ></promp-ting>
  149. </div>
  150. </template>
  151. <script>
  152. import "./../../static/css/iconfont.js";
  153. import PrompTing from "./../views/prompting.vue";
  154. export default {
  155. data() {
  156. return {
  157. repairMain: null,
  158. loginUser: JSON.parse(localStorage.getItem("loginUser")),
  159. incidentStateData: "",
  160. treeData: [],
  161. areaData: "",
  162. promptingConent: "",
  163. promptingStatus: ""
  164. };
  165. },
  166. methods: {
  167. toModify(data) {
  168. this.$router.push({
  169. name: "MyModify",
  170. params: {
  171. data
  172. }
  173. });
  174. },
  175. getUserAreaData() {
  176. if (this.loginUser.place && this.loginUser.branch) {
  177. this.areaData = this.loginUser.branch.hosName + " " +this.loginUser.place.area.area + " " + this.loginUser.place.place;
  178. }
  179. },
  180. toIncidentList(res) {
  181. this.$router.push({
  182. name: "IncidentList",
  183. params: {
  184. state: res
  185. }
  186. });
  187. },
  188. getIncidentData() {
  189. var that = this;
  190. this.$http
  191. .post("service/apply/bpm/fetchServiceTasks", {
  192. assignee: that.loginUser.account,
  193. idx: 0,
  194. sum: 9999
  195. })
  196. .then(function(res) {
  197. that.incidentStateData = res.data;
  198. });
  199. },
  200. getAreaData() {
  201. var that = this;
  202. this.$http
  203. .post("service/user/data/fetchDataList/area", {
  204. idx: 0,
  205. sum: 1000,
  206. area: {
  207. wechatArea: true
  208. }
  209. })
  210. .then(function(res) {
  211. var data = res.data.list;
  212. for (var i = 0; i < data.length; i++) {
  213. that.treeData.push({
  214. text: data[i].area,
  215. value: data[i].id,
  216. children: []
  217. });
  218. }
  219. });
  220. },
  221. getPlaceData() {
  222. this.$http
  223. .post("service/user/data/fetchDataList/place", {
  224. idx: 0,
  225. sum: 1000,
  226. area: {
  227. wechatAreaId: ""
  228. }
  229. })
  230. .then((res) => {
  231. let data = res.data.list;
  232. // for (var i = 0; i < data.length; i++) {
  233. // for (var j = 0; j < that.treeData.length; j++) {
  234. // if (data[i].area.id == that.treeData[j].value) {
  235. // that.treeData[j].children.push({
  236. // text: data[i].place,
  237. // value: data[i].id
  238. // });
  239. // }
  240. // }
  241. // }
  242. console.log(data, 'data');
  243. this.treeData = [];
  244. const collectionBranch = {};
  245. data.forEach((v) => {
  246. if(collectionBranch[v.area.branch]){
  247. collectionBranch[v.area.branch].push(v);
  248. }else{
  249. this.treeData.push({text:v.area.branchName, value: v.area.branch, children: []})
  250. collectionBranch[v.area.branch] = [v];
  251. }
  252. })
  253. this.treeData.forEach(v => {
  254. let areaByPlace = collectionBranch[v.value];
  255. let areaCollection = {};
  256. let areaArr = [];
  257. areaByPlace.forEach(vv => {
  258. if(areaCollection[vv.area.id]){
  259. areaCollection[vv.area.id].push({text:vv.place, value: vv.id});
  260. }else{
  261. areaArr.push({text:vv.area.area, value: vv.area.id, children: []})
  262. areaCollection[vv.area.id] = [{text:vv.place, value: vv.id}];
  263. }
  264. })
  265. areaArr.forEach(vv => {
  266. vv.children = areaCollection[vv.value];
  267. })
  268. v.children = areaArr;
  269. })
  270. console.log(collectionBranch,'collectionBranch集合');
  271. console.log(this.treeData,'地点');
  272. this.cascadePicker = this.$createCascadePicker({
  273. title: "请选择校区区域地点",
  274. data: this.treeData,
  275. selectedIndex: [0, 0, 0],
  276. onSelect: this.selectHandle,
  277. onCancel: this.cancelHandle
  278. });
  279. });
  280. },
  281. showCascadePicker() {
  282. this.cascadePicker.show();
  283. },
  284. selectHandle(selectedVal, selectedIndex, selectedText) {
  285. var that = this;
  286. this.$http
  287. .get(
  288. "service/user/updPlace/" + this.loginUser.id + "/" + selectedVal[2],
  289. {}
  290. )
  291. .then(function(res) {
  292. if (res.status == 200) {
  293. that.promptingConent = "恭喜您,修改校区区域地点成功!";
  294. that.promptingStatus = true;
  295. $("#fade").fadeIn();
  296. setTimeout(function() {
  297. $("#fade").fadeOut();
  298. }, 2000);
  299. if (!that.loginUser.place) {
  300. that.loginUser.place = {
  301. area: {}
  302. };
  303. }
  304. that.loginUser.branch = {id: selectedVal[0]};
  305. that.loginUser.place.id = selectedVal[1];
  306. that.loginUser.place.area.id = selectedVal[0];
  307. that.loginUser.branch.hosName = selectedText[0];
  308. that.loginUser.place.place = selectedText[1];
  309. that.loginUser.place.area.area = selectedText[0];
  310. var loginUserStr = JSON.stringify(that.loginUser);
  311. localStorage.setItem("loginUser", loginUserStr);
  312. that.areaData = selectedText[0] + " " + selectedText[1] + " " + selectedText[2];
  313. } else {
  314. that.promptingConent = "对不起,修改失败,请稍后再试!";
  315. that.promptingStatus = false;
  316. $("#fade").fadeIn();
  317. setTimeout(function() {
  318. $("#fade").fadeOut();
  319. }, 2000);
  320. }
  321. });
  322. },
  323. cancelHandle() {}
  324. },
  325. created() {
  326. this.getUserAreaData();
  327. this.getAreaData();
  328. this.getPlaceData();
  329. this.getIncidentData();
  330. // 获取报修主体
  331. this.repairMain = JSON.parse(localStorage.getItem("repairMain"));
  332. },
  333. mounted() {
  334. // this.cascadePicker = this.$createCascadePicker({
  335. // title: '请选择校区区域地点',
  336. // data: this.treeData,
  337. // selectedIndex: [0,0],
  338. // onSelect: this.selectHandle,
  339. // onCancel: this.cancelHandle
  340. // })
  341. },
  342. components: {
  343. PrompTing
  344. }
  345. };
  346. </script>
  347. <style scoped>
  348. .bgColor {
  349. background-color: white;
  350. }
  351. .icon {
  352. width: 1em;
  353. height: 1em;
  354. vertical-align: -0.15em;
  355. fill: currentColor;
  356. overflow: hidden;
  357. }
  358. .label {
  359. background-color: rgb(238, 238, 238);
  360. height: 0.6rem;
  361. line-height: 0.6rem;
  362. padding-left: 0.2rem;
  363. font-size: 0.24rem;
  364. color: #666666;
  365. border-top: 0.01rem rgb(223, 222, 222) solid;
  366. border-bottom: 0.01rem rgb(223, 222, 222) solid;
  367. }
  368. /* 头像 */
  369. .head {
  370. height: 1.04rem;
  371. background: linear-gradient(#005395, #226ca8);
  372. padding-top: 0.3rem;
  373. }
  374. .head .img {
  375. width: 1.36rem;
  376. height: 1.36rem;
  377. border-radius: 50%;
  378. margin: 0 auto;
  379. overflow: hidden;
  380. background: url(./../../static/images/avatar-1-big.jpg);
  381. background-size: contain;
  382. }
  383. .head .name {
  384. font-size: 0.32rem;
  385. text-align: center;
  386. margin-top: 0.2rem;
  387. color: #ffffff;
  388. }
  389. /* 个人信息 */
  390. /* .myMessage { */
  391. /* background-color: rgb(242, 242, 242); */
  392. /* margin-top: .2rem */
  393. /* } */
  394. .myMessage li {
  395. border-bottom: 0.01rem rgb(223, 222, 222) solid;
  396. display: flex;
  397. justify-content: space-between;
  398. align-items: center;
  399. /* padding: .2rem .28rem */
  400. /* height: .88rem; */
  401. /* line-height: .88rem; */
  402. line-height: 0.4rem;
  403. padding: 0.24rem 0.24rem;
  404. }
  405. .myMessage li div:nth-child(1) {
  406. width: 35%;
  407. font-size: 0.32rem;
  408. }
  409. .myMessage li div:nth-child(2) {
  410. width: 55%;
  411. display: flex;
  412. justify-content: flex-end;
  413. font-size: 0.32rem;
  414. /* line-height: .3rem */
  415. }
  416. .factionAdd {
  417. display: flex;
  418. justify-content: space-between;
  419. align-items: center;
  420. }
  421. .factionAdd span {
  422. display: inline-block;
  423. width: 90%;
  424. text-align: right;
  425. }
  426. .factionAdd i {
  427. display: inline-block;
  428. font-size: 0.34rem;
  429. width: 12%;
  430. }
  431. /* 我的报修 */
  432. /* .myRapir {
  433. margin-top: .2rem
  434. } */
  435. .myRapir .tit {
  436. /* background-color: rgb(242, 242, 242); */
  437. height: 0.88rem;
  438. line-height: 0.88rem;
  439. display: flex;
  440. padding: 0 0.24rem;
  441. font-size: 0.32rem;
  442. justify-content: space-between;
  443. border-bottom: 0.01rem rgb(223, 222, 222) solid;
  444. }
  445. .rapirMessage {
  446. display: flex;
  447. height: 1.4rem;
  448. border-bottom: 0.01rem rgb(223, 222, 222) solid;
  449. }
  450. .rapirMessage .status {
  451. width: 16.5%;
  452. border-left: 0.01rem rgb(223, 222, 222) solid;
  453. display: flex;
  454. align-items: center;
  455. justify-content: center;
  456. flex-direction: column;
  457. }
  458. .rapirMessage .status div:nth-child(1) {
  459. width: 100%;
  460. text-align: center;
  461. }
  462. .rapirMessage .status div:nth-child(1) svg {
  463. width: 0.48rem;
  464. height: 0.48rem;
  465. }
  466. .rapirMessage .status div:nth-child(2) {
  467. margin-top: 0.2rem;
  468. display: flex;
  469. align-items: center;
  470. }
  471. .rapirMessage .status div:nth-child(2) span:nth-child(1) {
  472. font-size: 0.24rem;
  473. color: #333333;
  474. }
  475. .rapirMessage .status div:nth-child(2) span:nth-child(2) {
  476. display: inline-block;
  477. margin-left: 0.08rem;
  478. font-size: 0.32rem;
  479. }
  480. </style>
  481. <style>
  482. .myArea .cube-btn {
  483. padding: 0 !important;
  484. background-color: white !important;
  485. color: #333333 !important;
  486. text-align: right !important;
  487. overflow: hidden;
  488. white-space: normal;
  489. text-overflow: ellipsis;
  490. }
  491. </style>