|
@@ -70,10 +70,10 @@
|
|
|
<tr>
|
|
|
<th>航道通过能力(万吨/年): </th>
|
|
|
<td >
|
|
|
- <!-- <input type="text" class="form-control" name="hdtgnl"
|
|
|
+ <input type="text" class="form-control" name="hdtgnl"
|
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
- onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"> -->
|
|
|
- <input type="text" class="form-control" name="hdtgnl" value="${record.hdtgnl}" maxlength="13">
|
|
|
+ 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"> --%>
|
|
|
</td>
|
|
|
<th>航道代码: </th>
|
|
|
<td >
|