123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>重要用户查询</title>
- <!--框架必需start-->
- <%@include file="../../../include.jsp" %>
- <!--框架必需end-->
- <script type="text/javascript" src="<%=path%>/scripts/jquery/plugins/jquery.extension.util.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/common.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/frameWork/frameWork.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
- <script type="text/javascript" src="<%=path%>/scripts/business/am/org/maintenance/orgSel.js"></script>
- <link href="<%=path%>/scripts/freamwork/com/sinosoft/common/searchUtil.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/right/userClickNum.js"></script>
- <script type="text/javascript" src="../../../../scripts/business/am/customer/customer-poll1.js"></script>
- <style type="text/css">
- .l-grid-hd-cell{
- /* //height: 34px; */
- background-color: #5582b9;
- height: 40px;
- }
- .l-grid-hd-cell-text{
- font-weight:bold;
- color:white
- }
- </style>
- </head>
- <body style="background: white">
- <div class="box1" id="searchPanel">
- <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>
- <form id="queryForm" method="post">
- <table width="100%" >
- </table>
- </form>
- </div>
- <div class="padding_right5">
- <div id="maingrid"></div>
- </div>
-
- <!-- <div style="height:500px">
- <div class="basicTab" >
- <div name="柱状图" style="width:100%;height:100%;">
- <div id="main1" style="height:400px;"></div>
- </div>
- <div name="折线图" style="width:100%;height:100%;">
- <div id="main2" style="height:400px;"></div>
- </div>
- <div name="饼图" style="width:100%;height:100%;">
- <div id="main3" style="height:400px;"></div>
- </div>
- </div>
- </div> -->
- <br />
- <div style="height:500px">
- <div class="basicTab" >
-
- <div name="柱状图" style="width:100%;height:100%;">
- <table width="100%" >
- <tr>
- <td align="center">
- 类型:<input type="radio" id="male-1" name="zyyhzzt" value="a" checked="checked"//><label for="male-1" class="hand">总体情况</label>
- <input type="radio" id="male-2" name="zyyhzzt" value="b" /><label for="male-2" class="hand">供电电源</label>
- <input type="radio" id="male-3" name="zyyhzzt" value="c" /><label for="male-3" class="hand">自备应急电源</label>
- <input type="radio" id="male-4" name="zyyhzzt" value="d" /><label for="male-4" class="hand">双不满足</label>
- </td>
- </tr>
- </table>
- <div id="main1" style="height:400px;"></div>
- </div>
-
- <div name="折线图" style="width:100%;height:100%;">
- <div id="main2" style="height:400px;"></div>
- </div>
- <div name="饼图" style="width:100%;height:100%;">
- <div id="main3" style="height:400px;"></div>
- </div>
- </div>
- </div>
- </body>
- </html>
|