|
@@ -150,7 +150,9 @@ text-align:center;
|
|
|
<tr>
|
|
|
<th>总投资 (万元): </th>
|
|
|
<td>
|
|
|
- <input type="text" class="form-control" value="${record.ztz }" name="ztz">
|
|
|
+ <input type="text" class="form-control" value="${record.ztz }" name="ztz"
|
|
|
+ onkeyup="value=value.replace(/[^\d.]/g,'')"
|
|
|
+ onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))">
|
|
|
</td>
|
|
|
<th>投资类型: </th>
|
|
|
<td>
|
|
@@ -185,7 +187,8 @@ text-align:center;
|
|
|
</td>
|
|
|
<th><span class="needwrite">*</span>通过能力(万吨): </th>
|
|
|
<td>
|
|
|
- <input type="text" class="form-control" name="tgnl" value="${record.tgnl }">
|
|
|
+ <input type="text" class="form-control" name="tgnl" value="${record.tgnl }"onkeyup="value=value.replace(/[^\d.]/g,'')"
|
|
|
+ onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))">
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
@@ -198,7 +201,9 @@ text-align:center;
|
|
|
</td>
|
|
|
<th>岸线长度 (米): </th>
|
|
|
<td >
|
|
|
- <input type="text" class="form-control" name="axcd" value="${record.axcd }">
|
|
|
+ <input type="text" class="form-control" name="axcd" value="${record.axcd }"
|
|
|
+ onkeyup="value=value.replace(/[^\d.]/g,'')"
|
|
|
+ onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|