|
@@ -233,17 +233,11 @@
|
|
<tr>
|
|
<tr>
|
|
<th>投产年份: </th>
|
|
<th>投产年份: </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" class="form-control" name="tcnf"
|
|
|
|
- onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
|
- onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
|
|
- value="${record.tcnf }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="tcnf" onkeyup="numInteger(this)" value="${record.tcnf }">
|
|
</td>
|
|
</td>
|
|
<th>竣工验收年份: </th>
|
|
<th>竣工验收年份: </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" class="form-control" name="jgysnf"
|
|
|
|
- onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
|
- onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
|
|
- value="${record.jgysnf }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="jgysnf" onkeyup="numInteger(this)" value="${record.jgysnf }">
|
|
</td>
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
@@ -254,7 +248,7 @@
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
value="${record.qysjsh }"> --%>
|
|
value="${record.qysjsh }"> --%>
|
|
- <input type="text" class="form-control" name="qysjsh" value="${record.qysjsh }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="qysjsh" value="${record.qysjsh }" onkeyup="num(this)">
|
|
</td>
|
|
</td>
|
|
<th><span class="needwrite">*</span>前沿实际水深(米): </th>
|
|
<th><span class="needwrite">*</span>前沿实际水深(米): </th>
|
|
<td>
|
|
<td>
|
|
@@ -262,14 +256,14 @@
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
value="${record.qysjss }"> --%>
|
|
value="${record.qysjss }"> --%>
|
|
- <input type="text" class="form-control" name="qysjss" value="${record.qysjss}">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="qysjss" value="${record.qysjss}" onkeyup="num(this)">
|
|
</td>
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th><span class="needwrite">*</span>泊位长度(米): </th>
|
|
<th><span class="needwrite">*</span>泊位长度(米): </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" class="form-control" name="bwcd" value="${record.bwcd }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="bwcd" value="${record.bwcd }" onkeyup="num(this)">
|
|
<%-- <input type="text" class="form-control" name="bwcd"
|
|
<%-- <input type="text" class="form-control" name="bwcd"
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
@@ -299,7 +293,7 @@
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
value="${record.sjkpnl }"> --%>
|
|
value="${record.sjkpnl }"> --%>
|
|
- <input type="text" class="form-control" name="sjkpnl" value="${record.sjkpnl}">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="sjkpnl" value="${record.sjkpnl}" onkeyup="num(this)">
|
|
</td>
|
|
</td>
|
|
<th><span class="needwrite">*</span>核查靠泊能力(吨): </th>
|
|
<th><span class="needwrite">*</span>核查靠泊能力(吨): </th>
|
|
<td>
|
|
<td>
|
|
@@ -307,7 +301,7 @@
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
value="${record.hckpnl }"> --%>
|
|
value="${record.hckpnl }"> --%>
|
|
- <input type="text" class="form-control" onKeyPress="if((event.keyCode<48 || event.keyCode>57) && event.keyCode!=46 || /\.\d\d\d\d$/.test(value))event.returnValue=false" name="hckpnl" value="${record.hckpnl}">
|
|
|
|
|
|
+ <input type="text" class="form-control" onkeyup="num(this)" name="hckpnl" value="${record.hckpnl}">
|
|
</td>
|
|
</td>
|
|
<%-- <th>年货物通过能力(万吨): </th>
|
|
<%-- <th>年货物通过能力(万吨): </th>
|
|
<td>
|
|
<td>
|
|
@@ -419,7 +413,7 @@
|
|
<tr>
|
|
<tr>
|
|
<th>货物设计年综合通过能力(万吨): </th>
|
|
<th>货物设计年综合通过能力(万吨): </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" onKeyPress="if((event.keyCode<48 || event.keyCode>57) && event.keyCode!=46 || /\.\d\d\d\d$/.test(value))event.returnValue=false" class="form-control" name="nhwtgnl" value="${record.nhwtgnl }">
|
|
|
|
|
|
+ <input type="text" onkeyup="num(this)" class="form-control" name="nhwtgnl" value="${record.nhwtgnl }">
|
|
</td>
|
|
</td>
|
|
<%-- <th>货物核查年综合通过能力(万吨): </th>
|
|
<%-- <th>货物核查年综合通过能力(万吨): </th>
|
|
<td>
|
|
<td>
|
|
@@ -427,7 +421,7 @@
|
|
</td> --%>
|
|
</td> --%>
|
|
<th>集装箱设计年综合通过能力(万TEU): </th>
|
|
<th>集装箱设计年综合通过能力(万TEU): </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" onKeyPress="if((event.keyCode<48 || event.keyCode>57) && event.keyCode!=46 || /\.\d\d\d\d$/.test(value))event.returnValue=false" class="form-control" name="njzxtgnl" value="${record.njzxtgnl }">
|
|
|
|
|
|
+ <input type="text" onkeyup="num(this)" class="form-control" name="njzxtgnl" value="${record.njzxtgnl }">
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<%-- <tr>
|
|
<%-- <tr>
|
|
@@ -451,7 +445,7 @@
|
|
<tr>
|
|
<tr>
|
|
<th>滚装汽车设计年综合通过能力(万辆): </th>
|
|
<th>滚装汽车设计年综合通过能力(万辆): </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" class="form-control" name="gzsj" value="${record.gzsj }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="gzsj" value="${record.gzsj }" onkeyup="num(this)">
|
|
</td>
|
|
</td>
|
|
<%-- <th>滚装汽车核查年综合通过能力(万辆): </th>
|
|
<%-- <th>滚装汽车核查年综合通过能力(万辆): </th>
|
|
<td>
|
|
<td>
|
|
@@ -459,7 +453,7 @@
|
|
</td> --%>
|
|
</td> --%>
|
|
<th>旅客设计年综合通过能力(万人): </th>
|
|
<th>旅客设计年综合通过能力(万人): </th>
|
|
<td>
|
|
<td>
|
|
- <input type="text" class="form-control" name="lksj" value="${record.lksj }">
|
|
|
|
|
|
+ <input type="text" class="form-control" name="lksj" value="${record.lksj }" onkeyup="num(this)">
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<%-- <tr>
|
|
<%-- <tr>
|