虞城12345_前端

receiptDepartment.html 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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">
  77. 日期<input type="text" id="phone_time" class="times"/>
  78. </div>
  79. <!--<div class="time_box pull-right form-inline selects_box">
  80. 筛选<select name="" class="selects" id="">
  81. <option value="">全部</option>
  82. <option value="">已审核</option>
  83. <option value="">未审核</option>
  84. <option value="">未审核</option>
  85. <option value="">未审核</option>
  86. </select>
  87. </div>-->
  88. </div>
  89. <div id="phoneTimeCount" style="width: 100%;height: 400px;"></div>
  90. </div>
  91. <!--<div class="row">-->
  92. <div class="phone_bottom clearfix">
  93. <div class="bottom_left pull-left">
  94. <div class="legend_bar clearfix">
  95. <div class="title_word pull-left">
  96. <span class="col-line"></span> 各部门受理工单情况统计
  97. </div>
  98. <div class="pull-right form-inline" style="color: #FFFFFF; margin-right: 40px;">
  99. 部门 :<select class="selects" id="dep"></select>
  100. </div>
  101. </div>
  102. <!--各部门受理工单情况统计-->
  103. <!--<div id="phoneTimeCount" style="width: 100%;height: 390px;"></div>-->
  104. <div class="table_box" style="width: 100%;height: 390px;">
  105. <table class="table">
  106. <colgroup>
  107. <col style="width: 120px;"/>
  108. <col/>
  109. </colgroup>
  110. <thead class="thead">
  111. <tr>
  112. <td>部门名称</td>
  113. <td>咨询</td>
  114. <td>求助</td>
  115. <td>建议</td>
  116. <td>表扬</td>
  117. <td>其他</td>
  118. <td>合计工单</td>
  119. <td>占比</td>
  120. </tr>
  121. </thead>
  122. </table>
  123. <div id="scroll_table" style="width: 100%;height: 300px; overflow: hidden;">
  124. <table class="table">
  125. <colgroup>
  126. <col style="width: 120px;"/>
  127. <col/>
  128. </colgroup>
  129. <tbody>
  130. <!-- <tr>
  131. <td>市公安局</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_color1">0</span></td>
  136. <td><span class="text_color1">0</span></td>
  137. <td><span class="text_color2">0</span></td>
  138. <td><span class="text_color3">0%</span></td>
  139. </tr>
  140. <tr>
  141. <td>市公安局</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_color1">0</span></td>
  146. <td><span class="text_color1">0</span></td>
  147. <td><span class="text_color2">0</span></td>
  148. <td><span class="text_color3">0%</span></td>
  149. </tr> -->
  150. </tbody>
  151. </table>
  152. </div>
  153. </div>
  154. </div>
  155. <div class="bottom_right pull-left">
  156. <div class="legend_bar clearfix">
  157. <div class="title_word pull-left">
  158. <span class="col-line"></span> 工单处理时间分布
  159. </div>
  160. </div>
  161. <!--话务量实时统计-->
  162. <div id="sitProportion" style=" width: 95%;height: 385px;"></div>
  163. </div>
  164. </div>
  165. <!--</div>-->
  166. </div>
  167. <script src="js/ScrollDiv.js"></script>
  168. <script src="js/receiptDepartment.js"></script>
  169. <script src="js/setItervalTime.js"></script>
  170. </body>
  171. </html>