regBusPropertyLand.jsp
8.04 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
251
252
253
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<title>土地使用权
<c:if test="${DJLX eq 602}">更正</c:if>
<c:if test="${DJLX ne 602}">变更</c:if>
</title>
<meta name="decorator" content="default" />
<script type="text/javascript">
$(document).ready(function() {
});
function winOpenPropertyForm(){
var url = "${ctx}/reg/base/regBaseZdjbxx/propertyform?YWH=${YWH}&YSDM=2001010000&oldywid=${OldYWID}&djlx=${DJLX}&zddm=${ZDDM}&isFlagZrz=${isFlagZrz}";
window.location = url;
}
function btnConformClick(){
var djlx = "${DJLX}";
$.ajax({
type:"POST", //请求方式
url:"${ctx}/reg/bus/regBusBdcqzsdjxx/submitproperty", //请求路径
cache: false, //(默认: true,dataType为script和jsonp时默认为false) jQuery 1.2 新功能,设置为 false 将不缓存此页面。
data:"OldYWID=${OldYWID}&YWH=${YWH}&YSDM=2001010000&djlx=${DJLX}", //传参
async : false,
success:function(modelmap){
//alert("使用权属性变更成功!");
window.opener.propertyframe.location.reload();
//window.close();
var url = "${ctx}/reg/bus/regBusJsydsyq/bgchangeform?ywh=${YWH}&djxl=${DJLX}&YSDM=6002020100";
window.location = url;
}
});
}
//更名结束【不用去权属添加页面】
function btnGmConformClick(){
//直接返回受理申请页面,并且关闭当前
if(window.opener){
window.opener.document.qlrframe.location.reload();
window.opener.document.jsydsyqframe.location.reload();
window.opener.document.propertyframe.location.reload();
}
window.close();
}
</script>
</head>
<body>
<!-- 显示原始信息-->
<div id="srcBaseInfo" class="control-group">
<fieldset>
<legend>
<c:if test="${DJLX eq 602}">更正</c:if>
<c:if test="${DJLX ne 602}">变更</c:if>
前不动产信息</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>
<th>面积</th>
<th>使用期限</th>
</tr>
</thead>
<tbody>
<tr>
<td>
${regBusBdcqzsdjxx.ywh}
</td>
<td>
<a href="javascript:void(0);">${regBusBdcqzsdjxx.bdcdyh}</a>
</td>
<td>
${regBusBdcqzsdjxx.zddm}
</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>
<td>
${regBusBdcqzsdjxx.syqx}
</td>
</tr>
</tbody>
</table>
<!--
<div class="control-group" align="center" >
<table width="99%" border="1" style="border-style: solid; border-color: #000" cellspacing="0" cellpadding="3">
<tr>
<td colspan="2">单位:□平方米/□公顷、万元</td>
<td width="10%">土地证号</td>
<td colspan="2">${mapinfo['BDCQZH']}</td>
<td width="10%" align="right">不动产单元号</td>
<td width="10%">${mapinfo['BDCDYH']}</td>
</tr>
<tr>
<td width="10%">地 号</td>
<td width="32%">${mapinfo['ZDDM']}</td>
<td width="10%">图 号</td>
<td colspan="2">${mapinfo['TFH']}</td>
<td>调查表号</td>
<td>${mapinfo['DAH']}</td>
</tr>
<tr>
<td>宗地面积</td>
<td>${mapinfo['ZDMJ']}</td>
<td>坐 落</td>
<td colspan="4">${mapinfo['ZL']}</td>
</tr>
<tr>
<td>用 途</td>
<td>${mapinfo['YT']}</td>
<td>权 利 人</td>
<td colspan="4">${mapinfo['QLRMC']}</td>
</tr>
<tr>
<td>证件种类</td>
<td>${mapinfo['ZJLX']}</td>
<td>证件编号</td>
<td width="10%">${mapinfo['SFZH']}</td>
<td colspan="2">审批表号</td>
<td>${mapinfo['YWH']}</td>
</tr>
<tr>
<td>单位性质</td>
<td>${mapinfo['DWXZ']}</td>
<td>通讯地址</td>
<td>${mapinfo['TXDZ']}</td>
<td colspan="3">邮编:723000</td>
</tr>
<tr>
<td>权属性质</td>
<td>${mapinfo['QLXZ']}</td>
<td>使用权类型</td>
<td>${mapinfo['QLLX']}</td>
<td colspan="2">土地权利证书号</td>
<td>${mapinfo['BDCQZBH']}</td>
</tr>
<tr>
<td>使用期限</td>
<td>${mapinfo['SYNX']}</td>
<td>终止日期</td>
<td>${mapinfo['ZZRQ']}</td>
<td colspan="2">土地归户卡号</td>
<td>${mapinfo['BDCQZBH']}</td>
</tr>
<tr>
<td rowspan="2">取得价格</td>
<td rowspan="2">${mapinfo['JG']}</td>
<td rowspan="2">使用权面积</td>
<td rowspan="2">${mapinfo['ZDMJ']}</td>
<td width="2%" rowspan="2" align="center">其<br />中
</td>
<td>独用面积</td>
<td>${mapinfo['DYMJ']}</td>
</tr>
<tr>
<td>分摊面积</td>
<td>${mapinfo['FTMJ']}</td>
</tr>
<tr>
<td>建筑容积率</td>
<td>${mapinfo['RJL']}</td>
<td>建筑密度</td>
<td>${mapinfo['JZMD']}</td>
<td colspan="2">建筑限高</td>
<td>${mapinfo['JZXG']}</td>
</tr>
<tr>
<td>建筑物占地面积</td>
<td>${mapinfo['JZZDMD']}</td>
<td>建筑物类型</td>
<td> ${mapinfo['JZWLX']} </td>
<td colspan="2">申报建筑物权属</td>
<td>${mapinfo['SBJZWQS']} </td>
</tr>
<tr>
<td><p>土地权属来源证明文件名称、编号、日期</p></td>
<td colspan="6"><p>${mapinfo['BZ']}</p></td>
</tr>
</table>
</div>
-->
</fieldset>
</div>
<sys:message content="${message}" />
<div id="divisionInfo" class="control-group">
<fieldset>
<legend>
<c:if test="${DJLX eq 602}">更正</c:if>
<c:if test="${DJLX ne 602}">变更</c:if>
后不动产信息
</legend>
<c:if test="${DJLX eq '421'}">
<input id="btnProperty" class="btn btn-primary" style="float:right;" type="button"
onClick="winOpenQlrmcChangeForm();" value="权利人更名"/>
<iframe id="propertyframe" name="propertyframe" src="${ctx}/reg/bus/regBusBdcqzsdjxx/propertylist?YWH=${YWH}&YSDM=2001010000&WO=1" width="100%" height="200" frameborder="no" border="0" marginwidth="0"
marginheight="0" scrolling="yes" allowtransparency="yes"></iframe>
<input id="btnConform" class="btn btn-primary" style="float:right;" type="button" onClick="btnGmConformClick();" value="确 认"/>
</c:if>
<c:if test="${DJLX ne '421'}">
<c:if test="${DJLX eq 602}">
<input id="btnProperty" class="btn btn-primary" style="float:right;" type="button"
onClick="winOpenPropertyForm();" value="宗地基本信息更正"/>
</c:if>
<c:if test="${DJLX ne 602}">
<input id="btnProperty" class="btn btn-primary" style="float:right;" type="button"
onClick="winOpenPropertyForm();" value="宗地基本信息变更"/>
</c:if>
<iframe id="propertyframe" name="propertyframe" src="${ctx}/reg/bus/regBusBdcqzsdjxx/propertylist?YWH=${YWH}&YSDM=2001010000&WO=1" width="100%" height="200" frameborder="no" border="0" marginwidth="0"
marginheight="0" scrolling="yes" allowtransparency="yes"></iframe>
<input id="btnConform" class="btn btn-primary" style="float:right;" type="button" onClick="btnConformClick();" value="下一步"/>
</c:if>
</fieldset>
</div>
</body>
</html>