complain_detail.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <script type="text/javascript" src="/static/jquery-2.2.4.min.js"></script>
  9. <script type="text/javascript" src="/static/layer/layer.js"></script>
  10. <script type="text/javascript" src="/admin/js/common.js"></script>
  11. <link rel="stylesheet" href="/static/bootstrap-3.3.7/css/bootstrap.css">
  12. <link rel="stylesheet" href="/static/h5/css/common.css">
  13. <title>投诉详情</title>
  14. <style>
  15. body{
  16. background-color: #F1F1F1;
  17. }
  18. .container{
  19. max-width: 100vw;
  20. height: auto;
  21. margin: 0;
  22. padding: 0;
  23. margin-bottom: 60px;
  24. }
  25. .public-info{
  26. width: 100%;
  27. height: 32vw;
  28. background: #FFFFFF;
  29. }
  30. .public-info .left-box{
  31. width: 22vw;
  32. height: 27vw;
  33. padding: 0vw 3vw;
  34. margin-top: 5vw;
  35. display: inline-block;
  36. float: left;
  37. }
  38. .public-info .left-box .title{
  39. width:16vw;
  40. height:16vw;
  41. line-height: 16vw;
  42. background: #E7F0F9;
  43. border-radius: 10px;
  44. font-size: 32px;
  45. font-family: PingFang SC;
  46. font-weight: bold;
  47. color: var(--themeColor);
  48. text-align: center;
  49. }
  50. .public-info .right-box{
  51. width: 78vw;
  52. height: 32vw;
  53. display: inline-block;
  54. float: left;
  55. }
  56. .public-info .right-box .name-box{
  57. width: 100%;
  58. height: 16vw;
  59. overflow: hidden;
  60. }
  61. .public-info .right-box .name-box .left-name-box{
  62. width: 44%;
  63. height: 16vw;
  64. line-height: 16vw;
  65. display: inline-block;
  66. float: left;
  67. font-size: 25px;
  68. font-weight: bold;
  69. color: #333333;
  70. overflow: hidden;
  71. }
  72. .public-info .right-box .name-box .right-status-box{
  73. width: 13vw;
  74. height: 5vw;
  75. line-height: 5vw;
  76. border-radius: 20px;
  77. color: #ffffff;
  78. display: inline-block;
  79. float: right;
  80. text-align: center;
  81. font-size: 13px;
  82. margin-top: 5.5vw;
  83. margin-right: 4vw;
  84. }
  85. .public-info .right-box .name-box .color1{
  86. background-color: #284a94;
  87. }
  88. .public-info .right-box .name-box .color2{
  89. background-color: #05D8DA;
  90. }
  91. .public-info .right-box .name-box .color3{
  92. background-color: #437EFF;
  93. }
  94. .public-info .right-box .name-box .color4{
  95. background-color: #F79F2D;
  96. }
  97. .public-info .right-box .name-box .color4{
  98. background-color: #089857;
  99. }
  100. .public-info .right-box .info-user-box{
  101. width: 100%;
  102. height: 8vw;
  103. line-height: 8vw;
  104. }
  105. .public-info .right-box .info-user-box .one{
  106. width: 50%;
  107. height: 100%;
  108. display: inline-block;
  109. float: left;
  110. overflow: hidden;
  111. }
  112. .public-info .right-box .info-user-box .one .img{
  113. width: 3.3vw;
  114. height: 3.3vw;
  115. display: inline-block;
  116. }
  117. .public-info .right-box .info-user-box .one .img img{
  118. width: 100%;
  119. height: 100%;
  120. }
  121. .public-info .right-box .info-user-box text{
  122. font-size: 14px;
  123. font-weight: 400;
  124. color: #666666;
  125. }
  126. .public-info-content{
  127. width: 100%;
  128. height: auto;
  129. margin-top: 1vw;
  130. background-color: #fff;
  131. }
  132. .header{
  133. width: 100%;
  134. height: 12vw;
  135. }
  136. .header .header-left {
  137. width: 60vw;
  138. height: 12vw;
  139. line-height: 12vw;
  140. display: inline-block;
  141. float: left;
  142. }
  143. .header .header-right{
  144. width: 40vw;
  145. height: 12vw;
  146. line-height: 12vw;
  147. display: inline-block;
  148. float: right;
  149. padding-right: 4vw;
  150. font-size: 14px;
  151. font-weight: 400;
  152. color: #666666;
  153. text-align: right;
  154. }
  155. .header .header-left .line-box{
  156. width: 0.8vw;
  157. height: 3.4vw;
  158. background: var(--themeColor);
  159. border-radius: 3px;
  160. display: inline-block;
  161. float: left;
  162. margin-left: 2vw;
  163. margin-top: 4.3vw;
  164. margin-right: 2vw;
  165. }
  166. .header .header-left .title{
  167. width: 55vw;
  168. height: 12vw;
  169. font-size: 19px;
  170. font-weight: bold;
  171. color: #333333;
  172. display: inline-block;
  173. float: left;
  174. }
  175. .public-info-content .content-box{
  176. width: 100%;
  177. height: auto;
  178. padding: 1vw;
  179. }
  180. .public-info-content .content-box div{
  181. width: 100%;
  182. background: #F7F7F7;
  183. border-radius: 10px;
  184. padding: 1vw;
  185. min-height: 20vw;
  186. word-wrap:break-word;
  187. }
  188. .public-info-content .voices-box{
  189. width: 100%;
  190. height: 16vw;
  191. line-height: 16vw;
  192. text-align: right;
  193. padding: 1vw;
  194. }
  195. .public-info-taskImg{
  196. width: 100%;
  197. height: auto;
  198. background-color: #fff;
  199. margin-top: 1vw;
  200. }
  201. .public-info-taskImg .img-box{
  202. width: 100%;
  203. height: auto;
  204. overflow: hidden;
  205. }
  206. .public-info-taskImg .img-box .img-all-box{
  207. width: 100%;
  208. height: auto;
  209. padding: 0vw 4vw;
  210. overflow: hidden;
  211. }
  212. .public-info-taskImg .img-box .img-all-box .img{
  213. width: 22vw;
  214. height: 22vw;
  215. display: inline-block;
  216. float: left;
  217. margin-right: 1vw;
  218. margin-bottom: 1vw;
  219. }
  220. .public-info-taskImg .img-box .img-all-box .img img{
  221. width: 100%;
  222. height: 100%;
  223. }
  224. .public-info-taskImg .img-box .img-all-box .img video{
  225. width: 100%;
  226. height: 100%;
  227. }
  228. .public-info-taskImg .img-box .bottom-title-box{
  229. width: 100%;
  230. height: 10vw;
  231. line-height: 10vw;
  232. text-align: center;
  233. font-size: 12px;
  234. color: #666666;
  235. }
  236. .repairs-box{
  237. width: 100%;
  238. height: auto;
  239. margin-top: 1vw;
  240. background-color: #fff;
  241. }
  242. .repairs-matter{
  243. width: 100%;
  244. height: 10vw;
  245. line-height: 10vw;
  246. border-bottom: 1px solid #f1f1f1;
  247. padding: 0vw 4vw;
  248. overflow: hidden;
  249. }
  250. .repairs-matter .title{
  251. font-size: 17px;
  252. font-family: PingFang SC;
  253. font-weight: 500;
  254. color: #666666;
  255. float: left;
  256. }
  257. .repairs-matter .content{
  258. font-weight: 500;
  259. color: #666666;
  260. float: right;
  261. }
  262. .repairs-type{
  263. width: 100%;
  264. height: 10vw;
  265. line-height: 10vw;
  266. border-bottom: 1px solid #f1f1f1;
  267. padding: 0vw 4vw;
  268. overflow: hidden;
  269. padding-bottom: 1vw;
  270. }
  271. .repairs-type .title{
  272. font-size: 17px;
  273. font-family: PingFang SC;
  274. font-weight: 500;
  275. color: #666666;
  276. float: left;
  277. }
  278. .repairs-type .content{
  279. font-weight: 500;
  280. color: #666666;
  281. float: right;
  282. }
  283. .execute-user{
  284. width: 100%;
  285. height: auto;
  286. background-color: #fff;
  287. margin-top: 1vw;
  288. }
  289. .execute-user .execute-user-name{
  290. width: 100%;
  291. height: auto;
  292. overflow: hidden;
  293. }
  294. .execute-user .execute-user-name .user-info{
  295. width: 100%;
  296. height: 10vw;
  297. line-height: 10vw;
  298. padding: 0vw 4vw;
  299. }
  300. .execute-user .execute-user-name .user-info .name{
  301. font-size: 17px;
  302. font-weight: 500;
  303. color: #666666;
  304. float: left;
  305. }
  306. .execute-user .execute-user-name .user-info .status{
  307. font-weight: 500;
  308. float: right;
  309. }
  310. .execute-user .execute-user-name .user-info .status text{
  311. margin-left: 1vw;
  312. font-weight: 500;
  313. color: #666666;
  314. }
  315. .cancel-cause{
  316. width: 100%;
  317. height: auto;
  318. margin-top: 1vw;
  319. /*padding: 0vw 2vw;*/
  320. background-color: #fff;
  321. padding-bottom: 1vw;
  322. }
  323. .cancel-cause .title{
  324. width: 100%;
  325. height: 12vw;
  326. line-height: 12vw;
  327. font-size: 19px;
  328. font-weight: bold;
  329. color: var(--themeColor);
  330. }
  331. .cancel-cause .content{
  332. width: calc( 100% - 16px);
  333. background: #F7F7F7;
  334. border-radius: 10px;
  335. padding: 1vw;
  336. min-height: 20vw;
  337. word-wrap: break-word;
  338. margin: 0px 8px 8px;
  339. }
  340. .footer-back{
  341. position: fixed;
  342. z-index: 1000;
  343. width: 100%;
  344. height: 45px;
  345. line-height: 45px;
  346. background-color: #ffffff;
  347. bottom: 0;
  348. left: 0;
  349. box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  350. display: table-cell;
  351. vertical-align: middle;
  352. text-align: center;
  353. }
  354. .footer-back a img{
  355. width: 43px;
  356. height: 43px;
  357. }
  358. .convey-box{
  359. width: 100%;
  360. height: 12vw;
  361. background-color: #fff;
  362. margin-top: 1vw;
  363. }
  364. .convey-route-box{
  365. width: 100%;
  366. height: 32vw;
  367. background-color: #fff;
  368. margin-top: 1vw;
  369. }
  370. .patient-info-box{
  371. width: 100%;
  372. height: 62vw;
  373. background-color: #fff;
  374. margin-top: 1vw;
  375. }
  376. .pay-status{
  377. width: 13vw;
  378. height: 100%;
  379. display: inline-block;
  380. float: left;
  381. }
  382. .pay-status .pay{
  383. width: 13vw;
  384. height: 5vw;
  385. line-height: 5vw;
  386. border-radius: 20px;
  387. color: #ffffff;
  388. display: inline-block;
  389. text-align: center;
  390. font-size: 13px;
  391. margin-top: 5.5vw;
  392. background-color: var(--themeColor);
  393. }
  394. </style>
  395. </head>
  396. <body>
  397. <div class="container">
  398. <div class="header" style="background: #fff">
  399. <div class="header-left">
  400. <div class="line-box"></div>
  401. <div class="title">订单申请信息</div>
  402. </div>
  403. </div>
  404. <div class="public-info">
  405. <div class="left-box">
  406. <div class="title">工</div>
  407. </div>
  408. <div class="right-box">
  409. <div class="name-box">
  410. <div class="left-name-box">投诉</div>
  411. <!-- <div class="right-status-box color1">111</div>-->
  412. </div>
  413. <div class="info-user-box">
  414. <div class="one">
  415. <div class="img">
  416. <img src="/img/h5/icon-ren.png" alt="">
  417. </div>
  418. <text>{$info['user_name']}</text>
  419. </div>
  420. <div class="one">
  421. <div class="img">
  422. <img src="/img/h5/icon-date.png" alt="">
  423. </div>
  424. <text>{$info['create_time']}</text>
  425. </div>
  426. </div>
  427. <div class="info-user-box">
  428. <div class="one">
  429. <div class="img">
  430. <img src="/img/h5/icon-bumen.png" alt="">
  431. </div>
  432. <span>{$info['dep_name']}</span>
  433. </div>
  434. <div class="one">
  435. <div class="img">
  436. <img src="/img/h5/icon-dianhua.png" alt="">
  437. </div>
  438. <span>{$info['mobile']}</span>
  439. </div>
  440. </div>
  441. </div>
  442. </div>
  443. <!-- 任务内容-->
  444. <div class="public-info-content">
  445. <div class="header">
  446. <div class="header-left">
  447. <div class="line-box"></div>
  448. <div class="title">投诉内容</div>
  449. </div>
  450. </div>
  451. <div class="content-box">
  452. <div>{$info['content']}</div>
  453. </div>
  454. {if($info['voices'])}
  455. <div class="voices-box">
  456. <audio src="{$info['voices']}" controls="controls">
  457. </audio>
  458. </div>
  459. {/if}
  460. </div>
  461. <!-- 任务图片-->
  462. {if !empty($info['images']) || !empty($info['videos'])}
  463. <div class="public-info-taskImg">
  464. <div class="header">
  465. <div class="header-left">
  466. <div class="line-box"></div>
  467. <div class="title">任务图片</div>
  468. </div>
  469. </div>
  470. <div class="img-box">
  471. <div class="img-all-box">
  472. {if($info['images'])}
  473. {foreach $info['images'] as $k=>$v}
  474. <div class="img">
  475. <img src="{$v}" onclick="open_img(this)" alt="">
  476. </div>
  477. {/foreach}
  478. {/if}
  479. {if($info['videos'])}
  480. {foreach $info['videos'] as $k=>$v}
  481. <div class="img">
  482. <video src="{$v}" style="object-fit: fill;" onclick="playVideo(this)"></video>
  483. </div>
  484. {/foreach}
  485. {/if}
  486. </div>
  487. <div class="bottom-title-box">(点击可查看图片、视频详情信息)</div>
  488. </div>
  489. </div>
  490. {/if}
  491. <!-- 处理意见-->
  492. <div class="cancel-cause">
  493. <div class="header">
  494. <div class="header-left">
  495. <div class="line-box"></div>
  496. <div class="title" style="color: #284a94">处理信息</div>
  497. </div>
  498. </div>
  499. <div class="header">
  500. <div class="header-left">
  501. <div class="line-box"></div>
  502. <div class="title" >处理意见</div>
  503. </div>
  504. </div>
  505. <div class="content">
  506. {$info['note']}
  507. </div>
  508. </div>
  509. {if $info['order_id'] > 0}
  510. <div class="execute-user">
  511. <div class="header">
  512. <div class="header-left">
  513. <div class="line-box"></div>
  514. <div class="title" style="color:#284a94;">关联订单</div>
  515. </div>
  516. </div>
  517. <div class="execute-user-name" style="margin-top:5px">
  518. <div class="header" onclick="goOrderDetail('{$info.order_id}')">
  519. <div class="header-left">
  520. <div class="line-box"></div>
  521. <div class="title">查看关联订单</div>
  522. </div>
  523. <div class="header-right" style="color:#284a94;font-weight: 600"> > </div>
  524. </div>
  525. </div>
  526. </div>
  527. <div class="footer-back">
  528. <a href="javascript:;" onclick="javascript:history.back(-1);"><img src="/img/back.png"></a>
  529. </div>
  530. {/if}
  531. </div>
  532. </body>
  533. </html>
  534. <script>
  535. var orgId = "{$info['org_id']}";
  536. function ordersSubDetails(obj) {
  537. var id = $(obj).attr('data-id');
  538. var org = $(obj).attr('data-orgId');
  539. var url = "{:url('Statistics/ordersSubDetails')}?id="+id+'&orgId='+org;
  540. window.location.href=url;
  541. }
  542. function playVideo(obj) {
  543. var obj =$(obj);
  544. var src = obj.attr('src');
  545. var url = "{:url('Statistics/videoPlay')}?url="+src+'&orgId='+orgId;
  546. window.location.href=url;
  547. }
  548. function goOrderDetail(id){
  549. var url = "{:url('Statistics/ordersDetails')}?id="+id+'&orgId='+orgId;
  550. window.location.href=url;
  551. }
  552. </script>