No Description

spotDist.html 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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/init.css" rel="stylesheet" />
  11. <script src="../js/laydate/laydate.js"></script>
  12. <style>
  13. .Shows {
  14. display: block !important;
  15. }
  16. .complain {
  17. display: none;
  18. }
  19. .daoHang {
  20. margin-bottom: 15px;
  21. }
  22. #main1,
  23. #main2 {
  24. width: 788.8px;
  25. margin: 0 auto;
  26. -webkit-box-shadow: 1px 1px 9px 2px #D2D2D2;
  27. box-shadow: 1px 1px 9px 2px #D2D2D2;
  28. background-color: #fff;
  29. padding: 30px 60px 80px 60px;
  30. }
  31. .alignC {
  32. text-align: center;
  33. }
  34. .alignC h2 {
  35. font-family: "宋体";
  36. font-weight: bold;
  37. font-size: 22pt;
  38. letter-spacing: -1px;
  39. }
  40. .headerAlign h3 div:nth-of-type(1) {
  41. font-size: 14pt;
  42. padding-top: 20px;
  43. text-align: left;
  44. font-weight: normal;
  45. margin-left: 48px;
  46. }
  47. #main1 table,
  48. #main2 table {
  49. margin: 0 auto;
  50. width: 600px;
  51. border-collapse: collapse;
  52. font-size: 13pt;
  53. font-family: "仿宋";
  54. }
  55. #main1 table tr,
  56. #main2 table tr {
  57. min-height: 49px;
  58. }
  59. tbody td {
  60. min-width: 10%;
  61. padding: 6px 0 6px 0;
  62. }
  63. .alignC .tableHead {
  64. text-align: center;
  65. padding-left: 10px;
  66. font-weight: 600;
  67. }
  68. .alignC tr>td>span {
  69. display: inline-block;
  70. min-width: 90px;
  71. }
  72. .btn {
  73. margin-top: 4px;
  74. margin-bottom: 4px;
  75. background: #00a1cb;
  76. color: #fff;
  77. }
  78. .time-box {
  79. display: inline-block;
  80. position: relative;
  81. }
  82. .toolLeft input {
  83. padding-right: 30px;
  84. width: 150px;
  85. }
  86. .inpBox {
  87. border: 1px solid #cccccc;
  88. height: 31px;
  89. width: 220px;
  90. display: inline-block;
  91. position: relative;
  92. vertical-align: middle;
  93. position: absolute;
  94. left: 0px;
  95. top: 5px;
  96. z-index: 111;
  97. }
  98. .selDpart1{
  99. position: absolute;
  100. left: 0px;
  101. top: 30px;
  102. z-index: 11111;
  103. width: 220px;
  104. line-height: 30px;
  105. background: #FFFFFF;
  106. display: none;
  107. }
  108. #sponsor{
  109. width: 218px;
  110. border: 1px solid #00a1cb;
  111. margin: 0;
  112. padding: 0;
  113. list-style: none;
  114. max-height: 212px;
  115. overflow-x: hidden;
  116. overflow-y: scroll;
  117. }
  118. #sponsor li{
  119. margin: 0;
  120. padding-left: 10px;
  121. width: 220px;
  122. height: 30px;
  123. line-height: 30px;
  124. list-style: none;
  125. }
  126. #sponsor li:hover{
  127. background: #00a1cb;
  128. }
  129. .addTree {
  130. background: #fff;
  131. position: absolute;
  132. width: 100%;
  133. border: 1px solid darkgrey;
  134. right: 0;
  135. top: 29px;
  136. display: none;
  137. z-index: 222;
  138. }
  139. .xl {
  140. display: inline-block;
  141. background: url(../../img/dropDown.png) no-repeat;
  142. height: 100%;
  143. background-position: center center;
  144. width: 20px;
  145. position: absolute;
  146. right: 0;
  147. top: 0px;
  148. /* background-color: #f7bc8b; */
  149. cursor: pointer;
  150. }
  151. .ztree li span {
  152. border: none;
  153. padding: 0;
  154. }
  155. .inps {
  156. width: 217px !important;
  157. height: 29px !important;
  158. outline: none;
  159. border: 0;
  160. border-image-width: 0;
  161. padding: 0;
  162. padding-left: 3px;
  163. }
  164. .xl {
  165. display: inline-block;
  166. background: url(../img/dropDown.png) no-repeat;
  167. height: 100%;
  168. background-position: center center;
  169. width: 20px;
  170. position: absolute;
  171. right: 0;
  172. top: 0px;
  173. /* background-color: #f7bc8b; */
  174. cursor: pointer;
  175. }
  176. .Cleans {
  177. display: inline-block;
  178. width: 20px;
  179. position: absolute;
  180. right: 21px;
  181. top: 8px;
  182. display: none;
  183. }
  184. </style>
  185. </head>
  186. <body class="gray-bg">
  187. <div class="wrapper wrapper-content animated fadeInRight">
  188. <div class="daoHang clearfix">
  189. <div class="dhLeft">
  190. <sapn>
  191. <i class="syIcon"></i>位置:
  192. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  193. <a href="javaScript:;">业务统计</a>&gt;
  194. <a class="nowPosition">工单报表</a>
  195. </sapn>
  196. </div>
  197. <div class="dhRight">
  198. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  199. </div>
  200. </div>
  201. <div class="Content_box">
  202. <div class="complain Shows">
  203. <div class="tab-content">
  204. <div class="tab-pane fade active in" id="import_from_week">
  205. <div class="toolBar clearfix">
  206. <div class="toolLeft">
  207. <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
  208. <tr>
  209. <th>诉求标题:</th>
  210. <td>
  211. <input type="text" placeholder="输入关键字" id="key" class="Min-width" />
  212. </td>
  213. <th>工单来源:</th>
  214. <td>
  215. <select class="select_" id="source"></select>
  216. </td>
  217. <th>区域:</th>
  218. <td colspan="7">
  219. <select class="select_" id="sourcearea">
  220. </select>
  221. </td>
  222. <th>时间:</th>
  223. <td >
  224. <input type="text" id="starttime" placeholder="请选择7天内的时间" style="height: 32px; width: 200px;" />
  225. </td>
  226. <th>主办单位:</th>
  227. <td style="position: relative; width: 220px;">
  228. <div class="inpBox">
  229. <input type="text" class="inps" onkeyup="darptSearch()"/>
  230. <i class="Cleans fa fa-close"></i>
  231. <i class="xl xl_one"></i>
  232. <div class="addTree xlAdd">
  233. <ul id="addTreeDemo" class="ztree"></ul>
  234. </div>
  235. </div>
  236. <div class="selDpart1">
  237. <ul id="sponsor">
  238. </ul>
  239. </div>
  240. </td>
  241. <td style="text-align: right;">
  242. <botton class="btns Seach">搜索</botton>
  243. </td>
  244. </tr>
  245. </table>
  246. </div>
  247. </div>
  248. <div style="width:90%">
  249. <div id="allmap" style="width:100%;height:600px;"></div>
  250. <input type="hidden" class="store_Lng" value="115.659773"/>
  251. <input type="hidden" class="store_Lat" value="34.395449" />
  252. <input type="hidden" id="PID" />
  253. <input type="hidden" id="Dpment" />
  254. </div>
  255. </div>
  256. </div>
  257. </div>
  258. </div>
  259. </div>
  260. <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=SyRux96r0i0Xue1Qqp0ZPb4uCc8BC6Aw"></script>
  261. <script src="../js/laydate/laydate.js"></script>
  262. <script src="../js/zTree/jquery.ztree.core.js"></script>
  263. <script src="../js/spotDist.js"></script>
  264. </body>
  265. </html>