123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <%@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="<%=path%>/scripts/freamwork/com/sinosoft/common/common.nomin.js"></script>
- <script type="text/javascript" src="../../../../../scripts/business/am/resource/resources/external_resources-poll.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
- }
- .class_color{
- background-color: rgb(237, 239, 253);
- }
- .bd{
- width: 978px;
- margin-top:10px
- }
- .title{
- height: 50px;
- /* background: #F8F8F8; */
- border-style:solid;
- border-width:1px;
- border-right:1px;
- border-left:1px;
- border-top:1px;
- border-color:#cdcaca;
- }
- .title_font{
- font-weight: bold;
- font-size: 24px;
- line-height: 45px;
- color:#3e62a0;
- }
- .button_jl{
- margin:0px 20px 10px 0px;
- float:right;
- }
- .td-move{
- padding: 10px 5px 0px 0px;
- }
- .back{
- margin:10px 0px 10px 15px;
- }
- </style>
- <script type="text/javascript">
- $(function(){
- var zNodes1 = {"treeNodes":[{ "id":"0","name":"全选","open":"true","clickExpand":true},{ "parentId":"0", "id":"GRFHZB", "name":"个人防护装备"},{ "parentId":"0", "id":"SMJZZB", "name":"生命救助装备"},{ "parentId":"0", "id":"LSSSZB", "name":"临时食宿装备"},{ "parentId":"0", "id":"FDZB", "name":"发电装备"},
- { "parentId":"0", "id":"ZMZB", "name":"照明装备"},{ "parentId":"0", "id":"TXZB", "name":"通信装备"},{ "parentId":"0", "id":"JTYSZB", "name":"交通运输装备"},{ "parentId":"0", "id":"GCZB", "name":"工程装备"},{ "parentId":"0", "id":"WRQLZB", "name":"污染清理装备"},
- { "parentId":"0", "id":"GCCL", "name":"工程材料"},{ "parentId":"0", "id":"DIAOCHE", "name":"吊车"},{ "parentId":"0", "id":"CHACHE", "name":"叉车"},{ "parentId":"0", "id":"WJJ", "name":"挖掘机"},{ "parentId":"0", "id":"HUOCHE", "name":"货车"},{ "parentId":"0", "id":"TTJ", "name":"推土机"}]};
- $("#RESOURCE_TYPE_283").data("data",zNodes1);
- $("#RESOURCE_TYPE_283").render();
-
- $("#SUB_UNIT_283").OrgSel({selectedMulti : true,loadId_in:deptname,loadCorp:"loadCorp"});
-
- $("#back").hover(function(){
- $(this).attr("src","/nwyj/images/temp/back_hover.png");
- },function(){
- $(this).attr("src","/nwyj/images/temp/back.png");
- });
- })
- </script>
- </head>
-
- <body class="bd" align="center" >
- <div id="searchPanel" style="border: 1px solid #cdcaca;background: white;">
- <div class="title" align="center">
- <a href="javascript:;">
- <img id="back" class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" title="返回" onclick="window.history.back()"></img>
- </a>
- <font class="title_font">外部应急资源信息统计</font>
- </div>
-
- <form id="queryForm" method="post">
-
- <fieldset style="margin: 10px 20px 10px 20px;border-color:#cdcaca;">
- <table>
- <tr>
- <td align="right" width="80px">类型:</td>
- <td width="280px">
- <div class="selectTree selectWidth" id="RESOURCE_TYPE_283" name="RESOURCE_TYPE_283" multiMode="true" selWidth="365" allSelectable="true" exceptParent="true" prompt="请选择" keepDefaultStyle="true"></div>
- </td>
- </tr>
- <tr>
- <td align="right">所属单位:</td>
- <td><div id="SUB_UNIT_283" style="width:400px"></div></td>
- </tr>
- </table>
- </fieldset>
- <div class="button_jl">
- <button id='printButt1' type="button" onclick="getCount();"><span class="print_tem">统计</span></button>
- <button id="send1" type="button" onclick="resetSearch();"><span class="export_tem">重置</span></button>
- <!-- <button id='printButt' type="button" onclick="getTimeValue();"><span class="print_tem">打印</span></button> -->
- <button id="send" type="button" onclick="export_report();"><span class="export_tem">导出</span></button>
- </div>
- </form>
- <br />
- <div style="margin:0px 20px 10px 20px;">
- <div id="maingrid" style="margin: 0; padding: 0"></div>
- </div>
- <fieldset style="border-color:#cdcaca;margin:10px 20px 20px 20px">
- <div style="height:450px">
- <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>
- </fieldset>
- </div>
- </body>
- </html>
|