123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <%@page contentType="text/html" 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="../../../include1.jsp" %>
- <!--引用资源文件,JS CSS-->
- <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="/nwyj/scripts/business/em/report/addDo.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/business/em/report/getRole.js"></script>
- <script type="text/javascript" src="../../../../scripts/business/em/report/report_model.js"></script>
- <script type="text/javascript" src="../../../../scripts/freamwork/com/sinosoft/system/user/LoginInfo.js"></script>
-
- <!-- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.js"></script>
- --> <link href="/nwyj/scripts/freamwork/com/sinosoft/common/searchUtil.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- .deptli{
- list-style-type: none;
- /* font-size: 12px;
- */ float: left;
- }
- body{
- margin:0px;
- padding:0px;
- }
-
- .selectCondi {
- cursor: pointer;
- border: 1px #fca224 solid;
- height: 20px;
- float: left;
- line-height: 20px;
- font-size: 12px;
- padding: 0 5px;
- margin-right: 10px;
- padding-right: 22px;
- }
- label{
- position: relative;
- bottom: 1px;
- }
- .intTd ul li{
- list-style-type: none;
- display:inline;
- margin-right: 10px;
- }
- </style>
- </head>
- <body >
- <div class="box2" id="searchPanel" statusType="none" style="margin: 10px 0;clear: both;">
- <fieldset>
- <table id="tal1">
- <tr id="findint">
- <td class="condiTitle" style="width:10%"><span>选择报表模板:</span></td>
- <td id="intTd" class="intTd"></td>
- <!--
-
- <td id="first_td" style="clear: both;">
- <input type="checkbox" value="R002105430210_系统运行部" id="xtyx" name="model" />
- <label for="xtyx" class="hand">系统运行部</label>
- </td>
-
- <td class="model" style="clear: both;">
- <input type="checkbox" value="R002105430213_安全监管部" id="aqjg" name="model"/>
- <label for="aqjg" class="hand">安全监管部</label>
- </td>
-
- <td class="model" style="clear: both;">
- <input type="checkbox" value="R002105430211_生产设备部" id="scsb" name="model"/>
- <label for="scsb" class="hand">生产设备部</label>
- </td>
-
- <td class="model" style="clear: both;">
- <input type="checkbox" value="R002105430212_市场营销部" id="scyx" name="model"/>
- <label for="scyx" class="hand">市场营销部</label>
- </td>
-
- <td class="model" style="clear: both;">
- <input type="checkbox" value="R002105430222_抢修中心" id="qxzx" name="model"/>
- <label for="qxzx" class="hand">抢修中心</label>
- </td> -->
- </tr>
- </table>
- <table id="tal2" >
- <tr>
- <td width="5%"><span class="condiTitle" style="clear: both;">您已选择:</span></td>
- <td id="selectConditions" colspan="4" >
- <ul></ul>
- </td>
- <td width="5%" style="clear: both;">
- <input type="button" value="查询" id="searchButt" onclick="showModel();"/>
- </td>
- </tr>
- </table>
- </fieldset>
- </div>
- <div style="clear: both;"></div>
- <div class="padding_right5" style="clear: both;">
- <div id="maingrid" style="clear: both;" ></div>
- </div>
- </body>
- </html>
|