fluctuationLoadInfo.html 12 KB

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