瀏覽代碼

git-svn-id: https://192.168.57.71/svn/jsgkj@1911 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx 8 年之前
父節點
當前提交
8e5fe4a747

+ 8 - 8
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/ax/axadd.jsp

@@ -130,7 +130,7 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							maxlength="8"> -->
-							<input type="text" class="form-control" name="axcd" maxlength="8" id="axcd">
+							<input type="text" class="form-control" name="axcd" onkeyup="num(this)" maxlength="8" id="axcd">
 							
                        	</td>
 				 		<th>岸线批准文号:&nbsp;</th>
@@ -141,22 +141,22 @@
                    	<tr>
                    		<th>起点坐标_x:&nbsp;</th>
                        	<td>
-                        	<input type="text" class="form-control" name="qdzb" maxlength="50">
+                        	<input type="text" class="form-control" name="qdzb" onkeyup="num(this)" maxlength="50">
                        	</td>
 				 		<th>终点坐标_x:&nbsp;</th>
                        	<td >
-                        	<input type="text" class="form-control" name="zdzb" maxlength="50">
+                        	<input type="text" class="form-control" name="zdzb" onkeyup="num(this)" maxlength="50">
                        	</td>
 				 		
                    	</tr>
                    	<tr>
                    		<th>起点坐标_y:&nbsp;</th>
                        	<td>
-                        	<input type="text" class="form-control" name="qdzby" maxlength="50">
+                        	<input type="text" class="form-control" name="qdzby" onkeyup="num(this)" maxlength="50">
                        	</td>
                        	<th>终点坐标_y:&nbsp;</th>
                        	<td >
-                        	<input type="text" class="form-control" name="zdzby" maxlength="50">
+                        	<input type="text" class="form-control" name="zdzby" onkeyup="num(this)" maxlength="50">
                        	</td>
                    	</tr>
                    	<tr>
@@ -165,20 +165,20 @@
                         	<!-- <input type="text" class="form-control" name="waterarea" 
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-							<input type="text" class="form-control" name="waterarea" id="waterarea" maxlength="15">
+							<input type="text" class="form-control" name="waterarea" id="waterarea" onkeyup="num(this)" maxlength="15">
                        	</td>
 				 		<th>使用陆域土地面积&nbsp;&nbsp;&nbsp;&nbsp;<br>(平方米):&nbsp;</th>
                        	<td >
                         	<!-- <input type="text" class="form-control" name="landarea" 
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-							<input type="text" class="form-control" name="landarea" id="landarea" maxlength="15">
+							<input type="text" class="form-control" name="landarea" id="landarea" onkeyup="num(this)" maxlength="15">
                        	</td>
                    	</tr>
                    	<tr>
                    		<th>使用自然岸线长度(米):&nbsp;</th>
                        	<td >
-							<input type="text" class="form-control" name="linelength" id="linelength" maxlength="15">
+							<input type="text" class="form-control" name="linelength" id="linelength" onkeyup="num(this)" maxlength="15">
                        	</td>
                        	<th></th>
                        	<td></td>

+ 8 - 8
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/ax/axedit.jsp

@@ -141,7 +141,7 @@
 								value="${record.axcd }"
 								maxlength="8"> --%>
 								<input type="text" class="form-control" name="axcd" 
-								value="${record.axcd }" id="axcd"
+								value="${record.axcd }" id="axcd" onkeyup="num(this)"
 								maxlength="8">
 	                       	</td>
 					 		<th>岸线批准文号:&nbsp;</th>
@@ -152,22 +152,22 @@
 	                   	<tr>
 	                   		<th>起点坐标_x:&nbsp;</th>
 	                       	<td>
-	                        	<input type="text" class="form-control" name="qdzb" value="${record.qdzb }" maxlength="50">
+	                        	<input type="text" class="form-control" name="qdzb" onkeyup="num(this)" value="${record.qdzb }" maxlength="50">
 	                       	</td>
 					 		<th>终点坐标_x:&nbsp;</th>
 	                       	<td >
-	                        	<input type="text" class="form-control" name="zdzb" value="${record.zdzb }" maxlength="50">
+	                        	<input type="text" class="form-control" name="zdzb" onkeyup="num(this)" value="${record.zdzb }" maxlength="50">
 	                       	</td>
 					 		
 	                   	</tr>
 	                   	<tr>
 	                   	 	<th>起点坐标_y:&nbsp;</th>
 	                       	<td>
-	                        	<input type="text" class="form-control" name="qdzby" value="${record.qdzby }" maxlength="50">
+	                        	<input type="text" class="form-control" name="qdzby" onkeyup="num(this)" value="${record.qdzby }" maxlength="50">
 	                       	</td>
 	                       	<th>终点坐标_y:&nbsp;</th>
 	                       	<td >
-	                        	<input type="text" class="form-control" name="zdzby" value="${record.zdzby }" maxlength="50">
+	                        	<input type="text" class="form-control" name="zdzby" onkeyup="num(this)" value="${record.zdzby }" maxlength="50">
 	                       	</td>
 	                   	</tr>
 	                   	<tr>
@@ -178,7 +178,7 @@
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 								value="${record.waterarea }"> --%>
 								<input type="text" class="form-control" name="waterarea" 
-								value="${record.waterarea }" id="waterarea" maxlength="15">
+								value="${record.waterarea }" id="waterarea" onkeyup="num(this)" maxlength="15">
 	                       	</td>
 					 		<th>使用陆域土地面积&nbsp;&nbsp;&nbsp;&nbsp;<br>(平方米):&nbsp;</th>
 	                       	<td >
@@ -187,13 +187,13 @@
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 								value="${record.landarea }"> --%>
 								<input type="text" class="form-control" name="landarea"  
-								value="${record.landarea }" id="landarea" maxlength="15"> 
+								value="${record.landarea }" id="landarea" onkeyup="num(this)" maxlength="15"> 
 	                       	</td>
 	                   	</tr>
 	                    <tr>
                    			<th>使用自然岸线长度(米):&nbsp;</th>
 	                       	<td >
-								<input type="text" class="form-control" name="linelength" id="linelength" value="${record.linelength }" maxlength="15">
+								<input type="text" class="form-control" name="linelength" id="linelength" onkeyup="num(this)" value="${record.linelength }" maxlength="15">
 	                       	</td>
 	                       	<th></th>
 	                       	<td></td>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/gk/gkadd.jsp

@@ -74,7 +74,7 @@
 							</td> -->
 							<th>自然岸线长度(米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="zraxcd" maxlength="10">
+								<input type="text" class="form-control" name="zraxcd" onkeyup="num(this)" maxlength="10">
 							</td>
 						</tr>
 						<tr>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/gk/gkedit.jsp

@@ -74,7 +74,7 @@
 							</td> --%>
 							<th>自然岸线长度(米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="zraxcd" value="${record.zraxcd }" maxlength="10">
+								<input type="text" class="form-control" name="zraxcd" onkeyup="num(this)" value="${record.zraxcd }" maxlength="10">
 							</td>
 						</tr>
 						<tr>

+ 15 - 15
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/gq/gqadd.jsp

@@ -77,13 +77,13 @@
 							</td>
 							<th>港区地理位置纬度:&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="dlwzwd" maxlength="40">
+								<input type="text" class="form-control" name="dlwzwd" onkeyup="num(this)" maxlength="40">
 							</td>
 						</tr>
 						<tr>
 							<th>港区地理位置经度:&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="dlwzjd" maxlength="40">
+								<input type="text" class="form-control" name="dlwzjd" onkeyup="num(this)" maxlength="40">
 							</td>
 							<th>港区面积(万平方米):&nbsp;</th>
 							<td >
@@ -91,7 +91,7 @@
 								<!-- <input type="text" class="form-control" name="gqmj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gqmj">
+								<input type="text" class="form-control" onkeyup="num(this)" name="gqmj">
 								
 							</td>
 						</tr>
@@ -102,12 +102,12 @@
 								<!-- <input type="text" class="form-control" name="lymj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="lymj">
+								<input type="text" class="form-control" name="lymj" onkeyup="num(this)">
 								
 							</td>
 							<th>水域范围(万平方米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="syfw">
+								<input type="text" class="form-control" name="syfw" onkeyup="num(this)">
 							</td>
 						</tr>
 						<tr>
@@ -117,7 +117,7 @@
 								<!-- <input type="text" class="form-control" name="symj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="symj">
+								<input type="text" class="form-control" name="symj" onkeyup="num(this)">
 							</td>
 							<th>港区规划面积&nbsp;&nbsp;&nbsp;&nbsp;<br>(万平方米):&nbsp;</th>
 							<td >
@@ -125,7 +125,7 @@
 								<!-- <input type="text" class="form-control" name="gqghmj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gqghmj">
+								<input type="text" class="form-control" name="gqghmj" onkeyup="num(this)">
 							</td>
 							
 						</tr>
@@ -136,7 +136,7 @@
 								<!-- <input type="text" class="form-control" name="ghlymj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								 <input type="text" class="form-control" name="ghlymj"> 
+								 <input type="text" class="form-control" name="ghlymj" onkeyup="num(this)"> 
 							</td>
 							<th>非工业生产用地&nbsp;&nbsp;&nbsp;&nbsp;<br>规划面积(万平方米):&nbsp;</th>
 							<td >
@@ -144,7 +144,7 @@
 								<!-- <input type="text" class="form-control" name="fgyscydghmj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="fgyscydghmj">
+								<input type="text" class="form-control" name="fgyscydghmj" onkeyup="num(this)">
 							</td>
 						</tr>
 						<tr>
@@ -154,7 +154,7 @@
 								<!-- <input type="text" class="form-control" name="ghsymj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="ghsymj">
+								<input type="text" class="form-control" name="ghsymj" onkeyup="num(this)">
 							</td>
 							<th>港区自然岸线长度(米):&nbsp;</th>
 							<td >
@@ -162,7 +162,7 @@
 								<!-- <input type="text" class="form-control" name="gqzraxcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gqzraxcd">
+								<input type="text" class="form-control" name="gqzraxcd" onkeyup="num(this)">
 							</td>
 						</tr>
 						<tr>
@@ -172,7 +172,7 @@
 								<!-- <input type="text" class="form-control" name="gymtaxcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gymtaxcd">
+								<input type="text" class="form-control" name="gymtaxcd" onkeyup="num(this)">
 							</td>
 							<th>港区港口岸线长度(米):&nbsp;</th>
 							<td >
@@ -180,7 +180,7 @@
 								<!-- <input type="text" class="form-control" name="gqgkaxcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								 <input type="text" class="form-control" name="gqgkaxcd"> 
+								 <input type="text" class="form-control" name="gqgkaxcd" onkeyup="num(this)"> 
 							</td>
 						</tr>
 						<tr>
@@ -190,7 +190,7 @@
 								<!-- <input type="text" class="form-control" name="gkssysyaxcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gkssysyaxcd">
+								<input type="text" class="form-control" name="gkssysyaxcd" onkeyup="num(this)">
 							</td>
 							<th>港区地面坡度最大值:&nbsp;</th>
 							<td >
@@ -198,7 +198,7 @@
 								<!-- <input type="text" class="form-control" name="gqdmbdzdz" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gqdmbdzdz">
+								<input type="text" class="form-control" name="gqdmbdzdz" onkeyup="num(this)">
 							</td>
 						</tr>
 						<tr>

+ 15 - 15
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/gq/gqedit.jsp

@@ -78,27 +78,27 @@
 							</td>
 							<th>港区地理位置纬度:&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="dlwzwd" value="${record.dlwzwd }" maxlength="40">
+								<input type="text" class="form-control" name="dlwzwd" onkeyup="num(this)" value="${record.dlwzwd }" maxlength="40">
 							</td>
 						</tr>
 						<tr>
 							<th>港区地理位置经度:&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="dlwzjd" value="${record.dlwzjd }" maxlength="40">
+								<input type="text" class="form-control" name="dlwzjd" onkeyup="num(this)" value="${record.dlwzjd }" maxlength="40">
 							</td>
 							<th>港区面积(万平方米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="gqmj" value="${record.gqmj }">
+								<input type="text" class="form-control" name="gqmj" onkeyup="num(this)" value="${record.gqmj }">
 							</td>
 						</tr>
 							<tr>
 							<th>陆域面积(万平方米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="lymj" value="${record.lymj }">
+								<input type="text" class="form-control" name="lymj" onkeyup="num(this)" value="${record.lymj }">
 							</td>
 							<th>水域范围(万平方米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="syfw" value="${record.syfw }">
+								<input type="text" class="form-control" name="syfw" onkeyup="num(this)" value="${record.syfw }">
 							</td>
 							
 						</tr>
@@ -109,7 +109,7 @@
 								<%-- <input type="text" class="form-control" name="symj" value="${record.symj}"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="symj" value="${record.symj}">
+								<input type="text" class="form-control" name="symj" onkeyup="num(this)" value="${record.symj}">
 							</td>
 							<th>港区规划面积&nbsp;&nbsp;&nbsp;&nbsp;<br>(万平方米):&nbsp;</th>
 							<td >
@@ -117,13 +117,13 @@
 								<%-- <input type="text" class="form-control" name="gqghmj" value="${record.gqghmj }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="gqghmj" value="${record.gqghmj }">
+								<input type="text" class="form-control" name="gqghmj" onkeyup="num(this)" value="${record.gqghmj }">
 							</td>
 						</tr>
 							<tr>
 							<th>规划陆域面积&nbsp;&nbsp;&nbsp;&nbsp;<br>(万平方米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="ghlymj" value="${record.ghlymj }"> 
+								<input type="text" class="form-control" name="ghlymj" onkeyup="num(this)" value="${record.ghlymj }"> 
 							</td>
 							<th>非工业生产用地&nbsp;&nbsp;&nbsp;&nbsp;<br>规划面积(万平方米):&nbsp;</th>
 							<td >
@@ -131,7 +131,7 @@
 								<%-- <input type="text" class="form-control" name="fgyscydghmj" value="${record.fgyscydghmj }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="fgyscydghmj" value="${record.fgyscydghmj }">
+								<input type="text" class="form-control" name="fgyscydghmj" onkeyup="num(this)" value="${record.fgyscydghmj }">
 							</td>
 						</tr>
 						<tr>
@@ -141,7 +141,7 @@
 								<%-- <input type="text" class="form-control" name="ghsymj" value="${record.ghsymj }" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								 <input type="text" class="form-control" name="ghsymj" value="${record.ghsymj }" >
+								 <input type="text" class="form-control" name="ghsymj" onkeyup="num(this)" value="${record.ghsymj }" >
 							</td>
 							<th>港区自然岸线长度(米):&nbsp;</th>
 							<td >
@@ -149,7 +149,7 @@
 								<%-- <input type="text" class="form-control" name="gqzraxcd " value="${record.gqzraxcd }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="gqzraxcd" value="${record.gqzraxcd }">
+								<input type="text" class="form-control" name="gqzraxcd" onkeyup="num(this)" value="${record.gqzraxcd }">
 							</td>
 						</tr>
 						<tr>
@@ -159,7 +159,7 @@
 								<%-- <input type="text" class="form-control" name="gymtaxcd" value="${record.gymtaxcd }" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="gymtaxcd" value="${record.gymtaxcd }" >
+								<input type="text" class="form-control" name="gymtaxcd" onkeyup="num(this)" value="${record.gymtaxcd }" >
 							</td>
 							<th>港区港口岸线长度(米):&nbsp;</th>
 							<td >
@@ -167,7 +167,7 @@
 								<%-- <input type="text" class="form-control" name="gqgkaxcd" value="${record.gqgkaxcd }" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="gqgkaxcd" value="${record.gqgkaxcd }" >
+								<input type="text" class="form-control" name="gqgkaxcd" onkeyup="num(this)" value="${record.gqgkaxcd }" >
 							</td>
 						</tr>
 						<tr>
@@ -177,7 +177,7 @@
 								<!-- <input type="text" class="form-control" name="gkssysyaxcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gkssysyaxcd" value="${record.gkssysyaxcd }">
+								<input type="text" class="form-control" name="gkssysyaxcd" onkeyup="num(this)" value="${record.gkssysyaxcd }">
 							</td>
 							<th>港区地面坡度最大值:&nbsp;</th>
 							<td >
@@ -185,7 +185,7 @@
 								<!-- <input type="text" class="form-control" name="gqdmbdzdz" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="gqdmbdzdz" value="${record.gqdmbdzdz }">
+								<input type="text" class="form-control" name="gqdmbdzdz" onkeyup="num(this)" value="${record.gqdmbdzdz }">
 							</td>
 						</tr>
 						<%-- <tr>

+ 6 - 6
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/jghd/jghdadd.jsp

@@ -57,20 +57,20 @@
 								<!-- <input type="text" class="form-control" name="hdss"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="hdss" value="${record.hdss}" maxlength="13">
+								<input type="text" class="form-control" name="hdss" onkeyup="num(this)" value="${record.hdss}" maxlength="13">
 							</td>
 							<th>航道长度(米):&nbsp;</th>
 							<td >
 							<!-- 	<input type="text" class="form-control" name="hdcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="hdcd" value="${record.hdcd}" maxlength="13">
+								<input type="text" class="form-control" name="hdcd" onkeyup="num(this)" value="${record.hdcd}" maxlength="13">
 							</td>
 						</tr>
 						<tr>
 							<th>航道通过能力(万吨/年):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="hdtgnl" 
+								<input type="text" class="form-control" name="hdtgnl" onkeyup="num(this)"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" value="${record.hdtgnl}">
 								<%-- <input type="text" class="form-control" name="hdtgnl" value="${record.hdtgnl}" maxlength="13"> --%>
@@ -96,14 +96,14 @@
 								<!-- <input type="text" class="form-control" name="hdzdss" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="hdzdss" value="${record.hdzdss}" maxlength="13">
+								<input type="text" class="form-control" name="hdzdss" onkeyup="num(this)" value="${record.hdzdss}" maxlength="13">
 							</td>
 							<th>航道宽度(米):&nbsp;</th>
 							<td >
 								<!-- <input type="text" class="form-control" name="hdkd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="hdkd" value="${record.hdkd}" maxlength="13">
+								<input type="text" class="form-control" name="hdkd" onkeyup="num(this)" value="${record.hdkd}" maxlength="13">
 							</td>
 						</tr>
 						<tr>
@@ -112,7 +112,7 @@
 								<!-- <input type="text" class="form-control" name="hdyxkd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="hdyxkd" value="${record.hdyxkd}" maxlength="13">
+								<input type="text" class="form-control" name="hdyxkd" onkeyup="num(this)" value="${record.hdyxkd}" maxlength="13">
 							</td>
 							<th></th>
 							<td></td>

+ 6 - 6
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/jghd/jghdedit.jsp

@@ -62,7 +62,7 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdss }"> --%>
-							<input type="text" class="form-control" name="hdss" value="${record.hdss }" maxlength="13">
+							<input type="text" class="form-control" name="hdss" onkeyup="num(this)" value="${record.hdss }" maxlength="13">
 						</td>
 						<th>航道长度(米):&nbsp;</th>
 						<td >
@@ -70,13 +70,13 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdcd }"> --%>
-							<input type="text" class="form-control" name="hdcd" value="${record.hdcd }" maxlength="13">
+							<input type="text" class="form-control" name="hdcd" onkeyup="num(this)" value="${record.hdcd }" maxlength="13">
 						</td>
 					</tr>
 					<tr>
 						<th>航道通过能力(万吨/年):&nbsp;</th>
 						<td >
-							<input type="text" class="form-control" name="hdtgnl" 
+							<input type="text" class="form-control" name="hdtgnl"  onkeyup="num(this)"
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdtgnl }">
@@ -104,7 +104,7 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdzdss }"> --%>
-							<input type="text" class="form-control" name="hdzdss" value="${record.hdzdss}" maxlength="13">
+							<input type="text" class="form-control" name="hdzdss" onkeyup="num(this)" value="${record.hdzdss}" maxlength="13">
 						</td>
 						<th>航道宽度(米):&nbsp;</th>
 						<td >
@@ -112,7 +112,7 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdkd }"> --%>
-							<input type="text" class="form-control" name="hdkd" value="${record.hdkd}" maxlength="13">
+							<input type="text" class="form-control" name="hdkd" onkeyup="num(this)" value="${record.hdkd}" maxlength="13">
 						</td>
 					</tr>
 					<tr>
@@ -122,7 +122,7 @@
 							onkeyup="value=value.replace(/[^\d]/g,'') "
 							onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
 							value="${record.hdyxkd }"> --%>
-							<input type="text" class="form-control" name="hdyxkd" value="${record.hdyxkd}" maxlength="13">
+							<input type="text" class="form-control" name="hdyxkd" onkeyup="num(this)" value="${record.hdyxkd}" maxlength="13">
 						</td>
 						
 					</tr>

+ 6 - 6
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/md/mdadd.jsp

@@ -61,7 +61,7 @@
 								<!-- <input type="text" class="form-control" name="mdcd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								 <input type="text" class="form-control" name="mdcd" id="mdcd" maxlength="8">
+								 <input type="text" class="form-control" name="mdcd" id="mdcd" onkeyup="num(this)" maxlength="8">
 							</td>
 							<th>锚地宽度(米):&nbsp;</th>
 							<td >
@@ -69,7 +69,7 @@
 								<!-- <input type="text" class="form-control" name="mdkd" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="mdkd" id="mdkd" maxlength="8">
+								<input type="text" class="form-control" name="mdkd" id="mdkd" onkeyup="num(this)" maxlength="8">
 							</td>
 						</tr>
 						<tr>
@@ -79,7 +79,7 @@
 								<!-- <input type="text" class="form-control" name="mdss" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="mdss" id="mdss">
+								<input type="text" class="form-control" name="mdss" onkeyup="num(this)" id="mdss">
 							</td>
 							<th>锚地面积(万平方米):&nbsp;</th>
 							<td >
@@ -87,7 +87,7 @@
 								<!-- <input type="text" class="form-control" name="mdmj" 
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
-								<input type="text" class="form-control" name="mdmj" id="mdmj" maxlength="8">
+								<input type="text" class="form-control" name="mdmj" id="mdmj" onkeyup="num(this)" maxlength="8">
 							</td>
 						</tr>
 						<tr>
@@ -97,7 +97,7 @@
 							</td>
 							<th>系泊能力(吨级):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="xbnl" id="xbnl" maxlength="200">
+								<input type="text" class="form-control" name="xbnl" id="xbnl" onkeyup="num(this)" maxlength="200">
 							</td>
 						</tr>
 						<tr>
@@ -107,7 +107,7 @@
 							</td>
 							<th>锚位半径(米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="mwbj" id="mwbj" maxlength="40">
+								<input type="text" class="form-control" name="mwbj" id="mwbj" onkeyup="num(this)" maxlength="40">
 							</td>
 						</tr>
 						<tr>

+ 6 - 6
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/md/mdedit.jsp

@@ -63,7 +63,7 @@
 								<%-- <input type="text" class="form-control" name="mdcd" value="${record.mdcd }" id="mdcd"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="mdcd" value="${record.mdcd }" id="mdcd" maxlength=8>
+								<input type="text" class="form-control" name="mdcd" onkeyup="num(this)" value="${record.mdcd }" id="mdcd" maxlength=8>
 							</td>
 							<th>锚地宽度(米):&nbsp;</th>
 							<td >
@@ -71,7 +71,7 @@
 								<%-- <input type="text" class="form-control" name="mdkd" value="${record.mdkd }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="mdkd" value="${record.mdkd }" id="mdkd" maxlength="8">
+								<input type="text" class="form-control" name="mdkd" onkeyup="num(this)" value="${record.mdkd }" id="mdkd" maxlength="8">
 							</td>
 					</tr><tr>
 							<th>锚地水深(米):&nbsp;</th>
@@ -80,7 +80,7 @@
 								<%-- <input type="text" class="form-control" name="mdss" value="${record.mdss }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="mdss" value="${record.mdss }" id="mdss" maxlength="8">
+								<input type="text" class="form-control" name="mdss" onkeyup="num(this)" value="${record.mdss }" id="mdss" maxlength="8">
 								
 							</td>
 							<th>锚地面积(万平方米):&nbsp;</th>
@@ -89,7 +89,7 @@
 								<%-- <input type="text" class="form-control" name="mdmj" value="${record.mdmj }"
 								onkeyup="value=value.replace(/[^\d]/g,'') "
 								onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> --%>
-								<input type="text" class="form-control" name="mdmj" value="${record.mdmj }" id="mdmj" maxlength="8">
+								<input type="text" class="form-control" name="mdmj" onkeyup="num(this)" value="${record.mdmj }" id="mdmj" maxlength="8">
 								
 							</td>
 							</tr>
@@ -100,7 +100,7 @@
 							</td>
 							<th>系泊能力(吨级):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="xbnl" value="${record.xbnl }" maxlength="200">
+								<input type="text" class="form-control" name="xbnl" onkeyup="num(this)" value="${record.xbnl }" maxlength="200">
 							</td>
 						</tr>
 						<%-- <tr>
@@ -117,7 +117,7 @@
 							</td>
 							<th>锚位半径(米):&nbsp;</th>
 							<td >
-								<input type="text" class="form-control" name="mwbj" value="${record.mwbj }" maxlength="40">
+								<input type="text" class="form-control" name="mwbj" onkeyup="num(this)" value="${record.mwbj }" maxlength="40">
 							</td>
 						</tr>
 						<tr>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/cghzyxxgl/dcsb/dcsbadd.jsp

@@ -148,7 +148,7 @@
 			</td>
 			 <th><span class="needwrite">*</span>作业数量(吨):&nbsp;</th>
 			<td >
-				<input type="text" class="form-control" name="zysl" id="zysl">
+				<input type="text" class="form-control" name="zysl" id="zysl" onkeyup="num(this)">
 			</td>
 		</tr>  
 		<tr style="display:none">

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/cghzyxxgl/dcsb/dcsbedit.jsp

@@ -146,7 +146,7 @@
 			</td>
 			<th><span class="needwrite">*</span>作业数量(吨):&nbsp;</th>
 			<td >
-				<input type="text" class="form-control"  value="${record.zysl }" name="zysl" id="zysl">
+				<input type="text" class="form-control"  value="${record.zysl }" name="zysl" onkeyup="num(this)" id="zysl">
 			</td>
 		</tr>
 		<tr style="display:none">

+ 7 - 7
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqadd.jsp

@@ -279,7 +279,7 @@
 							</td>
 							<th><span class="needwrite">*</span>注册资本:&nbsp;</th>
 							<td>
-								<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" value="${gkjyr.zczb }">
+								<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" onkeyup="num(this)" value="${gkjyr.zczb }">
 							</td>
 						</tr>
 						<tr>
@@ -331,28 +331,28 @@
 						<tr>
 							<td align="right">营业收入(万元):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="yysr" name="yysr" value="">
+								<input type="text" class="form-control"    id="yysr" name="yysr" onkeyup="num(this)" value="">
 							</td>
 							<td>
-								<input type="text" class="form-control" style="width:61%" id="yysrr" name="yysrr" value="">
+								<input type="text" class="form-control" style="width:61%" id="yysrr" name="yysrr" onkeyup="num(this)" value="">
 							</td>
 						</tr>
 						<tr>
 							<td align="right">理货量(万吨):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="lhl" name="lhl" value="">
+								<input type="text" class="form-control"    id="lhl" name="lhl" onkeyup="num(this)" value="">
 							</td>
 							<td>
-								<input type="text" class="form-control"  style="width:61%" id="lhll" name="lhll" value="">
+								<input type="text" class="form-control"  style="width:61%" id="lhll" name="lhll" onkeyup="num(this)" value="">
 							</td>
 						</tr>
 						<tr>
 							<td align="right">理箱量(万TEU):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="lxl" name="lxl" value="">
+								<input type="text" class="form-control"    id="lxl" name="lxl" onkeyup="num(this)" value="">
 							</td>
 							<td>
-								<input type="text" class="form-control" style="width:61%" id="lxll" name="lxll" value="">
+								<input type="text" class="form-control" style="width:61%" id="lxll" name="lxll" onkeyup="num(this)" value="">
 							</td>
 						</tr> 
 							</table> 

+ 7 - 7
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqedit.jsp

@@ -272,7 +272,7 @@
 							</td>
 							<th><span class="needwrite">*</span>注册资本:&nbsp;</th>
 							<td>
-								<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" value="${record.zczb }">
+								<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" onkeyup="num(this)" value="${record.zczb }">
 							</td>
 						</tr>
 						<tr>
@@ -333,28 +333,28 @@
 						<tr>
 							<td align="right">营业收入(万元):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="yysr" name="yysr" value="${record.yysr }">
+								<input type="text" class="form-control"    id="yysr" name="yysr" onkeyup="num(this)" value="${record.yysr }">
 							</td>
 							<td>
-								<input type="text" class="form-control" style="width:61%" id="yysrr" name="yysrr" value="${record.yysrr }">
+								<input type="text" class="form-control" style="width:61%" id="yysrr" name="yysrr" onkeyup="num(this)" value="${record.yysrr }">
 							</td>
 						</tr>
 						<tr>
 							<td align="right">理货量(万吨):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="lhl" name="lhl" value="${record.lhl }">
+								<input type="text" class="form-control"    id="lhl" name="lhl" onkeyup="num(this)" value="${record.lhl }">
 							</td>
 							<td>
-								<input type="text" class="form-control"  style="width:61%" id="lhll" name="lhll" value="${record.lhll }">
+								<input type="text" class="form-control"  style="width:61%" id="lhll" name="lhll" onkeyup="num(this)" value="${record.lhll }">
 							</td>
 						</tr>
 						<tr>
 							<td align="right">理箱量(万TEU):&nbsp;</td>
 							<td>
-								<input type="text" class="form-control"    id="lxl" name="lxl" value="${record.lxl }">
+								<input type="text" class="form-control"    id="lxl" name="lxl" onkeyup="num(this)" value="${record.lxl }">
 							</td>
 							<td>
-								<input type="text" class="form-control" style="width:61%" id="lxll" name="lxll" value="${record.lxll }">
+								<input type="text" class="form-control" style="width:61%" id="lxll" name="lxll" onkeyup="num(this)" value="${record.lxll }">
 							</td>
 						</tr> 
 							</table> 

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxadd.jsp

@@ -102,7 +102,7 @@
 			</td>
 			<th><span class="needwrite">*</span>注册资本:&nbsp;</th>
 			<td>
-				<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" value="${gkjyr.zczb }">
+				<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" onkeyup="num(this)" value="${gkjyr.zczb }">
 			</td>
 		</tr>
 		<tr>

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxedit.jsp

@@ -64,7 +64,7 @@
 			</td>
 			<th><span class="needwrite">*</span>注册资本:&nbsp;</th>
 			<td>
-				<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" value="${record.zczb }">
+				<input type="text" class="form-control"  style="width:61%"  id="zczb" name="zczb" onkeyup="num(this)" value="${record.zczb }">
 			</td>
 		</tr>
 		<tr>