certificatePrint1.jsp 18.2 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
<%@ 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() {
			$("tbody > tr").bind("click",function(){
				$("tbody > tr").each(function(i){    
		             $(this).removeClass("trBgcolor");
		        });
				$(this).find('input:radio').prop('checked', true);
				$(this).addClass("trBgcolor");
			});
		});
		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;");
				}
			});
		};
	
		var LODOP; //声明为全局变量
		var LODOP1;
		var LODOP2;

		function view_zm() {
			init_zm();
			LODOP.SET_SHOW_MODE("BKIMG_IN_PREVIEW",1);
			LODOP.PREVIEW();
		}
		
		function design_zm() {
			init_zm();
			LODOP.PRINT_DESIGN();
		}
		
		function print(id){
			var djxxId = $("input[name='radio_Bdcqzsdjxx']:checked").attr("id");
			var qlrId = $("input[name='radio_Qlrxx']:checked").attr("id");
			if(qlrId == null){
				alert("请选择权利人!");
				return;
			}
			//单击行选中是事件
			if("${isdz}" == "0"){
				if(djxxId == null){
					alert("请先选择登记信息!");
					return;
				}
				$.ajax({ 
					type:"POST", //请求方式 
					url:"${ctx}/reg/bus/regBusBdcqzsdjxx/getPrintData", //请求路径 
					cache: false,   //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
					data:"ywh=${YWH}&id="+djxxId+"&qlrId="+qlrId+"&szmc=${szmc}",  //传参 
				    async:false, 
					success:function(modelmap){
						mapinfo = modelmap.data;
						if(id == 'zs1'){
							view_zs1();
						}else if(id == 'zs2'){
							view_zs2();
						}else{
							view_zm();
						}
					}
				});
			}else{
				//如果是出大证,直接从后台取数据过来,不用选择后再打印
				$.ajax({ 
					type:"POST", //请求方式 
					url:"${ctx}/reg/bus/regBusBdcqzsdjxx/getPrintDataOfdz", //请求路径 
					cache: false,   //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
					data:"ywh=${YWH}&qlrId="+qlrId+"&szmc=${szmc}",  //传参 
				    async:false, 
					success:function(modelmap){
						mapinfo = modelmap.data;
						if(id == 'zs1'){
							view_zs1();
						}else if(id == 'zs2'){
							view_zs2();
						}else{
							view_zm();
						}
					}
				});
			}
		}
		
		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.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'){
					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);
		}

		//打印不动产证书第一页 
		function view_zs1() {
			init_zs1();
			LODOP.SET_SHOW_MODE("BKIMG_IN_PREVIEW",1);
			LODOP.PREVIEW();
		}
		function design_zs1() {
			init_zs1();
			LODOP.PRINT_DESIGN();
		}
		
		//二维码乱码处理
		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 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'){
				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);
		} 
		
		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;");
								}
							});
						}
					}
				});
			}
		}
	</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="print('zs1');"  value="不动产权证书第一页【打印】"/>
				<input id="btnPrintZs2" class="btn btn-primary"  type="button"  onclick="print('zs2');"  value="不动产权证书第二页【打印】"/>
			</c:if>
			<!-- 出证明 -->
			<c:if test="${szmc eq '2'}">
				<input id="btnPrintZm" class="btn btn-primary"  type="button"  onclick="print('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="print('zs1');"  value="不动产权证书第一页【打印】"/>
				<input id="btnPrintZs2" class="btn btn-primary"  type="button"  onclick="print('zs2');"  value="不动产权证书第二页【打印】"/>
			</c:if>
			<!-- 出证明 -->
			<c:if test="${szmc eq '2'}">
				<input id="btnPrintZm" class="btn btn-primary"  type="button"  onclick="print('zm');"  value="不动产登记证明【打印】"/>
			</c:if>
		</c:if>
	</div>
	<form:form id="searchForm" modelAttribute="regBusBdcqzsdjxx" action="${ctx}/reg/bus/regBusBdcqzsdjxx/printCertificate?ywh=${YWH}&szlx=1" 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 align="left">
	<c:set value="${'listregbusqlr'}${status.index}" var="listregbusqlr"/>
		&nbsp;&nbsp;<font size="3" color="red">选择本次打印权利人:</font>
		<c:forEach items="${requestScope[listregbusqlr]}" var="regBusQlr">
			<style type="text/css">
			div#qlrmc {display:inline;}
			</style>&nbsp;&nbsp;&nbsp;&nbsp;
			<div id="qlrmc"  style="font-size:18px">
				<input id="${regBusQlr.id}" type="radio" name="radio_Qlrxx">
				<label for="${regBusQlr.id}" style="font-size:18px">
					&nbsp;&nbsp;${regBusQlr.qlrmc} &nbsp;&nbsp;
				</label>
			</div>
		</c:forEach>
	</div>
	<div class="control-group"   align="center">
		<table id="contentTable" class="table 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>
					<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="${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>