新野县12345_前端

receiptDepartment.html 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <!--优先使用 IE 最新版本和 Chrome-->
  7. <meta name="renderer" content="webkit" />
  8. <script src="Script/Common/huayi.load.js"></script>
  9. <!--<script src="Script/Common/huayi.config.js"></script>-->
  10. <link rel="stylesheet" href="css/index.css" />
  11. <title>接单部门</title>
  12. <style>
  13. .selects{
  14. height: initial;
  15. }
  16. #phone_time{
  17. width: 199px;
  18. }
  19. .selects_box:before{
  20. z-index: 1;
  21. }
  22. .phone_bottom >div:last-child{
  23. width: 44%;
  24. margin-left: 1%;
  25. background: url(img/jd_bg3.png) no-repeat center;
  26. background-size: 100% 100%;
  27. }
  28. .phone_bottom >div:first-child{
  29. background: url(img/jd_bg2.png) no-repeat center;
  30. background-size: 100% 100%;
  31. width: 55%;
  32. }
  33. .phone_bottom >div:first-child table{
  34. width: 95%;
  35. margin: 0 auto;
  36. color: #fff;
  37. font-size: 12px;
  38. }
  39. .table_box{
  40. margin-top: 30px;
  41. }
  42. .table>tbody>tr>td{
  43. border-top: 1px solid #3160a2;
  44. color: #00e9ff;
  45. }
  46. .table>thead>tr>td{
  47. border-top: 2px solid #3160a2;
  48. }
  49. .table>tbody>tr>td:first-child{
  50. color: #fff;
  51. }
  52. table thead, tbody tr {
  53. display:table;
  54. width:100%;
  55. table-layout:fixed;
  56. }
  57. .table>tbody>tr>td:last-child{
  58. color: #95e193;
  59. }
  60. .table>tbody>tr>td:nth-last-child(2){
  61. color: #ec6969!important;
  62. }
  63. </style>
  64. </head>
  65. <body>
  66. <!--导航栏开始-->
  67. <div id="nav" class="clearfix">
  68. </div>
  69. <!--导航栏结束-->
  70. <div id="wrap" class="container">
  71. <div class="phone_top">
  72. <div class="legend_bar clearfix">
  73. <div class="title_word pull-left">
  74. <span class="col-line"></span> 工单状态统计
  75. </div>
  76. <!--<div class="time_box pull-right form-inline selects_box">
  77. 筛选<select name="" class="selects" id="">
  78. <option value="">全部</option>
  79. <option value="">已审核</option>
  80. <option value="">未审核</option>
  81. <option value="">未审核</option>
  82. <option value="">未审核</option>
  83. </select>
  84. </div>-->
  85. </div>
  86. <div id="phoneTimeCount" style="width: 100%;height: 400px;"></div>
  87. </div>
  88. <!--<div class="row">-->
  89. <div class="phone_bottom clearfix">
  90. <div class="bottom_left pull-left">
  91. <div class="legend_bar clearfix">
  92. <div class="title_word pull-left">
  93. <span class="col-line"></span> 各部门受理工单情况统计
  94. </div>
  95. <div class="time_box pull-right form-inline">
  96. 部门 <select class="selects" id="dep"></select>
  97. 日期<input type="text" id="phone_time" class="times" />
  98. </div>
  99. </div>
  100. <!--各部门受理工单情况统计-->
  101. <!--<div id="phoneTimeCount" style="width: 100%;height: 390px;"></div>-->
  102. <div class="table_box" style="width: 100%;height: 390px;">
  103. <table class="table">
  104. <colgroup>
  105. <col style="width: 120px;"/>
  106. <col/>
  107. </colgroup>
  108. <thead class="thead">
  109. <tr>
  110. <td>部门名称</td>
  111. <td>咨询</td>
  112. <td>求助</td>
  113. <td>建议</td>
  114. <td>表扬</td>
  115. <td>其他</td>
  116. <td>合计工单</td>
  117. <td>占比</td>
  118. </tr>
  119. </thead>
  120. </table>
  121. <div id="scroll_table" style="width: 100%;height: 300px; overflow: hidden;">
  122. <table class="table">
  123. <colgroup>
  124. <col style="width: 120px;"/>
  125. <col/>
  126. </colgroup>
  127. <tbody>
  128. <!-- <tr>
  129. <td>市公安局</td>
  130. <td><span class="text_color1">0</span></td>
  131. <td><span class="text_color1">0</span></td>
  132. <td><span class="text_color1">0</span></td>
  133. <td><span class="text_color1">0</span></td>
  134. <td><span class="text_color1">0</span></td>
  135. <td><span class="text_color2">0</span></td>
  136. <td><span class="text_color3">0%</span></td>
  137. </tr>
  138. <tr>
  139. <td>市公安局</td>
  140. <td><span class="text_color1">0</span></td>
  141. <td><span class="text_color1">0</span></td>
  142. <td><span class="text_color1">0</span></td>
  143. <td><span class="text_color1">0</span></td>
  144. <td><span class="text_color1">0</span></td>
  145. <td><span class="text_color2">0</span></td>
  146. <td><span class="text_color3">0%</span></td>
  147. </tr> -->
  148. </tbody>
  149. </table>
  150. </div>
  151. </div>
  152. </div>
  153. <div class="bottom_right pull-left">
  154. <div class="legend_bar clearfix">
  155. <div class="title_word pull-left">
  156. <span class="col-line"></span> 工单处理时间分布
  157. </div>
  158. <div class="time_box pull-right form-inline">
  159. 日期<input type="text" id="tody_time" class="times"/>
  160. </div>
  161. </div>
  162. <!--话务量实时统计-->
  163. <div id="sitProportion" style=" width: 95%;height: 385px;"></div>
  164. </div>
  165. </div>
  166. <!--</div>-->
  167. </div>
  168. <script src="js/ScrollDiv.js"></script>
  169. <script src="js/receiptDepartment.js"></script>
  170. <script src="js/setItervalTime.js"></script>
  171. </body>
  172. </html>