printYwpjtj.jsp
6.66 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<title>业务评价统计</title>
<meta name="decorator" content="default" />
<script language="javascript" src="${ctxStatic}/lodop/LodopFuncs.js" type="text/javascript"></script>
<object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width=0 height=0>
<embed id="LODOP_EM" type="application/x-print-lodop" width=0 height=0></embed>
</object>
<script type="text/javascript">
$(document).ready(function() {
});
</script>
<style type="text/css">
*{padding:0;margin:0;}
caption{font-size:14px;font-weight:bold;}
table{border-collapse:collapse; margin-top:0px;}
/* table{ border:1px #525152 solid;width:50%;margin:0 auto;margin-top:0px;} */
th,td{border:1px #525152 solid;text-align:center;font-size:12px;line-height:30px;}
th{width: 100px;}
/*模拟对角线*/
.out{
border-top:50px #D6D3D6 solid;/*上边框宽度等于表格第一行行高*/
width:0px;/*让容器宽度为0*/
height:0px;/*让容器高度为0*/
border-left:100px #BDBABD solid;/*左边框宽度等于表格第一行第一格宽度*/
position:relative;/*让里面的两个子容器绝对定位*/
}
b{font-style:normal;display:block;position:absolute;top:-50px;left:-65px;width:70px;}
em{font-style:normal;display:block;position:absolute;top:-30px;left:-95px;width:90x;}
.officeName{
width: 50px;
}
.tableTd{
line-height: 0px;
}
.userMsgTB{
width: 100%;
}
.userId{
display: none;
}
.username{
width: 49px;
}
.myCount{
width: 88px;
}
.ybCount{
width: 88px;
}
.bmyCount{
width: 89px;
}
.total{
width: 89px;
}
.myl{
width: 88px;
}
</style>
</head>
<body>
<sys:message content="${message}" />
<div align="left"><label class="control-label" ></label></div><br>
<div align="center" style="font-size: 26px; font-weight: bold" style="font-family:宋体">
<c:if test="${flag eq '2'}">
<h3>${qssj} 至 ${jssj} 不动产登记业务员评价统计</h3>
</c:if>
<c:if test="${flag eq '1'}">
<h3>${qssj} 不动产登记业务员评价统计</h3>
</c:if>
</div>
<br/>
<br/>
<div class="control-group" align="center">
<fieldset>
<table border="1" cellpadding="3" cellspacing="0" style="font-family:宋体;margin:0 auto;" width="550px">
<tr>
<th colspan="2">
<div class="out">
<b>评价统计</b>
<em>部门人员</em>
</div>
</th>
<th>好评</th>
<th>中评</th>
<th>差评</th>
<th>总计</th>
<th>好评率</th>
</tr>
<tr>
<td class="officeName">权证科</td>
<td colspan="6" class="tabelTd">
<table class="userMagTB" frame="void"> <!-- -->
<%-- <c:forEach items="${userList1}" var="userMap1">
<c:forEach items="${userMap1}" var="user1">
<tr>
<td class="userId">${user1.value}</td>
<td class="username">${user1.value}</td>
<td class="myCount">${user1.value}</td>
<td class="myCount">${user1.value}</td>
<td class="myCount">${user1.value}</td>
<td class="myCount">${user1.value}</td>
<td class="myCount">${user1.value}</td>
</tr>
</c:forEach>
</c:forEach> --%>
<c:forEach items="${userList1}" var="user1">
<tr>
<td class="userId">${user1.userId}</td>
<td class="username">${user1.username}</td>
<td class="myCount">${user1.myCount}</td>
<td class="ybCount">${user1.ybCount}</td>
<td class="bmyCount">${user1.bmyCount}</td>
<td class="total">${user1.total}</td>
<td class="myl">${user1.myl}</td>
</tr>
</c:forEach>
</table>
</td>
</tr>
<tr>
<td class="officeName">抵押科</td>
<td colspan="6" class="tabelTd">
<table class="userMagTB" frame="void">
<c:forEach items="${userList2}" var="user2">
<tr>
<td class="userId">${user2.userId}</td>
<td class="username">${user2.username}</td>
<td class="myCount">${user2.myCount}</td>
<td class="ybCount">${user2.ybCount}</td>
<td class="bmyCount">${user2.bmyCount}</td>
<td class="total">${user2.total}</td>
<td class="myl">${user2.myl}</td>
</tr>
</c:forEach>
</table>
</td>
</tr>
<tr>
<td class="officeName">预告科</td>
<td colspan="6" class="tabelTd">
<table class="userMagTB" frame="void">
<c:forEach items="${userList3}" var="user3">
<tr>
<td class="userId">${user3.userId}</td>
<td class="username">${user3.username}</td>
<td class="myCount">${user3.myCount}</td>
<td class="ybCount">${user3.ybCount}</td>
<td class="bmyCount">${user3.bmyCount}</td>
<td class="total">${user3.total}</td>
<td class="myl">${user3.myl}</td>
</tr>
</c:forEach>
</table>
</td>
</tr>
<tr>
<td class="officeName">银行网点</td>
<td colspan="6" class="tabelTd">
<table class="userMagTB" frame="void">
<c:forEach items="${userList4}" var="user4">
<tr>
<td class="userId">${user4.userId}</td>
<td class="username">${user4.username}</td>
<td class="myCount">${user4.myCount}</td>
<td class="ybCount">${user4.ybCount}</td>
<td class="bmyCount">${user4.bmyCount}</td>
<td class="total">${user4.total}</td>
<td class="myl">${user4.myl}</td>
</tr>
</c:forEach>
</table>
</td>
</tr>
<tr>
<td class="officeName">更正异议查封科</td>
<td colspan="6" class="tabelTd">
<table class="userMagTB" frame="void">
<c:forEach items="${userList5}" var="user5">
<tr height="60px">
<td class="userId">${user5.userId}</td>
<td class="username">${user5.username}</td>
<td class="myCount">${user5.myCount}</td>
<td class="ybCount">${user5.ybCount}</td>
<td class="bmyCount">${user5.bmyCount}</td>
<td class="total">${user5.total}</td>
<td class="myl">${user5.myl}</td>
</tr>
</c:forEach>
</table>
</td>
</tr>
</table>
</fieldset>
</div>
<br/>
<br/>
<style type="text/css" media=print>.noprint {display : none }</style>
<div class="noprint" align="center">
<input type=button name=show value="打印" onclick="javascript:window.print(); ">
<input onclick =" javascript:window.close();" type=button value="关闭" name= close>
</div>
</body>
</html>