006eead9f0657fe05d8533eaee403581972f662c.svn-base
6.93 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
<%@ 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" >
var selItems = new Array();
$(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 AddSelItems(){
var checkedCount = $("input[type='radio']:checked").length;
if(checkedCount == 0){
alert("必须选择一条信息!");
return;
}
var idValue = $("input[name='radio_Bdcqzsdjxx']:checked").attr("id");
var bdcdyh = $("input[name='radio_Bdcqzsdjxx']:checked").parent().next().next().text();
//检查当前选中的不动产 信息有没有在办理其它业务 有的话给提示
// $.ajax({
// type:"POST",
// url:"${ctx}/reg/bus/regBusBdcqzsdjxx/isTransaction",
// cache: false,
// data:"id="+idValue,
// async : false,
// success:function(modelmap){
// if(modelmap.success != 1){
// alert("您选择的不动产登记信息正在办理其它业务,可以进行异议注销!");
// }
// }
// });
//设置选择的信息
$.ajax({
type:"POST",
url:"${ctx}/reg/bus/regBusYydj/getInfo",
cache: false,
data:"id="+idValue,
async : false,
success:function(modelmap){
if(modelmap.success != 1){
var entity = modelmap.data;
var index = indexOfSelItems(entity);
var success = indexOfBdcdyh(entity);
if(index < 0){
window.opener.fwzyinfo(idValue.trim());
window.opener.dyh(bdcdyh.trim());
selItems.push(entity);
addTr2("contentSelectedTable",entity);
}else{
alert("只能添加一条登记信息!");
}
}else{
alert(modelmap.msg);
return;
}
}
});
}
function indexOfBdcdyh(regBusBdcqzsdjxx){
var success = "ok";
for (var i = 0; i < selItems.length; i++) {
if (selItems[i].bdcdyh == regBusBdcqzsdjxx.bdcdyh) {
success = "error";
break;
}
}
return success;
}
function indexOfSelItems(regBusBdcqzsdjxx){
var index = -1;
for (var i = 0; i < selItems.length; i++) {
if (selItems.length > 0) {
index = i;
break;
}
}
return index;
}
function addTr2(tab,regBusYydj){
var trHtml = "<tr><td>"+getObj(regBusYydj.ywh)+"</td><td>"+getObj(regBusYydj.bdcdyh)+"</td><td>"+getObj(regBusYydj.bdcqzh)+"</td><td>"+getObj(regBusYydj.djjg)+"</td><td>"+getObj(regBusYydj.dbr)+"</td></tr>";
$("#"+tab+" > tbody").append(trHtml);
}
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").html("");
}
function btnNext(){
if(selItems == null || selItems.length<=0){
alert("没有已选择的房屋信息!");
return;
}
var ids="";
for (var i = 0; i < selItems.length; i++) {
if (selItems[i].id) {
if(isNotNull(ids)){
ids += ";" + selItems[i].id;
}else{
ids = selItems[i].id;
}
}
}
var jid = window.opener.getjid();
var dyh = window.opener.getdyh();
if(${DJLX} == 704){
var url = "${ctx}/reg/bus/regBusYydj/Fwyyzxform?YWH=${YWH}&djlx=${DJLX}&dyh="+dyh+"&jid="+jid;
}else{
alert("选择房屋登记类型不正确,请重新操作!");
return;
}
window.location = url;
}
</script>
</head>
<body>
<input type="hidden" id= "qlr" />
<ul class="nav nav-tabs">
<li class="active"><a href="#">选择可异议的房屋信息</a></li>
</ul>
<form:form id="searchForm" modelAttribute="regBusYydj" action="${ctx}/reg/bus/regBusYydj/fwyyzxregedselect?WO=1&djlx=${DJLX}&curywh=${YWH}" 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>
<tr>
<td><label>不动产单元号:</label>
<form:input path="bdcdyh" htmlEscape="false" maxlength="28" class="input-medium"/>
</td>
<td><label>不动产权证号:</label>
<form:input path="bdcqzh" htmlEscape="false" class="input-medium"/>
</td>
<td align="right" class="btns"><input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/></td>
</tr>
</table>
</form:form>
<sys:message content="${message}"/>
<div id="srcBaseInfo" class="control-group" >
<fieldset>
<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>
</tr>
</thead>
<tbody>
<c:forEach items="${page.list}" var="regBusYydj">
<tr>
<c:if test="${not empty WO}">
<td><input type="radio" name="radio_Bdcqzsdjxx" id="${regBusYydj.id}" value=""/></td>
</c:if>
<td>
<a href="">
${regBusYydj.ywh}
</a>
</td>
<td>
${regBusYydj.bdcdyh}
</td>
<td>
${regBusYydj.bdcqzh}
</td>
<td>
${regBusYydj.djjg}
</td>
<td>
${regBusYydj.dbr}
</td>
</tr>
</c:forEach>
</tbody>
</table>
<div class="pagination">${page}</div>
</fieldset>
</div>
<div id="btnGroup" class="control-group" >
<input id="btnAdd" class="btn btn-primary" type="button" onclick="AddSelItems();" value="添加"/>
<input id="btnEmpty" class="btn btn-primary" type="button" onclick="DestroySelItems();" value="清空"/>
</div>
<div id="targetBaseInfo" class="control-group" style="height: 250px">
<fieldset>
<table id="contentSelectedTable" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>业务号</th>
<th>不动产单元号</th>
<th>不动产权证号</th>
<th>登记机构</th>
<th>登薄人</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</fieldset>
</div>
<div id="btnGroup" class="control-group" >
<input id="btnNext" class="btn btn-primary" type="button" onclick="btnNext();" value="下一步"/>
</div>
</body>
</html>