e27f036ce48e5dcfe53ab655314b4513947dedd5.svn-base
6.49 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
<%@ 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">
window.onload = function() {
//初始化置灰
$("#ldsyqxztext").attr("readOnly","true");
};
function gobackSllmList(){
var url = "${ctx}/reg/base/regBaseSllm/list";
window.location = url;
}
function winOpen() {
var optype = '${optype}';
if(optype != null && optype != ""){
alert("修改不能更换森林林木信息!");
return;
}
//弹出窗口的宽度;
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/base/regBaseSllm/lqList","zddmwindow",
"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
}
function winOpenZdjbxxView(zddm){
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/base/regBaseZdjbxx/form?VIEWS=1&flagym=${flagym}&zddm=" + zddm,"zdjbxxviewwindow",
"height="+ iHeight +",width="+ iWidth +",top="+ iTop +",left="+ iLeft +",toolbar=no,menubar=no,scrollbars=yes, resizable=no,location=no, status=no");
}
function select2_tdsyq(tdsyqValue){
$("#ldsyqxztext").data('select2').val([tdsyqValue]);
}
</script>
<style>
.otable-form{width:100%;border-color:#dddddd;border:1px solid #ddd;}
.otable-form,.table-form td{background-color:#fdfdfd;padding:2px;}
.otable-form td.tit{background:#fafafa;text-align:right;padding-right:3px;white-space:nowrap;}
</style>
</head>
<body>
<ul class="nav nav-tabs">
<li class="active"><a href="#">森林、林木信息</a></li>
</ul><br/>
<form:form id="inputForm" name="inputForms" modelAttribute="regBaseSllm" action="${ctx}/reg/base/regBaseSllm/sllmbgsave?ywh=${ywh}&djlx=${djlx}&jid=${jid}&optype=${optype}&xg=${xg}&oldsllmid=${oldsllmid}" method="post" class="form-horizontal">
<form:hidden path="id"/>
<sys:message content="${message}"/>
<fieldset>
<input id="btnChoice" class="btn btn-primary" type="button" value="请选择森林林木信息" onclick="javascript:winOpen();"/>
<br/><br/>
<table class="table-form" >
<tr>
<td class="tit">宗地代码:</td>
<td><form:input path="zddm" id="zddmtext" value="${regBaseSllm.zddm}" readOnly="true" htmlEscape="false" maxlength="19" class="input-large required"/>
<span class="help-inline"><font color="red">*</font> </span>
<td class="tit">编码:</td>
<td>
<c:if test="${empty regBaseSllm.id}">
<form:input path="lmbm" htmlEscape="false" id="bsmtext" value="${LMBM}" readOnly="true" class="input-large digits" maxlength="6"/>
</c:if>
<c:if test="${not empty regBaseSllm.id}">
<form:input path="lmbm" htmlEscape="false" id="bsmtext" readOnly="true" class="input-large digits" maxlength="6"/>
</c:if>
</td>
</tr>
<tr>
<td class="tit">要素代码:</td>
<td><form:input path="ysdm" value="2001040000" readOnly="true" htmlEscape="false" maxlength="10" class="input-large"/></td>
<td class="tit">不动产单元号:</td>
<td><form:input path="bdcdyh" id="bdcdyhtext" htmlEscape="false" readOnly="true" maxlength="28" class="input-large"/></td>
</tr>
<tr>
<td class="tit">坐落:</td>
<td><form:input path="zl" id="zltext" readOnly="true" htmlEscape="false" maxlength="10" class="input-large"/></td>
<td class="tit">用途:</td>
<td><form:input path="yt" id="yttext" htmlEscape="false" readOnly="true" maxlength="28" class="input-large"/></td>
</tr>
<tr>
<td class="tit">使用权面积:</td>
<td><form:input path="syqmj" id="syqmjtext" htmlEscape="false" class="input-large number required"/><font size="4">亩 </font>
<span class="help-inline"><font color="red">*</font> </span>
</td>
<td class="tit">林地所有权性质:</td>
<td><form:select path="ldsyqxz" id="ldsyqxztext" class="input-large ">
<form:options items="${fns:getDictList('reg_bus_tdsyqdm')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select></td>
</tr>
<tr>
<td class="tit">主要树种:</td>
<td>
<form:input path="zysz" id="zysztext" htmlEscape="false" maxlength="30" class="input-large digits required"/>
<span class="help-inline"><font color="red">*</font> </span>
</td>
<td class="tit">株数:</td>
<td><form:input path="zs" id="zstext" htmlEscape="false" maxlength="10" class="input-large digits required"/>
<span class="help-inline"><font color="red">*</font> </span>
</td>
</tr>
<tr>
<td class="tit">林种:</td>
<td><form:select path="lz" id="txtLz" class="input-medium ">
<form:option value="" label=""/>
<form:options items="${fns:getDictList('reg_bus_lz')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select></td>
<td class="tit">起源:</td>
<td><form:select path="qy" class="input-large ">
<form:options items="${fns:getDictList('reg_bus_qy')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
</form:select></td>
</tr>
<tr>
<td class="tit">林班:</td>
<td><form:input path="lb" htmlEscape="false" rows="2" maxlength="50" class="input-large "/></td>
<td class="tit">小班:</td>
<td><form:input path="xb" htmlEscape="false" maxlength="50" class="input-large "/></td>
</tr>
<tr>
<td class="tit">小地名:</td>
<td><form:input path="xdm" htmlEscape="false" rows="2" maxlength="50" class="input-large "/></td>
<td class="tit">造林年度:</td>
<td><form:input path="zlnd" htmlEscape="false" maxlength="50" class="input-large "/></td>
</tr>
</table>
</fieldset>
<div class="form-actions" align="center">
<c:if test="${empty views}">
<shiro:hasPermission name="reg:base:regBaseSllm:edit">
<input id="btnSubmit" class="btn btn-primary" type="submit" value="保 存"/>
</shiro:hasPermission>
</c:if>
<!-- <input id="btnCancel" class="btn" type="button" value="返回" onclick="history.go(-1)"/> -->
</div>
</form:form>
</body>
</html>