|
@@ -77,13 +77,13 @@
|
|
|
</td>
|
|
|
<th>港区地理位置纬度: </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>港区地理位置经度: </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>港区面积(万平方米): </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>水域范围(万平方米): </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>港区规划面积 <br>(万平方米): </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>非工业生产用地 <br>规划面积(万平方米): </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>港区自然岸线长度(米): </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>港区港口岸线长度(米): </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>港区地面坡度最大值: </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>
|