regBusHisHouseDY.jsp 6.16 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 page(n,s){
			$("#pageNo").val(n);
			$("#pageSize").val(s);
			$("#searchForm").submit();
        	return false;
        }
		//修改
		function winOpenUpdateFdcq2(id){
			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/regBusHisHouseBdcqzsdjxx/hishouseeditForm?H=2&id="+id,"窗口",
					"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
		}
	
		function reloadFdcq2(){
			var optype = "${optype}";
			var deletee = "${delete}";
		    if(window.opener) {
	    		if(optype == undefined || optype == null || optype ==""){
			    	window.opener.gjzwframe.location.reload();
			    	
			    		window.opener.qlrframe.location.reload();
			    		window.opener.ywrframe.location.reload();
			    	
	    		}else{
		    		window.opener.parent.document.gjzwframe.location.reload();
		    		
			    		window.opener.parent.qlrframe.location.reload();
			    		window.opener.parent.ywrframe.location.reload();
			    	
	    		}
		    	window.close();
		    }
		}
		
		/**
		*返回本次业务相关的房屋信息到受理申请的页面 
		*/
		function backFwxxToSlsq(){
			$.ajax({
				url:"${ctx}/reg/base/regBaseC/listChoicedFwInfoToSlsq",
				data: { "ywh": "${YWH}" },
				cache: false,
			    type: "POST",
			    dataType: "html",
				success: function (data) {
					//房屋信息返回到受理申请页面 
					//给父页面的div html()宗地基本信息的内容 通过ID 
					if(window.opener) {
						window.opener.document.getElementById('choicedFwInfo').innerHTML = data;
					}
					window.close();
			    }
			});
		}

		function reloadFdcq3(){
			var qlxz = '${qlxz}';
			var dymjhj = '${dymjhj}';
			var ywh = '${YWH}';
			window.opener.setqlxzinfo(qlxz,dymjhj,ywh);
			window.close();
			window.opener.document.gjzwframe.location="${ctx}/reg/bus/regBusHisHouseBdcqzsdjxx/hishousedylist?YWH="+ywh;
// 	    	window.opener.document.gjzwframe.location.reload();
	    	window.opener.document.ywrframe.location.reload();
	    	window.opener.document.qlrframe.location.reload();
		}
		
		function deletelink(id){
			if(confirm('确认要删除该预告登记信息吗?')){
				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/regBusHisHouseBdcqzsdjxx/hishousedelete?H=2&id="+id+"&WO=1","deletewindow",
						"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
			}
		}
		//查看 
		function winOpenDyaq(id){
			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/regBusHisHouseBdcqzsdjxx/hishouseeditForm?VIEWS=1&H=2&id="+id,"窗口",
					"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
		}
	</script>
</head>
<body>
	<ul class="nav nav-tabs">
		<li class="active"><a href="#">抵押权登记信息列表</a></li>
	</ul>
	<form:form id="searchForm" modelAttribute="regBusHisHouseBdcqzsdjxx" action="#" 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>
	<c:if test="${not empty WO}">
		<br>
		<input id="reLoadFdcq2" class="btn btn-primary" type="button" onclick="reloadFdcq2();" value="退出列表"/>
		<br><br>
	</c:if>
	
	<c:if test="${not empty WWWO}">
		<br>
		<input id="reLoadFdcq2" class="btn btn-primary" type="button" onclick="reloadFdcq3();" value="退出列表"/>
		<br><br>
	</c:if>
	
	<sys:message content="${message}"/>
	<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> 
				<c:if test="${empty LISTVIEWS}">
				<c:if test="${empty xg}">
				<shiro:hasPermission name="reg:bus:regBusHisHouseBdcqzsdjxx:edit"><th>操作</th></shiro:hasPermission>
				</c:if>
				</c:if>
			</tr>
		</thead>
		<tbody>
		<c:forEach items="${page.list}" var="regBusHisHouseBdcqzsdjxx">
			<tr>
				<td>
					<shiro:hasPermission name="reg:bus:regBusHisHouseBdcqzsdjxx:view">
						<a href="javascript:void(0);" onclick="winOpenDyaq('${regBusHisHouseBdcqzsdjxx.id}');">
						${regBusHisHouseBdcqzsdjxx.ywh}
						</a>
					</shiro:hasPermission>
				</td>
				<td>
					${regBusHisHouseBdcqzsdjxx.bdcdyh}
				</td>
				<td>
					${fns:getDictLabel(regBusHisHouseBdcqzsdjxx.dybdclx, 'reg_bus_dybdclx', '')}
				</td>
				<td>
					${fns:getDictLabel(regBusHisHouseBdcqzsdjxx.dyfs, 'reg_bus_dyfs', '')}
				</td>
				<td>
					${regBusHisHouseBdcqzsdjxx.zgzqse}
				</td>
				<td>
					${regBusHisHouseBdcqzsdjxx.dbze}
				</td>
				<td>
					${regBusHisHouseBdcqzsdjxx.bdbzzqse}
				</td>
				<td>
					${regBusHisHouseBdcqzsdjxx.zwr}
				</td>
				<c:if test="${empty LISTVIEWS}">
				<c:if test="${empty xg}">
				<shiro:hasPermission name="reg:bus:regBusHisHouseBdcqzsdjxx:edit"><td>
					<a href="javascript:void(0);" onclick="winOpenUpdateFdcq2('${regBusHisHouseBdcqzsdjxx.id}');">修改</a>
					<c:if test="${empty optype}">
						<a href="javascript:void(0);" onclick="deletelink('${regBusHisHouseBdcqzsdjxx.id}');">删除</a>
					</c:if>
				</td></shiro:hasPermission>
				</c:if>
				</c:if>
			</tr>
		</c:forEach>
		</tbody>
	</table>
	<div class="pagination">${page}</div>
</body>
</html>