新野县12345_前端

WorkDatil.html 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>工单详情</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link href="../css/WorkOrder/Search.css" rel="stylesheet">
  11. <link href="../css/init.css" rel="stylesheet" />
  12. <script src="../css/laydate/laydate.js"></script>
  13. <script src="../My97DatePicker/WdatePicker.js"></script>
  14. <style>
  15. .ld-service li {
  16. float: left;
  17. font-size: 14px;
  18. color: #000;
  19. padding: 5px 15px;
  20. cursor: pointer;
  21. }
  22. .cr-click {
  23. border-bottom: 2px solid #00a1cb;
  24. }
  25. .Shows {
  26. display: block !important;
  27. }
  28. .complain {
  29. display: none;
  30. }
  31. .Borders {
  32. border: 1px solid #d7d7d7;
  33. }
  34. .form-group {
  35. margin-top: 10px;
  36. }
  37. .Table {
  38. width: 100%;
  39. }
  40. tbody {
  41. border: 1px solid #ccc;
  42. }
  43. .Table th {
  44. width: 7%;
  45. padding: 5px 8px 10px 0;
  46. text-align: right;
  47. }
  48. .Table td {
  49. padding: 6px;
  50. }
  51. .bor_bootm {
  52. border-bottom: 1px solid #ccc;
  53. }
  54. .datil_ul {
  55. padding-left: 0;
  56. }
  57. .datil_ul li {
  58. width: 25%;
  59. padding: 5px;
  60. float: left;
  61. }
  62. .wh_btn input {
  63. background: rgb(0, 161, 203);
  64. }
  65. .XGXX {
  66. margin-left: 0;
  67. }
  68. /*.authority{
  69. display: none;
  70. }*/
  71. .lc_step{
  72. margin-bottom: 100px;
  73. margin-top: 20px;
  74. }
  75. .lc_step li{
  76. float: left;
  77. width: 16%;
  78. text-align: center;
  79. }
  80. .lc_step li.steps1,.lc_step li.steps0{
  81. /*position: relative;*/
  82. /*width: ;
  83. height: 118px;*/
  84. }
  85. /*.start_step{
  86. background: url(../img/start.png) no-repeat;
  87. width: 58px;
  88. height: 149px;
  89. background-position: bottom;
  90. }*/
  91. .no_step{
  92. /*background: url(../img/no_Step.png) no-repeat;*/
  93. display: none;
  94. }
  95. .no_step img{
  96. width: 100%;
  97. }
  98. /*.step1_0{
  99. background: url(../img/step1_0.png) no-repeat
  100. }
  101. .step1_1{
  102. background: url(../img/step1_1.png) no-repeat;
  103. }
  104. .step2_0{
  105. background: url(../img/step2_0.png) no-repeat;
  106. left: -14px;
  107. }
  108. .step2_1{
  109. background: url(../img/step2_1.png) no-repeat;
  110. left: -14px;
  111. }
  112. .step3_0{
  113. background: url(../img/step3_0.png) no-repeat;
  114. left: -27px;
  115. }
  116. .step3_1{
  117. background: url(../img/step3_1.png) no-repeat;
  118. left: -27px;
  119. }
  120. .step4_0{
  121. background: url(../img/step4_0.png) no-repeat;
  122. left: -40px;
  123. }
  124. .step4_1{
  125. background: url(../img/step4_1.png) no-repeat;
  126. left: -40px;
  127. }
  128. .step5_0{
  129. background: url(../img/step5_0.png) no-repeat;
  130. left: -53px;
  131. }
  132. .step5_1{
  133. background: url(../img/step5_1.png) no-repeat;
  134. left: -53px;
  135. }*/
  136. .lc_step li img{
  137. display: block;
  138. width: 100%;
  139. margin-bottom: 5px;
  140. }
  141. .lc_step li:nth-child(6) img{
  142. width: 60%!important;
  143. }
  144. .lc_step li .step_w0{
  145. color:#bfbfbf ;
  146. }
  147. .lc_step li .step_w1{
  148. color:#02a1cb ;
  149. }
  150. .step_content{
  151. background: #f3f3f4;
  152. border: 2px solid #02a1cb;
  153. border-radius: 3px;
  154. color: #02a1cb;
  155. padding: 5px;
  156. position: relative;
  157. text-align: left;
  158. box-sizing: border-box;
  159. width: 92%;
  160. /*position: absolute;
  161. right: -65px;
  162. bottom: -116px;*/
  163. }
  164. .step_content:before{
  165. position: absolute;
  166. display: block;
  167. content: "";
  168. height:0;
  169. width: 0;
  170. border: 6px solid #02a1cb;
  171. border: 6px solid #02a1cb;
  172. border-left-color: transparent;
  173. border-top-color: transparent;
  174. border-right-color: transparent;
  175. top: -14px;
  176. left: 52%;
  177. }
  178. .lcs>div{
  179. float: left;
  180. width: 16%;
  181. height: 100%;
  182. }
  183. .lcs>div:first-child{
  184. text-align: right;
  185. }
  186. .lcs>div:first-child>img{
  187. width: initial;
  188. }
  189. .lcs>div>img{
  190. display: block;
  191. width: 100%;
  192. }
  193. </style>
  194. </head>
  195. <body class="gray-bg">
  196. <div class="wrapper wrapper-content animated fadeInRight">
  197. <!--<div class="daoHang clearfix">
  198. <div class="dhLeft">
  199. <sapn>
  200. <i class="syIcon"></i>位置:
  201. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  202. <a href="javaScript:;">工单管理</a>&gt;
  203. <a href="" class="nowPosition">工单详情</a>
  204. </sapn>
  205. </div>
  206. <div class="dhRight"><a href="" title="刷新"><i class="fa fa-refresh"></i></a></div>
  207. </div>-->
  208. <ul class="ld-service clearfix">
  209. <li itemtype="0" class="cr-click" itemtype="0">工单信息</li>
  210. <li itemtype="1" itemtype="1">交办信息</li>
  211. <li itemtype="1" itemtype="1">监察意见</li>
  212. <li itemtype="2" itemtype="2">领导批示</li>
  213. <li itemtype="3" itemtype="3">办理情况</li>
  214. <li itemtype="3" itemtype="3">延时审核</li>
  215. <li itemtype="3" itemtype="3">退回审核</li>
  216. <li itemtype="4" itemtype="4">回访信息</li>
  217. <li itemtype="5" itemtype="5">督办信息</li>
  218. <li itemtype="6" itemtype="6">市民催办</li>
  219. <li itemtype="7" itemtype="7">办理过程</li>
  220. <li itemtype="8" itemtype="8">流程图示</li>
  221. </ul>
  222. <div class="Content_box">
  223. <!--诉求信息-->
  224. <div class="complain Shows DCL">
  225. <div style="width: 100%;padding: 10px;">
  226. <table class="Table" border="0" cellspacing="0" cellpadding="0">
  227. <tbody>
  228. <tr class="bor_bootm">
  229. <th>名字:</th>
  230. <td><span class="F_CusName"></span></td>
  231. <th>来源:</th>
  232. <td><span class="LY"></span></td>
  233. <th>来电号码:</th>
  234. <td><span class="F_ConPhone"></span></td>
  235. <th>联系号码:</th>
  236. <td><span class="F_CusPhone"></span></td>
  237. </tr>
  238. <tr>
  239. <th>标题:</th>
  240. <td colspan="7">
  241. <span class="F_ComTitle"></span>
  242. </td>
  243. </tr>
  244. <tr>
  245. <th>内容:</th>
  246. <td colspan="7">
  247. <span class="F_ComContent"></span>
  248. </td>
  249. </tr>
  250. <tr>
  251. <th>附件:</th>
  252. <td colspan="7">
  253. <span class="FJ">
  254. </span>
  255. </td>
  256. </tr>
  257. <tr class="bor_bootm">
  258. <th>事件地址:</th>
  259. <td colspan="7">
  260. <span class="AreaName" style="margin-right: 10px;"></span><span class='F_SourceAddress'>563 4494</span>
  261. </td>
  262. </tr>
  263. <tr>
  264. <th>类型:</th>
  265. <td>
  266. <span class="LX"></span>
  267. </td>
  268. <th>紧急程度:</th>
  269. <td>
  270. <span class="CD"></span>
  271. </td>
  272. <th>被投诉单位:</th>
  273. <td>
  274. <span class="ComplainedUnit"></span>
  275. </td>
  276. <!--<th colspan="3">密级:</th>-->
  277. <th>密级:</th>
  278. <td>
  279. <span class="MJ"></span>
  280. </td>
  281. </tr>
  282. <tr>
  283. <th>来源地址:</th>
  284. <td colspan="7">
  285. <span class="sourceName"></span>
  286. </td>
  287. </tr>
  288. <tr>
  289. <th>处理结果:</th>
  290. <td colspan="7">
  291. <span class="Result"></span>
  292. </td>
  293. </tr>
  294. <tr class="bor_bootm">
  295. <th>结案意见:</th>
  296. <td colspan="7">
  297. <span class="F_FinalOpinion"></span>
  298. </td>
  299. </tr>
  300. </tbody>
  301. </table>
  302. </div>
  303. </div>
  304. <!--交办信息-->
  305. <div class="complain DCL">
  306. <div style="width: 100%;padding: 10px;">
  307. <table class="Table" border="" cellspacing="0" cellpadding="0">
  308. <theard>
  309. <tr>
  310. <td class="text-center" style="width:60px;">次数</td>
  311. <td class="text-center" style="width:114px;">交办时间</td>
  312. <td class="text-center" style="width:114px;">办理时限</td>
  313. <td class="text-center" style="min-width:80px;">主办单位</td>
  314. <td class="text-center" style="min-width:80px;">协办单位</td>
  315. <td class="text-center" style="min-width: 200px;">交办意见</td>
  316. <td class="text-center authority" style="min-width: 100px;">操作</td>
  317. </tr>
  318. </theard>
  319. <tbody class="JBXX">
  320. </tbody>
  321. </table>
  322. </div>
  323. </div>
  324. <!--监察-->
  325. <div class="complain DCL">
  326. <div style="width: 100%;padding: 10px;">
  327. <table class="Table" border="" cellspacing="0" cellpadding="0">
  328. <theard>
  329. <tr>
  330. <td class="text-center" style="width:50px;">次数</td>
  331. <td class="text-center" style="min-width:100px;">监察人</td>
  332. <td class="text-center" style="min-width:100px;">监察意见</td>
  333. <td class="text-center" style="min-width:100px;">监察时间</td>
  334. <td class="text-center" style="min-width:50px;">附件</td>
  335. </tr>
  336. </theard>
  337. <tbody class="JC">
  338. </tbody>
  339. </table>
  340. </div>
  341. </div>
  342. <!--领导批示-->
  343. <div class="complain DCL">
  344. <div style="width: 100%;padding: 10px;">
  345. <div style="text-align: center; height: ">
  346. <table class="Table" border="" cellspacing="0" cellpadding="0">
  347. <theard>
  348. <tr>
  349. <td class="text-center" style="min-width:50px;">类型</td>
  350. <td class="text-center" style="min-width:100px;">批示人</td>
  351. <td class="text-center" style="min-width:100px;">批示内容</td>
  352. <td class="text-center" style="min-width:100px;">批示时间</td>
  353. <td class="text-center" style="min-width:100px;">附件</td>
  354. <td class="text-center authority" style="min-width:100px;">操作</td>
  355. </tr>
  356. </theard>
  357. <tbody class="LDPS">
  358. </tbody>
  359. </table>
  360. </div>
  361. </div>
  362. </div>
  363. <!--办理情况-->
  364. <div class="complain DCL ">
  365. <div style="width: 100%;padding: 10px;">
  366. <table class="Table" border="" cellspacing="0" cellpadding="0">
  367. <theard>
  368. <tr>
  369. <td class="text-center" style="min-width:100px;">办理人</td>
  370. <td class="text-center" style="min-width:100px;">单位</td>
  371. <td class="text-center" style="min-width:100px;">类型</td>
  372. <td class="text-center" style="min-width:100px;">办理内容</td>
  373. <td class="text-center" style="min-width:100px;">办理时间</td>
  374. <td class="text-center" style="min-width:50px;">附件</td>
  375. <td class="text-center authority" style="min-width:80px;">操作</td>
  376. </tr>
  377. </theard>
  378. <tbody class="BLQK">
  379. </tbody>
  380. </table>
  381. </div>
  382. </div>
  383. <!--延时情况-->
  384. <div class="complain DCL ">
  385. <div style="width: 100%;padding: 10px;">
  386. <table class="Table" border="" cellspacing="0" cellpadding="0">
  387. <theard>
  388. <tr>
  389. <td class="text-center" style="min-width:100px;">次数</td>
  390. <td class="text-center" style="min-width:100px;">状态</td>
  391. <td class="text-center" style="min-width:100px;">申请时间</td>
  392. <td class="text-center" style="min-width:100px;">申请原因</td>
  393. <td class="text-center" style="min-width:100px;">审核时间</td>
  394. <td class="text-center" style="min-width:80px;">审核意见</td>
  395. <td class="text-center authority" style="min-width:100px;">操作</td>
  396. </tr>
  397. </theard>
  398. <tbody class="YSSHS">
  399. </tbody>
  400. </table>
  401. </div>
  402. </div>
  403. <!--退回审核-->
  404. <div class="complain DCL ">
  405. <div style="width: 100%;padding: 10px;">
  406. <table class="Table" border="" cellspacing="0" cellpadding="0">
  407. <theard>
  408. <tr>
  409. <td class="text-center" style="min-width:100px;">次数</td>
  410. <td class="text-center" style="min-width:100px;">申请时间</td>
  411. <td class="text-center" style="min-width:100px;">申请原因</td>
  412. <td class="text-center" style="min-width:100px;">状态</td>
  413. <td class="text-center" style="min-width:100px;">审核时间</td>
  414. <td class="text-center" style="min-width:80px;">审核意见</td>
  415. <td class="text-center authority" style="min-width:100px;">操作</td>
  416. </tr>
  417. </theard>
  418. <tbody class="YTHHS">
  419. </tbody>
  420. </table>
  421. </div>
  422. </div>
  423. <!--回访信息-->
  424. <div class="complain DCL">
  425. <div style="width: 100%;padding: 10px;">
  426. <table class="Table" border="" cellspacing="0" cellpadding="0">
  427. <theard>
  428. <tr>
  429. <td class="text-center" style="min-width:50px;">次数</td>
  430. <td class="text-center" style="min-width:100px;">回访人</td>
  431. <td class="text-center" style="min-width:100px;">回访方式</td>
  432. <td class="text-center" style="min-width:100px;">回访信息</td>
  433. <td class="text-center" style="min-width:100px;">回访结果</td>
  434. <td class="text-center" style="min-width:100px;">操作时间</td>
  435. <td class="text-center authority" style="min-width:100px;">操作</td>
  436. </tr>
  437. </theard>
  438. <tbody class="HGXX">
  439. </tbody>
  440. </table>
  441. </div>
  442. </div>
  443. <!--督办信息-->
  444. <div class="complain DCL">
  445. <div style="width: 100%;padding: 10px;">
  446. <table class="Table" border="" cellspacing="0" cellpadding="0">
  447. <theard>
  448. <tr>
  449. <td class="text-center" style="min-width:50px;">次数</td>
  450. <td class="text-center" style="min-width:100px;">督办人</td>
  451. <td class="text-center" style="min-width:100px;">督办意见</td>
  452. <td class="text-center" style="min-width:100px;">督办时间</td>
  453. <td class="text-center" style="min-width:50px;">附件</td>
  454. </tr>
  455. </theard>
  456. <tbody class="DBXX">
  457. </tbody>
  458. </table>
  459. </div>
  460. </div>
  461. <!--市民催办-->
  462. <div class="complain DCL">
  463. <div style="width: 100%;padding: 10px;">
  464. <table class="Table" border="" cellspacing="0" cellpadding="0">
  465. <theard>
  466. <tr>
  467. <td class="text-center" style="width:50px;">序号</td>
  468. <td class="text-center" style="min-width:100px;">催办内容</td>
  469. <td class="text-center" style="width:100px;">催办时间</td>
  470. </tr>
  471. </theard>
  472. <tbody id="citizenReminder">
  473. </tbody>
  474. </table>
  475. </div>
  476. </div>
  477. <!--办理过程-->
  478. <div class="complain DCL " id="BLGC">
  479. <div style="width: 100%;padding: 10px;">
  480. <table class="Table" border="" cellspacing="0" cellpadding="0">
  481. <theard>
  482. <tr>
  483. <td class="text-center" style="min-width:50px;">序号</td>
  484. <td class="text-center" style="min-width:100px;">事项</td>
  485. <td class="text-center" style="min-width:100px;">操作时间</td>
  486. </tr>
  487. </theard>
  488. <tbody id="BLGC_">
  489. </tbody>
  490. </table>
  491. </div>
  492. </div>
  493. <div class="complain DCL">
  494. <!--<div class="lcs clearfix">
  495. <div class="ss"><img src="../img/start.png" alt="" /></div>
  496. <div class="one"><img src="../img/step1_0.png" alt="" /></div>
  497. <div class="one"><img src="../img/step2_0.png" alt="" /></div>
  498. <div class="one"><img src="../img/step3_0.png" alt="" /></div>
  499. <div class="one"><img src="../img/step4_0.png" alt="" /></div>
  500. <div class="one"><img src="../img/step5_0.png" alt="" /></div>
  501. </div>-->
  502. <ul class="lc_step clearfix">
  503. <!--<li class="no_step">
  504. <img src="../img/no_Step.png" alt="" />
  505. </li>-->
  506. <li class="start_step" style="text-align: right;">
  507. <p class="step_w1" style="visibility: hidden;">办理流程</p>
  508. <img src="../img/start.png" alt="" style="width: 70%;display: inline-block;position: relative;right: -1px;" />
  509. </li>
  510. <li class="step1">
  511. <p class="step_w0">录入</p>
  512. <img src="../img/step1_0.png" alt="" />
  513. <!--<div class="step_content">
  514. <p> 姓名:小白</p>
  515. <p> 部门:客服</p>
  516. <p> 时间:2018-04-25 12:20:00</p>
  517. </div>-->
  518. </li>
  519. <li class="step2 stem_other">
  520. <p class="step_w0">交办</p>
  521. <img src="../img/step2_0.png" alt="" />
  522. <!--<div class="step_content">
  523. <p> 姓名:小白</p>
  524. <p> 部门:客服</p>
  525. <p> 时间:2018-04-25 12:20:00</p>
  526. </div>-->
  527. </li>
  528. <li class="step3 stem_other">
  529. <p class="step_w0">办理</p>
  530. <img src="../img/step3_0.png" alt="" />
  531. </li>
  532. <li class="step4 stem_other">
  533. <p class="step_w0">回访</p>
  534. <img src="../img/step4_0.png" alt="" />
  535. </li>
  536. <li class="step5">
  537. <p class="step_w0">结案</p>
  538. <img src="../img/step5_0.png" alt="" />
  539. </li>
  540. </ul>
  541. </div>
  542. <div class="clearfix">
  543. <ul class="clearfix datil_ul">
  544. <li>
  545. 单号:
  546. <span class="DH"></span>
  547. </li>
  548. <li>
  549. 状态:
  550. <span class='ZT'></span>
  551. </li>
  552. <li>
  553. 受理人:
  554. <span class="SL"></span>
  555. </li>
  556. <li>
  557. 处理方式:
  558. <span class="CLFS"></span>
  559. </li>
  560. <li>
  561. 录入时间:
  562. <span class="LRSJ"></span>
  563. </li>
  564. <li>
  565. 提交时间:
  566. <span class="submitTime"></span>
  567. </li>
  568. <li>
  569. 办理时间:
  570. <span class="SLHJ"></span>
  571. </li>
  572. <li>
  573. 结案时间:
  574. <span class="lawsuitTime"></span>
  575. </li>
  576. </ul>
  577. <div class="clearfix wh_btn" style="width:100%;text-align:center;margin:10px 0;">
  578. <input type="hidden" class="hidWid" />
  579. <input type="button" value="发布网站" class="release mediaTransfer" />&nbsp;&nbsp;<input type="button" class="change release authority" value="修改"/>&nbsp;&nbsp;<input type="button" value="打印预览" class="print" />&nbsp;&nbsp;<input type="button" value="关闭" class="closexq" />
  580. </div>
  581. <input type="hidden" id="Change" />
  582. </div>
  583. </div>
  584. </div>
  585. <script src="../Appeal/workDetail.js"></script>
  586. </body>
  587. </html>