84e101417305a37cd663d94bf7d25191688a4db2.svn-base
4.38 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
<%@ 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() {
$("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;
}
function choiceNext(){
var checkedCount = $("input[type='radio']:checked").length;
if(checkedCount == 0){
alert("必须选择一条信息!");
return;
}
var djlx = "${DJLX}";
var idValue = $("input[name='radio_Bdcqzsdjxx']:checked").attr("id");
var zddm = $("input[name='radio_Bdcqzsdjxx']:checked").parent().next().next().text();
var url;
var idValue = $("input[name='radio_Bdcqzsdjxx']:checked").attr("id");
//检查当前选中的不动产 信息有没有在办理其它业务 有的话给提示
$.ajax({
type:"POST",
url:"${ctx}/reg/bus/regBusBdcqzsdjxx/isTransaction",
cache: false,
data:"id="+idValue+"&YWH="+'${ywhStr}'+"&djlx="+djlx,
async : false,
success:function(modelmap){
successbj = modelmap.success;
if(modelmap.success != 1){
alert(modelmap.msg);
return;
}
}
});
//设置选择的信息
if(successbj == 1){
//这里进行登记类型的判断,返回到不同的权属Form页面
url = "${ctx}/reg/bus/regBusDyaq/tddygmform?YWH=${ywhStr}&YSDM=2001010000&jid="+ idValue +"&djlx=${DJLX}&zddm="+zddm;
window.location = url;
}
}
</script>
</head>
<body>
<ul class="nav nav-tabs">
<li class="active"><a href="#">选择可更名业务信息</a></li>
</ul>
<form:form id="searchForm" modelAttribute="regBusBdcqzsdjxx" action="${ctx}/reg/bus/regBusBdcqzsdjxx/tddygm?WO=1&ywhStr=${ywhStr}&djlx=${DJLX}" method="post" class="breadcrumb form-search">
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
<table class="otable-form" >
<tr>
<td>业务编号</td>
<td>
<form:input path="ywh" htmlEscape="false" maxlength="20" class="input-medium"/>
</td>
<td>不动产权证书号</td>
<td>
<form:input path="bdcqzh" htmlEscape="false" maxlength="100" class="input-medium"/>
</td>
<td>权利人</td>
<td>
<form:input path="qlrmc" htmlEscape="false" maxlength="100" class="input-medium"/>
</td>
<td>宗地代码</td>
<td>
<form:input path="zddm" htmlEscape="false" maxlength="28" class="input-medium"/>
</td>
<td class="btns"><input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/></td>
<td class="clearfix"></td>
</tr>
</table>
</form:form>
<sys:message content="${message}"/>
<table id="contentTable" class="table table-bordered table-condensed">
<thead>
<tr>
<c:if test="${not empty WO}">
<th>选择</th>
</c:if>
<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="${page.list}" var="regBusBdcqzsdjxx">
<tr>
<c:if test="${not empty WO}">
<td><input type="radio" name="radio_Bdcqzsdjxx" id="${regBusBdcqzsdjxx.id}" value=""/></td>
</c:if>
<td><a href="#">
${regBusBdcqzsdjxx.ywh}
</a>
</td>
<td>
${regBusBdcqzsdjxx.zddm}
</td>
<td>
${regBusBdcqzsdjxx.bdcqzh}
</td>
<td>
${regBusBdcqzsdjxx.qlrmc}
</td>
<td>
${regBusBdcqzsdjxx.gyqk}
</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>
</tr>
</c:forEach>
</tbody>
</table>
<div class="pagination">${page}</div>
<input id="btnNext" class="btn btn-primary" type="button" value="下一步" onclick="javascript:choiceNext();"/>
</body>
</html>