6169800da8cb04ce1c048bd98df6ad8d61a5e848.svn-base
19 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<%@ 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>
<script type="text/javascript" src="${ctxStatic}/jquery/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="${ctxStatic}/jquery/qrcode.js"></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">
var mapinfo;
var info="${YWH}";
$(document).ready(function() {
//单击行选中是事件
if("${isdz}" == "0"){
$("tbody > tr").bind("click",function(){
$(this).find('input:radio').prop('checked', true);
var id = $(this).find('input:radio').attr('id');
$.ajax({
type:"POST", //请求方式
url:"${ctx}/reg/bus/regBusBdcqzsdjxx/getPrintData", //请求路径
cache: false, //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
data:"ywh=${YWH}&id="+id+"&szmc=${szmc}", //传参
async:false,
success:function(modelmap){
mapinfo = modelmap.data;
}
});
})
}
});
function page(n,s){
$("#pageNo").val(n);
$("#pageSize").val(s);
$("#searchForm").submit();
return false;
}
</script>
<script type="text/javascript">
window.onload = function() {
//改变 已打印的 行颜色
$("#contentTable > tbody").find("tr").each(function(){
var ret = $(this).find('input:hidden').attr('id');
if(ret == "1"){
$(this).find("td").attr("style","background-color:#00CED1;");
}
});
//如果是出大证,直接从后台取数据过来,不用选择后再打印
if("${isdz}" == "1"){
$.ajax({
type:"POST", //请求方式
url:"${ctx}/reg/bus/regBusBdcqzsdjxx/getPrintDataOfdz", //请求路径
cache: false, //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
data:"ywh=${YWH}&szmc=${szmc}", //传参
async:false,
success:function(modelmap){
mapinfo = modelmap.data;
}
});
}
};
var LODOP; //声明为全局变量
var LODOP1;
var LODOP2;
function view_zm() {
init_zm();
LODOP.SET_SHOW_MODE("BKIMG_IN_PREVIEW",1);
LODOP.PREVIEW();
}
function init_zm() {
// //生成二维码
// var content = utf16to8(info);
// var qr = qrcode(7, 'M');
// qr.addData(content);
// qr.make();
updateIsPrint(mapinfo.id);
LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
LODOP.PRINT_INIT("打印不动产权证明");
//LODOP.PRINT_INITA(1,1,1125,792,"打印不动产权证明");
//纸张类型名, intPageWidth等于零时本参数才有效,具体名称参见操作系统打印服务属性中的格式定义。
LODOP.SET_PRINT_PAGESIZE(2, "792px", "1125px", "");
LODOP.ADD_PRINT_SETUP_BKIMG("<img border='0' src='${ctxStatic}/images/bdcqzm.jpg'>");
LODOP.SET_PRINT_STYLE("FontSize",11);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(103,925,95,25,mapinfo.dh);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(105,635,52,24,mapinfo.zyear);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(100,715,84,28,mapinfo.qxdm);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(159,750,266,28,mapinfo.sx);
LODOP.ADD_PRINT_TEXT(207,750,266,28,mapinfo.qlrmc);
if(mapinfo.ywrmc != null && mapinfo.ywrmc != undefined && mapinfo.ywrmc != ""){
if(mapinfo.ywrmc.length <= 18){
LODOP.ADD_PRINT_TEXT(253,750,266,28,mapinfo.ywrmc);
}else {
LODOP.ADD_PRINT_TEXT(248,750,286,42,mapinfo.ywrmc);
}
}
if(mapinfo.zl.length <= 18){
LODOP.ADD_PRINT_TEXT(302,750,286,42,mapinfo.zl);
}else if(mapinfo.zl.length > 18 && mapinfo.zl.length <= 36){
LODOP.ADD_PRINT_TEXT(295,750,286,42,mapinfo.zl);
}else if(mapinfo.zl.length > 36 && mapinfo.zl.length <= 54){
LODOP.ADD_PRINT_TEXT(288,750,286,42,mapinfo.zl);
}else{
LODOP.ADD_PRINT_TEXT(288,750,310,45,mapinfo.zl);
}
var Begin = (mapinfo.bdcdyh).substr(0,6);
var second = (mapinfo.bdcdyh).substr(6,6);
var middle = (mapinfo.bdcdyh).substr(12,7);
var end = (mapinfo.bdcdyh).substr(19,23);
var bdcdyh = Begin+" "+second+" "+middle+" "+end;
LODOP.ADD_PRINT_TEXT(353,750,266,28,bdcdyh);
if(mapinfo.qt == '1'){
if(mapinfo.djlx == '803' || mapinfo.djlx == '806' || mapinfo.djlx == '812'
|| mapinfo.djlx == '609' || mapinfo.djlx == '810' || mapinfo.djlx == '811' || mapinfo.djlx == '809'){
LODOP.ADD_PRINT_TEXT(399,751,266,200,mapinfo.htbh+String.fromCharCode(13)+mapinfo.jzmj);
}else{
LODOP.ADD_PRINT_TEXT(399,751,266,200,mapinfo.htbh+String.fromCharCode(13)+mapinfo.bdbzqse
+String.fromCharCode(13)+mapinfo.jzmj+String.fromCharCode(13)+mapinfo.zwqx);
}
}else if(mapinfo.qt == '2'){
LODOP.ADD_PRINT_TEXT(399,750,266,200,mapinfo.bdcqzs+String.fromCharCode(13)+mapinfo.dyfs
+String.fromCharCode(13)+mapinfo.bdbzqse+String.fromCharCode(13)+mapinfo.zwqx);
}else if(mapinfo.qt == '5'){//只针对房屋异议需要出证明
LODOP.ADD_PRINT_TEXT(399,751,266,200,mapinfo.fwjg+String.fromCharCode(13)
+mapinfo.fwzcs+String.fromCharCode(13)+mapinfo.fwjgsj+String.fromCharCode(13)+mapinfo.gyr);
}else{
LODOP.ADD_PRINT_TEXT(399,750,266,121,mapinfo.qt);
}
LODOP.ADD_PRINT_TEXT(561,750,275,190,mapinfo.fj);
// LODOP.ADD_PRINT_IMAGE(490,150,110,110,qr.createImgTag());//二维码
LODOP.ADD_PRINT_TEXT(562,305,45,25,mapinfo.yearStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(562,377,25,25,mapinfo.monthStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(562,425,25,25,mapinfo.dayStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(102,585,34,28,"陕");
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
var n = $("#pageNo").val();
var s = $("#pageSize").val();
url = "${ctx}/reg/bus/regBusBdcqzsdjxx/printCertificate?ywh=${YWH}&n="+n+"&s="+s;
window.location.href=url;
// window.location.reload();
}
//二维码乱码处理
function utf16to8(str) {
var out, i, len, c;
out = "";
len = str.length;
for (i = 0; i < len; i++) {
c = str.charCodeAt(i);
if ((c >= 0x0001) && (c <= 0x007F)) {
out += str.charAt(i);
} else if (c > 0x07FF) {
out += String.fromCharCode(0xE0 | ((c >> 12) & 0x0F));
out += String.fromCharCode(0x80 | ((c >> 6) & 0x3F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
} else {
out += String.fromCharCode(0xC0 | ((c >> 6) & 0x1F));
out += String.fromCharCode(0x80 | ((c >> 0) & 0x3F));
}
}
return out;
}
//打印不动产证书第一页
function view_zs1() {
init_zs1();
LODOP.SET_SHOW_MODE("BKIMG_IN_PREVIEW",1);
LODOP.PREVIEW();
}
function design_zs1() {
init_zs1();
LODOP.PRINT_DESIGN();
}
function init_zs1() {
// //生成二维码
// var content = utf16to8(info);
// var qr = qrcode(7, 'M');
// qr.addData(content);
// qr.make();
LODOP= getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
LODOP.PRINT_INIT("打印不动产权证书第一页");
//LODOP.PRINT_INITA(14,11,1266,910,"不动产权证书第一页");
LODOP.SET_PRINT_PAGESIZE(2, "910px", "1266px", "");
LODOP.ADD_PRINT_SETUP_BKIMG("<img border='0' src='${ctxStatic}/images/bdcqzs1.jpg'>");
LODOP.SET_PRINT_STYLE("FontSize",11);
// LODOP.ADD_PRINT_IMAGE(540,800,110,110,qr.createImgTag());//二维码
LODOP.ADD_PRINT_TEXT(600,947,53,25,mapinfo.yearStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(600,1025,33,25,mapinfo.monthStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(600,1081,33,25,mapinfo.dayStr);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
}
//开始打印不动产证书第二页
function view_zs2() {
init_zs2();
LODOP.SET_SHOW_MODE("BKIMG_IN_PREVIEW",1);
LODOP.PREVIEW();
}
function design_zs2() {
init_zs2();
LODOP.PRINT_DESIGN();
}
function init_zs2() {
updateIsPrint(mapinfo.id);
LODOP= getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
LODOP.PRINT_INIT("打印不动产权证书第二页");
//LODOP.PRINT_INITA(14,11,1262,907,"不动产权证书第二页");
LODOP.SET_PRINT_PAGESIZE(2, "907px", "1262px", "");
LODOP.ADD_PRINT_SETUP_BKIMG("<img border='0' src='${ctxStatic}/images/bdcqzs2.jpg'>");
LODOP.SET_PRINT_STYLE("FontSize",11);
if(mapinfo.qt == '4'){
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.fwjg+String.fromCharCode(13)
+mapinfo.fwzcs+String.fromCharCode(13)+mapinfo.fwjgsj+String.fromCharCode(13)+mapinfo.gyr);
}else if(mapinfo.qt == '3'){
var ftjzmj = mapinfo.ftjzmj;
if(ftjzmj == "" || ftjzmj == null || ftjzmj == undefined){
ftjzmj = "";
}else{
ftjzmj = String.fromCharCode(13)+mapinfo.ftjzmj;
}
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.fttdmj+String.fromCharCode(13)+mapinfo.fwjg
+String.fromCharCode(13)+mapinfo.zyjzmj+ftjzmj
+String.fromCharCode(13)+mapinfo.fwzcs+String.fromCharCode(13)+mapinfo.szcs
+String.fromCharCode(13)+mapinfo.fwjgsj+String.fromCharCode(13)+mapinfo.gyr);
}else if(mapinfo.qt == '6'){
if(mapinfo.gyr != null && mapinfo.gyr !="" && mapinfo.gyr != "undefined"){
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.fwjg+String.fromCharCode(13)+
mapinfo.fwzcs+String.fromCharCode(13)+
mapinfo.szcs+String.fromCharCode(13)+
mapinfo.fwjgsj+String.fromCharCode(13)+
mapinfo.gyr+String.fromCharCode(13));
}else{
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.fwjg+String.fromCharCode(13)+
mapinfo.fwzcs+String.fromCharCode(13)+
mapinfo.szcs+String.fromCharCode(13)+
mapinfo.fwjgsj+String.fromCharCode(13));
}
}else if(mapinfo.gyrs == '1'){
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.gyr);
}else{
LODOP.ADD_PRINT_TEXT(573,156,383,251,mapinfo.qt);
}
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(105,156,383,31,mapinfo.qlrmc);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(157,156,383,31,mapinfo.gyqk);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
if(mapinfo.zl.length <= 28){
LODOP.ADD_PRINT_TEXT(207,156,383,45,mapinfo.zl);
}else if(mapinfo.zl.length > 28 && mapinfo.zl.length <= 56){
LODOP.ADD_PRINT_TEXT(200,156,383,45,mapinfo.zl);
}else if(mapinfo.zl.length > 56 && mapinfo.zl.length <= 84){
LODOP.ADD_PRINT_TEXT(190,156,383,45,mapinfo.zl);
}
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
var Begin = (mapinfo.bdcdyh).substr(0,6);
var second = (mapinfo.bdcdyh).substr(6,6);
var middle = (mapinfo.bdcdyh).substr(12,7);
var end = (mapinfo.bdcdyh).substr(19,23);
var bdcdyh = Begin+" "+second+" "+middle+" "+end;
LODOP.ADD_PRINT_TEXT(257,156,383,31,bdcdyh);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(311,156,383,31,mapinfo.qllx);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(364,156,383,31,mapinfo.qlxz);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(412,156,383,31,mapinfo.yt);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
LODOP.ADD_PRINT_TEXT(464,156,383,31,mapinfo.mj);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
//LODOP.ADD_PRINT_TEXT(518,158,393,35,mapinfo.qllx + "" +mapinfo.syqx);
LODOP.ADD_PRINT_TEXT(513,156,393,35,mapinfo.syqx);
LODOP.SET_PRINT_STYLEA(0,"FontSize",12);
if(mapinfo.zts != '0'){
LODOP.ADD_PRINT_TEXT(118,708,463,704,mapinfo.fj+String.fromCharCode(13)+mapinfo.zts);
}else{
LODOP.ADD_PRINT_TEXT(118,708,463,704,mapinfo.fj);
}
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.ADD_PRINT_TEXT(53,66,38,27,"陕");
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(53,431,103,25,mapinfo.dh);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(53,218,90,25,mapinfo.qxdm);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
LODOP.ADD_PRINT_TEXT(53,130,64,25,mapinfo.zyear);
LODOP.SET_PRINT_STYLEA(0,"FontName","仿宋");
LODOP.SET_PRINT_STYLEA(0,"FontSize",15);
var n = $("#pageNo").val();
var s = $("#pageSize").val();
url = "${ctx}/reg/bus/regBusBdcqzsdjxx/printCertificate?ywh=${YWH}&n="+n+"&s="+s;
window.location.href=url;
// window.location.reload();
}
function closeWin(){
window.close();
}
function updateIsPrint(id){
if (id != null && id != 'null' && id != undefined && id != 'undefined' && id != '') {
$.ajax({
type:"POST", //请求方式
url:"${ctx}/reg/bus/regBusBdcqzsdjxx/updateIsPrint", //请求路径
cache: false, //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
data:"id="+id, //传参
async: false,
success:function(modelmap){
if(modelmap.success == 1){
$("#contentTable > tbody").find("tr").each(function(){
var ret = $(this).find('input:radio').attr('id');
if(ret == id){
$(this).find("td").attr("style","background-color:#00CED1;");
}
});
}
}
});
}
}
function winOpenUpdate(ids){
var iWidth=1100;
var iHeight=600;
var iTop = (window.screen.height - 30 - iHeight) / 2;
var iLeft = (window.screen.width - 10 - iWidth) / 2;
$.ajax({
type:"POST",
url:"${ctx}/reg/bus/regBusSz/isnotszed",
cache: false,
data:"YWH=${YWH}&szlx="+szlx,
async : false,
success:function(modelmap){
successFlag = modelmap.flag;
if(modelmap.flag != 0){
alert(modelmap.msg);
return;
}else{
var url = "${ctx}/reg/bus/regBusSz/list?ywh=${regBusSlsq.ywh}&YSDM=2004050000&szlx="+szlx;
window.open(url, "_blank", "width=" + iWidth + ", height=" + iHeight + ",top=" + iTop + ",left=" + iLeft + ",toolbar=no, menubar=no, scrollbars=yes, resizable=no,location=no, status=no,alwaysRaised=yes,depended=yes");
//window.open(url,'_blank');//target属性:_self _blank _parent
}
}
});
}
</script>
</head>
<body>
<div class="control-group" style="float:right;height: 25px;padding-top: 5px" >
<input id="btnClose" class="btn btn-primary" type="button" onclick="closeWin();" value="关闭"/>
<!-- 出大证 -->
<c:if test="${isdz eq '1'}">
<!-- 出证书 -->
<c:if test="${szmc eq '1'}">
<input id="btnPrintZs1" class="btn btn-primary" type="button" onclick="view_zs1();" value="不动产权证书第一页【打印】"/>
<input id="btnPrintZs2" class="btn btn-primary" type="button" onclick="view_zs2();" value="不动产权证书第二页【打印】"/>
</c:if>
<!-- 出证明 -->
<c:if test="${szmc eq '2'}">
<input id="btnPrintZm" class="btn btn-primary" type="button" onclick="view_zm();" value="不动产登记证明【打印】"/>
</c:if>
</c:if>
<!-- 正常出小证 -->
<c:if test="${isdz eq '0'}">
<!-- 出证书 -->
<c:if test="${szmc eq '1'}">
<input id="btnPrintZs1" class="btn btn-primary" type="button" onclick="view_zs1();" value="不动产权证书第一页【打印】"/>
<input id="btnPrintZs2" class="btn btn-primary" type="button" onclick="view_zs2();" value="不动产权证书第二页【打印】"/>
</c:if>
<!-- 出证明 -->
<c:if test="${szmc eq '2'}">
<input id="btnPrintZm" class="btn btn-primary" type="button" onclick="view_zm();" value="不动产登记证明【打印】"/>
</c:if>
</c:if>
</div>
<form:form id="searchForm" modelAttribute="regBusBdcqzsdjxx" action="${ctx}/reg/bus/regBusBdcqzsdjxx/printCertificate?ywh=${YWH}" method="post" class="">
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
</form:form>
<div class="control-group" align="center">
<table id="contentTable" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<c:if test="${isdz ne '1'}">
<th>选择</th>
</c:if>
<th>业务号</th>
<th>不动产单元号</th>
<th>证书编号</th>
<th>不动产证号</th>
<th>权利人</th>
<th>共有情况</th>
<th>坐落</th>
<th>权利类型</th>
<th>权利性质</th>
<th>用途</th>
<th>面积</th>
<th>期限</th>
<th>操作</th>
<%--
<c:if test="${zhShow eq 'yes'}">
<th style="color: red">套数</th>
</c:if> --%>
</tr>
</thead>
<tbody>
<c:forEach items="${page.list}" var="regBusBdcqzsdjxx" >
<tr>
<c:if test="${isdz ne '1'}">
<td>
<input type="radio" name="radio_Bdcqzsdjxx" id="${regBusBdcqzsdjxx.id}" value=""/>
<input type="hidden" name="isprint" id="${regBusBdcqzsdjxx.isprint}" value=""/>
</td>
</c:if>
<td>
${regBusBdcqzsdjxx.ywh}
</td>
<td>
${regBusBdcqzsdjxx.bdcdyh}
</td>
<td>
${regBusBdcqzsdjxx.ysxlh}
</td>
<td>
${regBusBdcqzsdjxx.bdcqzh}
</td>
<td>
${regBusBdcqzsdjxx.qlrmc}
</td>
<td>
${regBusBdcqzsdjxx.gyqk}
</td>
<td>
${regBusBdcqzsdjxx.zl}
</td>
<td>
${fns:getDictLabel(regBusBdcqzsdjxx.qllx, 'reg_bus_qllx', '')}
</td>
<td>
${regBusBdcqzsdjxx.qlxz}
</td>
<td>
${regBusBdcqzsdjxx.yt}
</td>
<td>
${regBusBdcqzsdjxx.mj}
</td>
<td>
${regBusBdcqzsdjxx.syqx}
</td>
<c:if test="${regBusBdcqzsdjxx.isprint eq '1'}">
<td>
<a href="javascript:void(0);" onclick="winOpenUpdate('${regBusBdcqzsdjxx.id}');">修改</a>
</td>
</c:if>
<c:if test="${regBusBdcqzsdjxx.isprint ne '1'}">
<td></td>
</c:if>
<%--
<c:if test="${zhShow eq 'yes'}">
<td style="color: red">
${regBusBdcqzsdjxx.pwh}
</td>
</c:if> --%>
</tr>
</c:forEach>
</tbody>
</table>
<div class="pagination">${page}</div>
</div>
</body>
</html>