regBusClhjFwForm.jsp 24.6 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 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649
<%@ 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 type="text/javascript">
		$(document).ready(function() {
			//$("#name").focus();
			$("#inputForm").validate({
				submitHandler: function(form){
					loading('正在提交,请稍等...');
					form.submit();
				},
				errorContainer: "#messageBox",
				errorPlacement: function(error, element) {
					$("#messageBox").text("输入有误,请先更正。");
					if (element.is(":checkbox")||element.is(":radio")||element.parent().is(".input-append")){
						error.appendTo(element.parent().parent());
					} else {
						error.insertAfter(element);
					}
				}
			});
			var djxl = '${djxl}';
			if(djxl == '207'){
				document.getElementById("fdcq2").style.display="";
				document.getElementById("dyaq").style.display="none";
				document.getElementById("cfdj").style.display="none";
				document.getElementById("qlr").style.display="";
				document.getElementById("dyqlr").style.display="none";
				document.getElementById("dyr").style.display="none";
				document.getElementById("zyqlr").style.display="none";
				document.getElementById("zyr").style.display="none";
				document.getElementById("qlrframe").style.display="";
				document.getElementById("ywrframe").style.display="none";
			}
			if(djxl == '302'){
				document.getElementById("fdcq2").style.display="";
				document.getElementById("dyaq").style.display="none";
				document.getElementById("cfdj").style.display="none";
				document.getElementById("qlr").style.display="none";
				document.getElementById("dyqlr").style.display="none";
				document.getElementById("dyr").style.display="none";
				document.getElementById("qlrframe").style.display="";
				document.getElementById("ywrframe").style.display="";
				document.getElementById("zyqlr").style.display="";
				document.getElementById("zyr").style.display="";
			}
			if(djxl == '214' || djxl == '215'){
				document.getElementById("fdcq2").style.display="none";
				document.getElementById("dyaq").style.display="";
				document.getElementById("cfdj").style.display="none";
				document.getElementById("qlr").style.display="none";
				document.getElementById("dyqlr").style.display="";
				document.getElementById("dyr").style.display="";
				document.getElementById("qlrframe").style.display="";
				document.getElementById("ywrframe").style.display="";
			}
			if(djxl == '905'){
				document.getElementById("fdcq2").style.display="none";
				document.getElementById("dyaq").style.display="none";
				document.getElementById("cfdj").style.display="";
				document.getElementById("qlr").style.display="";
				document.getElementById("dyqlr").style.display="none";
				document.getElementById("dyr").style.display="none";
				document.getElementById("qlrframe").style.display="";
				document.getElementById("ywrframe").style.display="none";
			}
			//文本框不可编辑
			$("#ywhtext").attr("readOnly","true");
			$("#bdcdyhtext").attr("readOnly","true");
			$("#sctnjzmjtext").attr("readOnly","true");
			$("#jzmjtext").attr("readOnly","true");
			$("#djxltext").attr("readOnly","true");
			$("#djtext").attr("readOnly","true");
			$("#djjgtext").attr("readOnly","true");
			$("#xmxqtext").attr("readOnly","true");
			$("#jgzwmctext").attr("readOnly","true");
		});
		function qlrwinOpen() 
		{
			//弹出窗口的宽度; 
			var iWidth=1100; 
			//弹出窗口的高度;
	       	var iHeight=600;
	       	//获得窗口的垂直位置 
	       	var iTop = (window.screen.height - 30 - iHeight) / 2;
	       	//获得窗口的水平位置 
	       	var iLeft = (window.screen.width - 10 - iWidth) / 2;
			window.open("${ctx}/reg/bus/regBusHisHouseQlr/form?mainid=${mainid}&YWH=${YWH}","99",
				"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
		}
		
		function ywrwinOpen() 
		{
			//弹出窗口的宽度; 
			var iWidth=1100; 
			//弹出窗口的高度;
	       	var iHeight=600;
	       	//获得窗口的垂直位置 
	       	var iTop = (window.screen.height - 30 - iHeight) / 2;
	       	//获得窗口的水平位置 
	       	var iLeft = (window.screen.width - 10 - iWidth) / 2;
			window.open("${ctx}/reg/bus/regBusHisHouseYwr/form?mainid=${mainid}&YWH=${YWH}","newwindow",
					"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
		}
		
		function getUrl(){
			if($("#qlxztext").val() == "" || $("#qlxztext").val() == null){
				alert("权利性质不能为空"); 
				return;
			}
			var bdcqzh = $("#bdcqzhtext").val();
			if(bdcqzh == "" || bdcqzbh == ""){
				alert("不动产权证书号不能为空!");
				return;
			}
			var fzsj = $("#fzsjtext").val();
			if(fzsj == ""){
				alert("发证时间不能为空!");
				return;
			}
			if($("#djxltext").val() == "" || $("#djxltext").val() == null){
				alert("登记小类不能为空"); 
				return;
			}
			if($("#djlxtext").val() == "" || $("#djlxtext").val() == null){
				alert("登记类型不能为空"); 
				return;
			}
			var ifmWindow = document.getElementById('qlr_frame').contentWindow;
			var tbLen = $(ifmWindow.document).find("#contentTable").find("tbody").find("tr").length;
			if(tbLen == 0){
				alert("请先添加权利人信息!");
				return;
			}
			document.getElementById("btnSubmit").disabled="disabled";
			document.inputForms.action = "${ctx}/reg/bus/regBusClhjFw/save";
			document.inputForms.submit();
		}
	</script>
	<script>
		window.onload = function(){
		  var oTop = document.getElementById("to_top");
		  var screenw = document.documentElement.clientWidth || document.body.clientWidth;
		  var screenh = document.documentElement.clientHeight || document.body.clientHeight;
		  oTop.style.left = screenw - oTop.offsetWidth +"px";
		  oTop.style.top = screenh - oTop.offsetHeight + "px";
		  window.onscroll = function(){
		    var scrolltop = document.documentElement.scrollTop || document.body.scrollTop;
		    oTop.style.top = screenh - oTop.offsetHeight + scrolltop +"px";
		  }
		  oTop.onclick = function(){
		    document.documentElement.scrollTop = document.body.scrollTop =0;
		  }
		}  
	</script>
	<style>
	body{margin:0; padding:0}
	#to_top{width:55px; height:55px; padding:20px; position:absolute; cursor:pointer; color:#fff}
	</style>

</head>


<body>
<div id="to_top" style="cursor:pointer;" ><img alt="" src="${ctxStatic}/images/fhdb.png" /></div>

	<ul class="nav nav-tabs">
<%-- 		<li><a href="${ctx}/reg/bus/regBusClhjFw/list">存量数据汇交房屋历史表列表</a></li> --%>
<%-- 		<li class="active"><a href="${ctx}/reg/bus/regBusClhjFw/form?id=${regBusClhjFw.id}">存量数据汇交房屋历史表<shiro:hasPermission name="reg:bus:regBusClhjFw:edit">${not empty regBusClhjFw.id?'修改':'添加'}</shiro:hasPermission><shiro:lacksPermission name="reg:bus:regBusClhjFw:edit">查看</shiro:lacksPermission></a></li> --%>
	</ul><br/>
    <form:form id="inputForm" name="inputForms"  modelAttribute="regBusClhjFw" action="${ctx}/reg/bus/regBusClhjFw/save" method="post" class="form-horizontal">
		<form:hidden path="id"/>
		<sys:message content="${message}"/>
		<fieldset>
			<legend>基础信息</legend>
			</br>
			<table class="table-form">
				<tr>
					<td class="tit">项目小区:</td>
					<td>
						<form:input path="xmxq" id="xmxqtext" htmlEscape="false" maxlength="80" class="input-large "/>
					</td>
					<td class="tit">建筑物名称:</td>
					<td>
						<form:input path="jgzwmc" id="jgzwmctext" htmlEscape="false" maxlength="20" class="input-large "/>
					</td>
					<td class="tit">层号:</td>
					<td>
						<form:input path="ch" htmlEscape="false" maxlength="20" class="input-large "/>
					</td>
				</tr>
				
				<tr>
					<td class="tit">室号部位:</td>
					<td>
						<form:input path="shbw" htmlEscape="false" maxlength="6" class="input-large required"/>
						<span class="help-inline"><font color="red">*</font> </span>
					</td>
					<td class="tit">房屋状态:</td>
					<td>
						<form:input path="fwzt" htmlEscape="false" maxlength="64" class="input-large "/>
					</td>
					<td class="tit">不动产单元号:</td>
					<td>
						<form:input path="bdcdyh"  id="bdcdyhtext" htmlEscape="false" maxlength="28" class="input-xlarge "/>
					</td>
				</tr>

				<tr>
					<td class="tit">规划用途:</td>
					<td>
						<form:select path="ghyt" id="ghyttext" class="input-large required">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_fwyt')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
					<td class="tit">宗地分摊方式:</td>
					<td>
						<form:select path="zdftfs" id="zdftfstext" class="input-large required">
						<form:option value="" label=""/>
						<form:options items="${fns:getDictList('reg_bus_zdftfs')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
					<td class="tit">坐落:</td>
					<td>
						<form:input path="zl" htmlEscape="false" maxlength="200" class="input-xlarge "/>
					</td>
				</tr>

				<tr>
					<td class="tit">建筑面积:</td>
					<td>
						<form:input path="jzmj" id="jzmjtext" htmlEscape="false" maxlength="200" class="input-large "/>
					</td>
					<td class="tit">套内建筑面积:</td>
					<td>
						<form:input path="sctnjzmj" id="sctnjzmjtext" htmlEscape="false" maxlength="200" class="input-large "/>
					</td>
					<td class="tit">房屋性质:</td>
				    <td>
						<form:select path="fwxz" id="fwxztext" class="input-large ">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_fwxz')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
				</tr>
				<tr>
					<td class="tit">户型:</td>
					<td>
						<form:select path="hx" id="hxtext" class="input-large ">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_hx')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
					<td class="tit">户型结构:</td>
					<td>
						<form:select path="hxjg" id="hxtext" class="input-large ">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_hxjg')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
					<td class="tit">房屋类型:</td>
				    <td>
						<form:select path="fwlx" id="fwlxtext" class="input-large ">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_fwlx')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
						</form:select>
					</td>
				</tr>
			</table>
		</fieldset>
		</br>
		
		<fieldset>
			<legend>业务信息</legend>
			</br>
			<table class="table-form">
			<tr>
				<td class="tit">登记类型:</td>
				<td>
					<form:select path="djlx"  id='djlxtext' class="input-large required">
							<form:option value="100" label="首次登记"/>
							<form:option value="200" label="转移登记"/>
							<form:option value="800"  label="查封登记"/>
					</form:select>
					<span class="help-inline"><font color="red">*</font> </span>
				</td>
				<td class="tit">登记小类:</td>
				<td>
					<form:select path="djxl" id="djxltext" class="input-large ">
						<form:option value="207" label="房屋建筑物所有权"/>
						<form:option value="302"  label="房屋建筑物所有权转移登记"/>
						<form:option value="214"  label="房屋建筑物一般抵押权登记"/> 
						<form:option value="215"  label="房屋建筑物最高额抵押权登记"/> 
						<form:option value="905"  label="房屋查封登记"/> 
					</form:select>
					<span class="help-inline"><font color="red">*</font> </span>
				</td>
				<td class="tit">不动产权证号:</td>
				<td>
					<form:input path="bdcqzh"  id="bdcqzhtext" htmlEscape="false" maxlength="100" class="input-large required"/>
					<span class="help-inline"><font color="red">*</font> </span>
				</td>
			</tr>
				
			<tr>
				<td class="tit">不动产权证编号:</td>
				<td>
					<form:input path="bdcqzbh" htmlEscape="false" maxlength="50" class="input-large "/>
				</td>
				<td class="tit">批文号:</td>
				<td>
					<form:input path="pwh" htmlEscape="false" maxlength="200" class="input-large "/>
				</td>
				<td class="tit">划拨价款:</td>
				<td>
					<form:input path="hbjk" htmlEscape="false" maxlength="50" class="input-large "/>
				</td>
			</tr>
				
			<tr>
				<td class="tit">划拨合同号:</td>
				<td>
					<form:input path="hbhth" htmlEscape="false" maxlength="100" class="input-large "/>
				</td>
				<td class="tit">发证时间:</td>
				<td>
<!-- 					<input name="fzsj" type="text"  maxlength="20" class="input-medium Wdate " -->
<%-- 						value="<fmt:formatDate value="${regBusClhjFw.fzsj}" pattern="yyyy-MM-dd"/>" --%>
<!-- 						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/> -->
					<input name="fzsj" type="text"  maxlength="20" class="input-medium Wdate "
						value="${regBusClhjFw.fzsj}" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
				<td class="tit">终止时间:</td>
				<td>
					<input name="zzsj" type="text"  maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.zzsj}" pattern="yyyy-MM-dd"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
			</tr>
				
			<tr>
				<td class="tit">权利类型:</td>
				<td>
					<form:select path="qllx" id="qllxtext" readonly="true" class="input-large">
						<form:option value="4"  label="国有建设用地使用权/房屋所有权"/>
						<form:option value="8"  label="集体建设用地使用权/房屋所有权"/>
						<form:option value="6"  label="宅基地使用权/房屋所有权"/>
						<form:option value="24"  label="抵押权"/>
						<form:option value="26"  label="查封登记"/>
					</form:select>
				</td>
				<td class="tit">权利性质:</td>
				<td>
					<form:select path="qlxz" id="qlxztext" class="input-large ">
						<form:option value="" label=""/>
						<form:options items="${fns:getDictList('reg_bus_qlxz')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
					</form:select>
				</td>
				<td class="tit">原不动产权证号:</td>
				<td>
					<form:input path="ybdcqzh" htmlEscape="false" maxlength="500" class="input-xlarge "/>
				</td>
			</tr>
				
			<tr>
				<td class="tit">登记机构:</td>
				<td>
					<form:input path="djjg" id='djjgtext' htmlEscape="false" maxlength="200" class="input-large required"/>
					<span class="help-inline"><font color="red">*</font> </span>
				</td>
				<td class="tit">登簿人:</td>
				<td>
					<form:input path="dbr" htmlEscape="false" maxlength="50" class="input-large "/>
				</td>
				<td class="tit">登记时间:</td>
				<td>
					<input name="djsj" type="text"  maxlength="20" class="input-medium Wdate "
						value="${regBusClhjFw.djsj}" onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
						
				</td>
			</tr>
				
			<tr>
				<td class="tit">附记:</td>
				<td>
					<form:input path="fj" htmlEscape="false" maxlength="300" class="input-large "/>
				</td>
				<td class="tit">权属状态:</td>
				<td>
					<form:select path="qszt" class="input-large ">
						<form:option value="" label=""/>
						<form:options items="${fns:getDictList('reg_bus_qszt')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
					</form:select>
				</td>
				<td class="tit">业务号:</td>
				<td>
					<form:input path="ywh" id="ywhtext" htmlEscape="false"  maxlength="300" readonly="true" class="input-large "/>
				</td>
			</tr>
			</table>
		</fieldset>
		</br>
		
		<fieldset>
			<legend>权属信息</legend>
			</br>
			<div id="fdcq2">
			<table class="table-form">
			<tr>
				<td class="tit">登记原因:</td>
				<td>
					<form:input path="djyy" htmlEscape="false" maxlength="500" class="input-large "/>
				</td>
				<td class="tit">房地产交易价格:</td>
				<td>
					<form:input path="fdcjyjg" htmlEscape="false" class="input-large  number"/>
				</td>
				<td class="tit">产权来源:</td>
				<td>
					<form:select path="cqly" id="cqlytext" class="input-large">
						<form:option value="" label=""/>
						<form:options items="${fns:getDictList('reg_bus_cqly')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
					</form:select>
				</td>
			</tr>
			
			<tr>
				<td class="tit">合同编号:</td>
				<td>
					<form:input path="htbh" htmlEscape="false" maxlength="50" class="input-large "/>
				</td>
				<td class="tit">土地使用起始时间:</td>
				<td>
					<input name="tdsyqssj" type="text"  maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.tdsyqssj}" pattern="yyyy-MM-dd"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
				<td class="tit">土地使用结束时间:</td>
				<td>
					<input name="tdsyjssj" type="text"  maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.tdsyjssj}" pattern="yyyy-MM-dd"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
			</tr>
			</table>
			</div>
			
			<div id="dyaq">
			<table class="table-form">
			<tr>
				<td class="tit">抵押不动产类型:</td>
				<td>
					<form:select id="txtDybdclx" path="dybdclx" readonly="true" class="input-large ">
						<form:option value="" label="" />
						<form:options items="${fns:getDictList('reg_bus_dybdclx')}" itemLabel="label" itemValue="value" htmlEscape="false" />
					</form:select>
				</td>
				<td class="tit">抵押方式:</td>
				<td>
					<form:select id="txtDyfs" path="dyfs" readonly="true" class="input-large ">
						<form:option value="" label="" />
						<form:options items="${fns:getDictList('reg_bus_dyfs')}" itemLabel="label" itemValue="value" htmlEscape="false" />
					</form:select>
				</td>
				<td class="tit">不动产登记证明号:</td>
				<td>
					<form:input path="bdcdjzmh" htmlEscape="false" class="input-large "/>
				</td>
			</tr>
			
			<tr> 
				<td class="tit">债务人名称:</td>
				<td>
					<form:input path="zwrmc" htmlEscape="false" maxlength="100" class="input-xlarge "/>
				</td>
		    	<td class="tit">债务人证件种类:</td>
		    	<td>
		    		<form:select id="zwrzjzl" path="zwrzjzl" class="input-large required">
						<form:option value="" label=""/>
						<form:options items="${fns:getDictList('reg_bus_zjlx')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
					</form:select>
		   	    </td>
				<td class="tit">债务人证件号:</td>
				<td>
					<form:input path="zwrzjh" htmlEscape="false" maxlength="50" class="input-xlarge "/>
				</td>
			</tr>
			
			<tr>
				<td class="tit">在建建筑物抵押范围:</td>
				<td>
					<form:input path="zjjzwdyfw" htmlEscape="false" maxlength="100" class="input-large "/>
				</td>
				<td class="tit">最高债权数额:</td>
				<td>
					<form:input path="zgzqse" htmlEscape="false" class="input-large  number"/>
				</td>
				<td class="tit">被担保主债权数额:</td>
				<td>
					<form:input path="bdbzzqse" htmlEscape="false" class="input-large  number"/>
				</td>
			</tr>
			
			<tr>
				<td class="tit">债务履行起始时间:</td>
				<td>
					<input name="zwlxqssj" type="text"   maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.zwlxqssj}" pattern="yyyy-MM-dd"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
				<td class="tit">债务履行结束时间:</td>
				<td>
					<input name="zwlxjssj" type="text" maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.zwlxjssj}" pattern="yyyy-MM-dd"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
				</td>
				<td class="tit">担保总额:</td>
				<td>
					<form:input path="dbze" htmlEscape="false" class="input-large  number"/>
				</td>
			</tr>
			<tr>
				<td  class="tit">最高债权确定事实:</td>
				<td colspan="5">
					<form:input path="zgzqqdss" htmlEscape="false" maxlength="100" class="input-large "/>
				</td>
			</tr>
			</table>
			</div>
			
			<div id="cfdj">
			<table class="table-form">
			<tr>
				<td class="tit">查封机关:</td>
				<td>
					<form:input path="cfjgbm" htmlEscape="false" maxlength="10" class="input-large "/>
				</td>
				<td class="tit">查封类型:</td>
				<td>
					<form:select path="cflx" id="cflxtext" class="input-large required">
							<form:option value="" label=""/>
							<form:options items="${fns:getDictList('reg_bus_cflx')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
					</form:select>
				</td>
				<td class="tit">查封文件:</td>
				<td>
					<form:input path="cfwj" htmlEscape="false" maxlength="100" class="input-large "/>
				</td>
			</tr>
		
			<tr>
				<td class="tit">查封文号:</td>
				<td>
					<form:input path="cfwh" htmlEscape="false" maxlength="50" class="input-large "/>
				</td>
				<td class="tit">查封起始时间:</td>
				<td>
					<input name="cfqssj" type="text" readonly="readonly" maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.cfqssj}" pattern="yyyy-MM-dd HH:mm:ss"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:false});"/>
				</td>
				<td class="tit">查封结束时间:</td>
				<td>
					<input name="cfjssj" type="text" readonly="readonly" maxlength="20" class="input-medium Wdate "
						value="<fmt:formatDate value="${regBusClhjFw.cfjssj}" pattern="yyyy-MM-dd HH:mm:ss"/>"
						onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss',isShowClear:false});"/>
				</td>
			</tr>
		
			<tr>
				
				<td class="tit">查封范围:</td>
				<td>
					<form:input path="cffw" htmlEscape="false" maxlength="200" class="input-large "/>
				</td>
				<td class="tit">解封机关:</td>
				<td>
					<form:input path="jfjg" htmlEscape="false" maxlength="200" class="input-large "/>
				</td>
				<td class="tit">解封文件:</td>
				<td>
					<form:input path="jfwj" htmlEscape="false" maxlength="100" class="input-large "/>
				</td>
			</tr>
		
			<tr>
				<td class="tit">解封文号:</td>
				<td  colspan="5">
					<form:input path="jfwh" htmlEscape="false" maxlength="200" class="input-large "/>
				</td>
			</tr>
			</table>
			</div>
		</fieldset>
		</br>
		
		<fieldset>
			<legend>人员信息</legend>
			</br>
			<table class="table-form">
			<div>
				<c:if test="${empty LISTVIEWS}">
				<div id="qlr">
					<input id="btnOpen" class="btn btn-primary" style="float:right;" type="button" onclick="qlrwinOpen();" value="权利人信息添加"/>
				</div>
				<div id="dyqlr">
					<input id="btnOpen" class="btn btn-primary" style="float:right;" type="button" onclick="qlrwinOpen();" value="抵押权人信息添加"/>
				</div>
				<div id="zyqlr">
					<input id="btnOpen" class="btn btn-primary" style="float:right;" type="button" onclick="qlrwinOpen();" value="转入方信息添加"/>
				</div>
				</c:if>
				<div id="qlrframe">
					<iframe id="qlr_frame" name="qlrframe" src="${ctx}/reg/bus/regBusHisHouseQlr/zjklist?mainid=${mainid}&LISTVIEWS=${LISTVIEWS}&YWH=${YWH}" width="100%" height="200" frameborder="no" border="0" marginwidth="0"
							 marginheight="0" scrolling="yes" allowtransparency="yes"></iframe>&nbsp;
				</div>
				</br>
<!-- 				<div id="dyr"> -->
<%-- 				<c:if test="${empty LISTVIEWS}"> --%>
<!-- 					<input id="btnOpen" class="btn btn-primary" style="float:right;" type="button" onclick="ywrwinOpen();" value="抵押人信息添加"/> -->
<%-- 				</c:if> --%>
<!-- 				</div> -->
<!-- 				<div id="zyr"> -->
<%-- 				<c:if test="${empty LISTVIEWS}"> --%>
<!-- 					<input id="btnOpen" class="btn btn-primary" style="float:right;" type="button" onclick="ywrwinOpen();" value="转出方信息添加"/> -->
<%-- 				</c:if> --%>
<!-- 				</div></div></div> -->
<!-- 				<div id="ywrframe"> -->
<%-- 					<iframe id="ywrframe" name="ywrframe" src="${ctx}/reg/bus/regBusHisHouseYwr/zjklist?mainid=${mainid}&LISTVIEWS=${LISTVIEWS}" width="100%" height="200" frameborder="no" border="0" marginwidth="0" --%>
<!-- 							 marginheight="0" scrolling="yes" allowtransparency="yes"></iframe>&nbsp; -->
<!-- 				</div> -->
<!-- 			</div> -->
			</table>
		</fieldset>
		<div class="form-actions">
			<c:if test="${empty LISTVIEWS}">
			<shiro:hasPermission name="reg:bus:regBusClhjFw:edit">
				<input id="btnSubmit"class="btn btn-primary" type="button"  onclick="getUrl()"  value="保 存"/>&nbsp;	
			</shiro:hasPermission>
			</c:if>
			<input id="btnCancel" class="btn" type="button" value="返 回" onclick="history.go(-1);"/>
		</div>
	</form:form>
</body>
</html>