7766e2a6380f42ad67cecaf03cb7c3bf164e7a51.svn-base 3.84 KB
<%@ 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() {
		});
		//这里需要选择楼盘信息,选择户信息
		function winOpenDivisionForm(){
			//弹出窗口的宽度; 
			var iWidth=1100; 
			//弹出窗口的高度;
	       	var iHeight=600;
	       	//获得窗口的垂直位置 
	       	var iTop = (window.screen.height - 30 - iHeight) / 2;
	       	//获得窗口的水平位置 
	       	var iLeft = (window.screen.width - 10 - iWidth) / 2;
	       	//20160514从选择已经建好的房屋信息改成当前打开新建FORM
	       	/**
			window.open("${ctx}/reg/base/regBaseXm/guideList?YWH=${YWH}&DJLX=${DJLX}",
					"分割选择房屋界面","height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
	       	**/
			window.open("${ctx}/reg/base/regBaseH/divisionlist?CID=${CID}&YWH=${YWH}&DJLX=${DJLX}&OldYWID=${OldYWID}&bdcqzsdjxxID=${OldYWID}",
					"分割选择房屋界面","height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
		}
		
		//确认返回并刷新受理页面的iframe即可
		function btnConformClick(){
			if(window.opener){
				window.opener.fgmergerbeforeframe.location.reload();
		    	window.opener.gjzwframe.location.reload();
		    	window.opener.qlrframe.location.reload();
		    	window.opener.fgforenoticeframe.location.reload();
			}
			window.close();
		}
		
	</script>
</head>
<body>
		<!-- 显示原始信息-->
		<div id="srcBaseInfo" class="control-group">
			<fieldset>
				<legend>分割前信息</legend>
				<div id="BdcqzsdjxxID" style="display: none;">${OldYWID}</div>
				<table id="contentTable" class="table table-striped table-bordered table-condensed">
					<thead>
						<tr>
							<th>业务编号</th>
							<th>不动产单元号</th> 
							<th>预告登记证明</th>
							<th>权利人</th>
							<th>共有情况</th>
							<th>坐落</th>
							<th>权利类型</th>
							<th>权利性质</th>
							<th>用途</th>
							<th>面积</th>
						</tr>
					</thead>
					<tbody> 
					<c:forEach items="${fwpage.list}" var="regBusBdcqzsdjxx">
						<tr>
							<td>
								${regBusBdcqzsdjxx.ywh}
							</td>
							<td>
								<a href="javascript:void(0);">${regBusBdcqzsdjxx.bdcdyh}</a>
							</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>
						</tr> 
						</c:forEach>
					</tbody>
				</table>
			</fieldset>
		</div> 
		<sys:message content="${message}" />
		<div id="divisionInfo"  class="control-group">
			<fieldset>
				<legend>分割后信息</legend>
				<input id="btnDivision" class="btn btn-primary" style="float:right;" type="button" onClick="winOpenDivisionForm();" value="增加分割信息"/>
				<iframe id="divisionframe" name="divisionframe"  src="${ctx}/reg/bus/regBusBdcqzsdjxx/ygzymortgagelist?ywh=${YWH}&YSDM=2001010000&djlx=${DJLX}" width="100%" height="300" frameborder="no" border="0" marginwidth="0"
					 marginheight="0" scrolling="yes" allowtransparency="yes"></iframe>&nbsp;
				<input id="btnConform" class="btn btn-primary" style="float:right;" type="button" onClick="btnConformClick();" value="完  成"/>
			</fieldset>
		</div>
</body>
</html>