reportDetails.jsp
7.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%
String contextPath = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath();
String reportid = request.getParameter("id");
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<%-- <jsp:include page="../jspinc/inceasyui.jsp"></jsp:include> --%>
<title>统计查询</title>
<jsp:include page="projectinclude.jsp"></jsp:include>
<link href="../../css/projecttask/reportDetails.css" rel="stylesheet" />
<script src="../../js/projecttask/reportDetails.js"></script>
<style type="text/css">
.dropdown-submenu {
position: relative;
}
.dropdown-submenu > .dropdown-menu {
left: 158px;
top: -50px;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.jedatebox .jedateym .prev, .jedatebox .jedateym .next{
margin-top: 10px;
}
</style>
</head>
<body>
<div id="nav">
<div class="headbg row m-b-0">
<div class="headbg-logo col-xs-12">
<!-- <img class="head-logo" src="../assets/images/index/logo.png" /> <img
class="div-head-title" src="../assets/images/index/head-title.png"> -->
<!-- <img class="div-head-title mCS_img_loaded" src="../../image/index/title03.png"> -->
<img class="div-head-title mCS_img_loaded documentFormDetail" src="../../image/index/title05_xian.png" style="margin-top: 0px;">
<!-- <span class="ghjbz">图文一体化办公系统</span> -->
</div>
</div>
</div>
<div style="position:absolute;top:100px;bottom:0px;width:100%;overflow: auto;">
<div id="bodyContent" style="position:relative;">
<input id="reportid" type="text" value="<%=reportid%>" hidden="hidden">
<div class="div-first">
<div>
<div id="reportname" class="firstTitle" ></div>
<div id="reportmo"></div>
<div>模板更新时间:<span id="reportTime">2017-04-09 12:15</span></div>
</div>
</div>
<input id="reprotPath" type="text" hidden="hidden">
<div style="margin-top: 50px;">
<div class="secondTitle">条件设置
<img alt="" src="../../image/projecttask/why.png" style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;"/>
</div>
<form name="paraForm" method="post" target="iframeFinereport">
<div class="contentnav">
<div style="margin-left:70px;">
<div style="padding: 20px 0px 0px 0px;color: black;">办结时间:</div>
<div>
<input id="inpstart" type="text" placeholder="开始时间" style="width: 250px;padding-left: 10px;"/>
<span>-</span>
<input id="inpend" type="text" placeholder="结束时间" style="width: 250px;padding-left: 10px;"/>
</div>
<div style="color: black;">建设单位:</div>
<div>
<input id="buildunit" type="text" placeholder="建设单位名称" style="width: 520px;padding-left: 10px;"/>
</div>
<div id="searchHtml">
<!-- <div style="color: black;">建设地址:</div> -->
<!-- <div> -->
<!-- <input type="text" placeholder="建设地址" style="width: 520px;padding-left: 10px;"> -->
<!-- </div> -->
</div>
<div style="padding: 0px 0px 20px 0px;margin-top: 20px;">
<span><a href="javascript:;" onclick="opensearchLayer()" style="font-weight:bold;font-size: 18px;color:#0096eb">+添加条件</a></span>
</div>
</div>
</div>
</form>
</div>
<div style="margin-top: 20px;margin-left: 70px;">
<button class="btn btn-solid" type="button" onclick="searchReport()">
<span class="glyphicon glyphicon-search"></span> 查询
</button>
</div>
<!-- <div style="margin-top: 20px;margin-left: 70px;"> -->
<!-- <button class="btn btn-solid" type="button" onclick="number()"> -->
<!-- <span class="glyphicon glyphicon-search"></span> 页数 -->
<!-- </button> -->
<!-- </div> -->
<div style="margin-top: 30px;margin-left: 70px;">
<div class="tabul">
<ul>
<li style="padding-right:20px;font-weight: bold;color: black;">查询结果</li>
<li style="border-right: 1px solid #ccc;"><img src="../../image/projecttask/shezhi.png" style="width: 18px;height:18px;margin-top: -5px;margin-right: 5px;"/>
<a href="javascript:;" onclick="openLayer()">设置</a>
</li>
<li>
<img src="../../image/projecttask/daoru.png" style="width: 20px;height:20px;margin: -5px 5px 0px 10px;"/>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
导出<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="javascript:;" onclick="exportReportToPDF()">PDF</a></li>
<li class="dropdown-submenu">
<a tabindex="-1" href="#">Excel</a>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="javascript:;" onclick="exportReportToExcel('page')">分页导出</a></li>
<li><a tabindex="-1" href="javascript:;" onclick="exportReportToExcel('simple')">原样导出</a></li>
<li><a tabindex="-1" href="javascript:;" onclick="exportReportToExcel('sheet')">分页分sheet导出</a></li>
</ul>
</li>
<li><a href="javascript:;" onclick="exportReportToWord()">Word</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<!-- <input id="total" hidden="hidden"> -->
<!-- <div id="reportHead" style="width:100%;height:46px;margin-top:10px;background-color:rgb(222, 222, 222);position: absolute;display:none;"> -->
<div id="divFrame" style="width:90%;margin-left: 70px;position:relative;">
<iframe id="iframeFinereport" name="iframeFinereport" frameborder="0"
scrolling="yes" class="tabindex-0" marginwidth="0"
style="width:100%;"></iframe>
<div class="nav-page" id="pageZero" style="margin-top: 100px;display: none;">
<div>
共<span id="total_records"></span>条,共<span id="total_page"></span>页
</div>
<nav style="cursor:pointer;">
<ul class="pagination">
</ul>
</nav>
</div>
</div>
</div>
<!-- <table class="table table-hover" id="datalist" style="table-layout:fixed;margin-top: 10px;"> -->
<!-- <thead> -->
<!-- <tr style="background: #f5f5f5;"> -->
<!-- <th style="padding-left: 70px;">建设单位</th> -->
<!-- <th>证号</th> -->
<!-- <th>办理状态</th> -->
<!-- <th>结束时间</th> -->
<!-- <th>项目编号</th> -->
<!-- <th>登记时间</th> -->
<!-- <th>建设地址</th> -->
<!-- </tr> -->
<!-- </thead> -->
<!-- <tbody></tbody> -->
<!-- </table> -->
</div>
</div>
</body>
</html>