f8da1079310b99739111a5e05034dbb9b1c5afaa.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>重要用户查询</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="<%=path%>/scripts/jquery/plugins/jquery.extension.util.js"></script>
  11. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/common.js"></script>
  12. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
  13. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/frameWork/frameWork.js"></script>
  14. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
  15. <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
  16. <script type="text/javascript" src="<%=path%>/scripts/business/am/org/maintenance/orgSel.js"></script>
  17. <link href="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.css" rel="stylesheet" type="text/css"/>
  18. <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
  19. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/right/userClickNum.js"></script>
  20. <script type="text/javascript" src="../../../../scripts/business/am/customer/customer-poll1.js"></script>
  21. <style type="text/css">
  22. .l-grid-hd-cell{
  23. /* //height: 34px; */
  24. background-color: #5582b9;
  25. height: 40px;
  26. }
  27. .l-grid-hd-cell-text{
  28. font-weight:bold;
  29. color:white
  30. }
  31. </style>
  32. </head>
  33. <body style="background: white">
  34. <div class="box1" id="searchPanel">
  35. <div style="height: 50px;background: #F8F8F8;" align="center"><!-- <a href="javascript:;"><img class="back" onclick="goBack()" align="left" alt="返回" src="/nwyj/images/temp/back.png" /></a> --><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >重要用户信息汇总</font></div>
  36. <form id="queryForm" method="post">
  37. <table width="100%" >
  38. </table>
  39. </form>
  40. </div>
  41. <div class="padding_right5">
  42. <div id="maingrid"></div>
  43. </div>
  44. <!-- <div style="height:500px">
  45. <div class="basicTab" >
  46. <div name="柱状图" style="width:100%;height:100%;">
  47. <div id="main1" style="height:400px;"></div>
  48. </div>
  49. <div name="折线图" style="width:100%;height:100%;">
  50. <div id="main2" style="height:400px;"></div>
  51. </div>
  52. <div name="饼图" style="width:100%;height:100%;">
  53. <div id="main3" style="height:400px;"></div>
  54. </div>
  55. </div>
  56. </div> -->
  57. <br />
  58. <div style="height:500px">
  59. <div class="basicTab" >
  60. <div name="柱状图" style="width:100%;height:100%;">
  61. <table width="100%" >
  62. <tr>
  63. <td align="center">
  64. 类型:<input type="radio" id="male-1" name="zyyhzzt" value="a" checked="checked"//><label for="male-1" class="hand">总体情况</label>
  65. <input type="radio" id="male-2" name="zyyhzzt" value="b" /><label for="male-2" class="hand">供电电源</label>
  66. <input type="radio" id="male-3" name="zyyhzzt" value="c" /><label for="male-3" class="hand">自备应急电源</label>
  67. <input type="radio" id="male-4" name="zyyhzzt" value="d" /><label for="male-4" class="hand">双不满足</label>
  68. </td>
  69. </tr>
  70. </table>
  71. <div id="main1" style="height:400px;"></div>
  72. </div>
  73. <div name="折线图" style="width:100%;height:100%;">
  74. <div id="main2" style="height:400px;"></div>
  75. </div>
  76. <div name="饼图" style="width:100%;height:100%;">
  77. <div id="main3" style="height:400px;"></div>
  78. </div>
  79. </div>
  80. </div>
  81. </body>
  82. </html>