051cd9d78d3e81ea7cd9051d8f69522c25e26d8f.svn-base 4.42 KB
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
	<meta name="decorator" content="default"/>
	<script type="text/javascript" >
			$(function(){
				$("#contentSelectedTable > tbody").remove();
				//此方法用来解决iframe高度自适应的问题; 
			    $("#djxxframe").load(function(){         
			        $(this).height($(this).contents().find("#srcBaseInfo").height() + 160);  
			    });
			});
		var selItems = new Array(); 
		
		$(document).ready(function() {});
		
		function page(n,s){
			$("#pageNo").val(n);
			$("#pageSize").val(s);
			$("#searchForm").submit();
        	return false;
        }

		 function getObj(val){
		     if(isNotNull(val)){
		         return val;
		     }
		     return "";
		 }

		 function isNotNull(val){
		     if(val != null && val != 'null' && val != undefined && val != 'undefined' && val != ''){
		         return true ;
		     }
		     return false;
		 }
		
		
		function DestroySelItems(){
			selItems = null;
			selItems = new Array();
			$("#contentSelectedTable > tbody").remove();
		}
		
		function btnNext(){
			var djlx = '${DJLX}';
			var trList = $("#contentSelectedTable").find("tr");
			if(trList.length<=1){
				alert("没有已选择的房屋信息!");
				return;
			}
			var ids="";
			var ywhs = "";
		    for (var i=1;i<trList.length;i++) {
		        var tdArr = trList.eq(i).find("td");
		        var history = tdArr.eq(0).text();
		        var ywhh = tdArr.eq(1).text();
		        if(isNotNull(ids)){
					ids += ";" + history;
				}else{
					ywhs = ywhh;
					ids = history;
				}
		    }
		    if(djlx == 505){
		    	$("#ids").val(ids);
// 				var url =  "${ctx}/reg/bus/regBusFdcq2/fwsyqzxnextform?YWH=${YWH}&WO=1&YSDM=2002030100&djlx=${DJLX}&IsLogout=${IsLogout}&ids="+ids+"&ywhs="+ywhs+"&optype=";
		    	document.inputForms.action = "${ctx}/reg/bus/regBusFdcq2/fwsyqzxnextform?YWH=${YWH}&WO=1&YSDM=2002030100&djlx=${DJLX}&IsLogout=${IsLogout}&ywhs="+ywhs+"&optype=";
		    }else{
		    	$("#ids").val(ids);
// 				var url =  "${ctx}/reg/bus/regBusDyaq/xfzxnextform?YWH=${YWH}&WO=1&YSDM=2002030100&DJLX=${DJLX}&IsLogout=${IsLogout}&ids="+ids+"&ywhs="+ywhs;
				document.inputForms.action = "${ctx}/reg/bus/regBusDyaq/xfzxnextform?YWH=${YWH}&WO=1&YSDM=2002030100&DJLX=${DJLX}&IsLogout=${IsLogout}&ywhs="+ywhs;
		    }
// 			window.location = url;
			document.inputForms.submit();
		}
	</script>
</head>

<body>
<form id="inputForms" name="inputForms" action="#" method="post" class="form-horizontal">
<div class="form-horizontal">
<input type="hidden" name="ids" id="ids" value="">
<input type="hidden" id= "qlr" />
	<ul class="nav nav-tabs">
		<!-- <li class="active"><a href="#">已抵押房屋信息列表</a></li> -->
	</ul>
	<iframe id="djxxframe" name="djxxframe" src="${ctx}/reg/bus/regBusBdcqzsdjxx/formalMortgageGuidezx?YWH=${YWH}&WO=1&DJLX=${DJLX}&IsHouse=${IsHouse}&IsLogout=${IsLogout}&ifm=${1}"
	 width="100%" height="300" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>
	<input id="btnEmpty" class="btn btn-primary"  type="button" onclick="DestroySelItems();" value="清空"/>
	<input id="btnunSelecnexttAll"  class="btn btn-primary"  type="button"   onclick="javascript:btnNext();" value="下一步"/>
	<div id="targetBaseInfo"  class="control-group"  style="height: 250px">
			<fieldset>
				<table id="contentSelectedTable" class="table table-striped table-bordered table-condensed">
						<thead>
							<tr>
								<c:if test="${empty WO}">
									<th>id</th>
								</c:if>
								<th>业务编号</th>
								<th>不动产单元号</th>
								<c:if test="${DJLX == '505'}">
								<th>不动产证书号</th>
								</c:if>
								<c:if test="${DJLX ne '505'}">
								<th>不动产登记证明</th>
								</c:if>
								<th>权利人</th>
								<th>共有情况</th>
								<th>用途</th>
							</tr>
						</thead>
						<tbody>
							<tr>
								<td>
									${regBusBdcqzsdjxx.id}
								</td>
								<td>
									${regBusBdcqzsdjxx.ywh}
								</td>
								<td>
									${regBusBdcqzsdjxx.bdcdyh}
								</td>
								<td>
									${regBusBdcqzsdjxx.bdcqzh}
								</td>
								<td>
									${regBusBdcqzsdjxx.qlrmc}
								</td>
								<td>
									${regBusBdcqzsdjxx.gyqk}
								</td>
								<td>
									${regBusBdcqzsdjxx.yt}
								</td>
							</tr>
						</tbody>
					</table>
			</fieldset>
		</div>
	</div>
	</form>
</body>
</html>