fluctuationLoadInfo.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>负荷波动情况统计</title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=8" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" type="text/css" href="http://static.vbdsm.com/css/bootstrap.min.css" />
  8. <link href="http://static.vbdsm.com/js/lib/easyui/themes/vber/easyui.css" rel="stylesheet" type="text/css" />
  9. <link href="http://static.vbdsm.com/css/style.css" rel="stylesheet" type="text/css" />
  10. <link rel="stylesheet" type="text/css" href="http://static.vbdsm.com/js/lib/easyui/themes/icon.css" />
  11. <link rel="stylesheet" type="text/css" href="http://static.vbdsm.com/js/lib/loadmask/jquery.loadmask.css" />
  12. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js"></script>
  13. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/underscore-min.js"></script>
  14. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/echarts/build/dist/echarts.js"></script>
  15. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/zrender/js/jquery.js"></script>
  16. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/zrender/js/esl/esl.js"></script>
  17. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/highcharts/highcharts.js"></script>
  18. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/easyui/jquery.easyui.min.js"></script>
  19. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/easyui/locale/easyui-lang-zh_CN.js"></script>
  20. <script type="text/javascript" src="http://static.vbdsm.com/js/lib/loadmask/jquery.loadmask.min.js"></script>
  21. <script type="text/javascript" src="http://static.vbdsm.com/js/static.support.js"></script>
  22. <script type="text/javascript" src="http://static.vbdsm.com/js/easyui.support.js"></script>
  23. <script type="text/javascript" src="http://static.vbdsm.com/js/common.tools.js"></script>
  24. <script type="text/javascript" src="http://static.vbdsm.com/js/util.js"></script>
  25. <script src="/system/lang/platformAnalyse/config.json?script=1&auth_cid="></script>
  26. <script src="/js/geoJson/china-main-city/china-main-city-map.js"></script>
  27. <style type="text/css">
  28. body {
  29. font-family: "微软雅黑";
  30. }
  31. * {
  32. margin: 0px;
  33. padding: 0px;
  34. }
  35. td,
  36. th {
  37. padding: 2px;
  38. }
  39. dl {
  40. margin-top: 0;
  41. margin-bottom: 0px;
  42. }
  43. hr {
  44. margin-top: 7px;
  45. margin-bottom: 7px;
  46. border: 0;
  47. }
  48. #menu_left * {
  49. vertical-align: middle;
  50. }
  51. #detail td {
  52. height: 30px;
  53. line-height: 30px;
  54. color: #74b8f0;
  55. font-size: 15px;
  56. }
  57. #content {
  58. padding: 10px;
  59. }
  60. #content a {
  61. text-decoration: none;
  62. }
  63. #content th {
  64. height: 33px;
  65. line-height: 33px;
  66. font-size: 12px;
  67. border: thin solid #ddd;
  68. }
  69. #content td {
  70. height: 26px;
  71. line-height: 26px;
  72. font-size: 12px;
  73. border-bottom: thin solid #ddd;
  74. border-left: thin solid #ddd;
  75. border-right: thin solid #ddd;
  76. }
  77. .normal {
  78. text-align: center;
  79. }
  80. .normal_left {
  81. text-align: left;
  82. }
  83. .other {
  84. text-align: center;
  85. background-color: #eee;
  86. }
  87. .other_left {
  88. text-align: left;
  89. background-color: #eee;
  90. }
  91. .maxbox {
  92. width: 140px;
  93. height: 240px;
  94. border: 1px solid #dedede;
  95. float: right;
  96. margin-top: 10px;
  97. }
  98. .maxbox > div {
  99. width: 140px;
  100. height: 120px;
  101. background-color: #fff;
  102. position: relative;
  103. box-sizing: border-box;
  104. padding: 15px;
  105. }
  106. .maxbox > div.dis {
  107. background-color: #f2f2f2;
  108. }
  109. .maxbox > div.today .tit {
  110. font-weight: bold;
  111. font-size: 13px;
  112. }
  113. .maxbox > div dl {
  114. color: #878787;
  115. padding-top: 5px;
  116. }
  117. .maxbox > div dl dd {
  118. color: #000;
  119. font-weight: bold;
  120. font-size: 12px;
  121. }
  122. .maxbox > div.today.dis .tit {
  123. background: url(images/jintian-dis.png);
  124. }
  125. .maxbox > div.yesterday .tit {
  126. font-weight: bold;
  127. font-size: 13px;
  128. }
  129. .nodata {
  130. font-size: 12px;
  131. margin-top: 30px;
  132. text-align: center;
  133. }
  134. </style>
  135. <script type="text/javascript" charset="UTF-8"></script>
  136. </head>
  137. <body id="flu_body">
  138. <div data-options="region:'center'" style="overflow-x: hidden; min-width: 890px; border: solid 1px #99bbe8" id="center">
  139. <div class="container" style="width: 100%; min-width: 890px; min-height: 570px; border-top: 1px solid #c3c3c3; background-image: url('http://static.vbdsm.com/images/mapbg.jpg'); background-size: 100% 100%">
  140. <div class="row" style="min-width: 890px">
  141. <div class="col-xs-6">
  142. <!-- 地图 -->
  143. <div id="main" style="margin-left: 5px; position: relative; overflow: hidden; width: 500px; height: 400px; margin-top: 50px; float: left"></div>
  144. </div>
  145. <div class="col-xs-6">
  146. <!-- 总览信息-->
  147. <div id="detail1" style="overflow: hidden; width: 480px; height: 550px; float: right; margin-right: 10px">
  148. <div style="width: 100%; height: 265px; background-color: white; margin-top: 10px; border-radius: 5px">
  149. <div style="margin-top: 10px; width: 90%; height: 35px; border-bottom: 2px solid #74b8f0; margin-left: 5%; vertical-align: baseline; color: #74b8f0; font-size: 24px" align="center" id="title">全国运行情况</div>
  150. <div id="show1" style="margin-top: 10px; border-right: 2px solid #cccccc; height: 210px; width: 220px; margin-left: 5%; float: left">
  151. <div id="container1" style="height: 100%; width: 100%"></div>
  152. </div>
  153. <div style="margin-top: 10px; height: 180px; width: 190px; float: left">
  154. <table id="detail" cellspacing="0" cellpadding="0">
  155. <tr>
  156. <td align="left">&nbsp;监测用户:<span id="customer"></span></td>
  157. </tr>
  158. <tr>
  159. <td align="left">&nbsp;监测容量:<span id="total"></span></td>
  160. </tr>
  161. <tr>
  162. <td align="left">&nbsp;监测点数量:<span id="totalCount"></span></td>
  163. </tr>
  164. <tr id="show4">
  165. <td align="left">&nbsp;运行异常数量:<span id="NotonlineCount"></span></td>
  166. </tr>
  167. </table>
  168. </div>
  169. </div>
  170. <div style="width: 100%; height: 265px; background-color: white; margin-top: 10px; display: none; border-radius: 5px" id="cityContainer">
  171. <div style="margin-top: 10px; width: 90%; height: 35px; border-bottom: 2px solid #74b8f0; margin-left: 5%; vertical-align: baseline; color: #74b8f0; font-size: 24px" align="center" id="title1">全省运行情况</div>
  172. <div id="show2" style="margin-top: 10px; border-right: 2px solid #cccccc; height: 210px; width: 220px; margin-left: 5%; float: left">
  173. <div id="container2" style="height: 100%; width: 100%"></div>
  174. </div>
  175. <div style="margin-top: 10px; height: 180px; width: 190px; float: left">
  176. <table id="detail" cellspacing="0" cellpadding="0">
  177. <tr>
  178. <td align="left">&nbsp;监测用户:<span id="customer1"></span></td>
  179. </tr>
  180. <tr>
  181. <td align="left">&nbsp;监测容量:<span id="total1"></span></td>
  182. </tr>
  183. <tr>
  184. <td align="left">&nbsp;监测点数量:<span id="totalCount1"></span></td>
  185. </tr>
  186. <tr id="show3">
  187. <td align="left">&nbsp;运行异常数量:<span id="NotonlineCount1"></span></td>
  188. </tr>
  189. </table>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. </div>
  196. <div id="menu_left" style="padding: 2px; background-color: #eee; border-bottom: solid 1px #ddd; min-width: 796px">
  197. <input type="hidden" id="currentProName" />
  198. <input type="hidden" id="currentCName" />
  199. <input type="hidden" id="currentDisName" /> &nbsp;日期1: <input id="date1" class="easyui-datebox" style="width: 100px" /> &nbsp;日期2: <input id="date2" class="easyui-datebox" style="width: 100px" /> &nbsp;日期3:
  200. <input id="date3" class="easyui-datebox" style="width: 100px" />
  201. <span>&nbsp;地区:</span>
  202. <!-- <input id="area1" /> -->
  203. <input id="area2" />
  204. <input id="area3" />
  205. <div style="display: inline-block">
  206. <span>&nbsp;行业:</span>
  207. <input id="industry" />
  208. </div>
  209. <div style="display: inline-block">
  210. <span>&nbsp;行业2:</span>
  211. <input id="industry2" />
  212. <a id="btnQuery" href="javascript:void(0)" class="easyui-linkbutton" title="查询信息" iconCls="icon-search">查询</a>
  213. </div>
  214. </div>
  215. <div>
  216. <div id="chartdiv" style="min-height: 300px; float: left"></div>
  217. <div class="maxbox">
  218. <div class="today" style="cursor: pointer" title="点击查看该时间点各企业负荷的波动情况">
  219. <input type="hidden" class="todayTime" />
  220. <div class="tit" id="firstDate"></div>
  221. <dl>
  222. <dt>最大波动负荷</dt>
  223. <dd></dd>
  224. </dl>
  225. <dl class="shijie">
  226. <dt>最大波动时间</dt>
  227. <dd></dd>
  228. </dl>
  229. </div>
  230. <div class="yesterday dis" style="cursor: pointer" title="点击查看该时间点各企业负荷的波动情况">
  231. <input type="hidden" class="yesterdayTime" />
  232. <div class="tit" id="secondDate"></div>
  233. <dl>
  234. <dt>最大波动负荷</dt>
  235. <dd></dd>
  236. </dl>
  237. <dl class="shijie">
  238. <dt>最大波动时间</dt>
  239. <dd></dd>
  240. </dl>
  241. </div>
  242. </div>
  243. <div style="clear: both"></div>
  244. </div>
  245. <div id="infoMap" class="infoBox" style="text-align: center; padding: 10px; padding-right: 160px; font-size: 12px; color: #333; font-weight: bold"></div>
  246. </div>
  247. <div id="win">
  248. <table border="0" cellspacing="0" cellpadding="0" style="width: 100%" id="content"></table>
  249. </div>
  250. <script>
  251. $(document).ready(function () {
  252. var bodyWidth = $("body").width()
  253. $("#chartdiv").width(bodyWidth - 165)
  254. })
  255. $(window).resize(function () {
  256. var bodyWidth = $("body").width()
  257. $("#chartdiv").width(bodyWidth - 165)
  258. })
  259. </script>
  260. <script type="text/javascript" src="./js/fluctuationLoadInfo.js"></script>
  261. </body>
  262. </html>