|
@@ -122,16 +122,13 @@
|
|
|
|
|
|
<th><span class="needwrite">*</span>机械数量: </th>
|
|
|
<td>
|
|
|
- <input type="text" class="form-control" name="jxsl"
|
|
|
- onkeyup="value=value.replace(/[^\d]/g,'') "
|
|
|
- onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"
|
|
|
- value="${record.jxsl }">
|
|
|
+ <input type="text" class="form-control" name="jxsl" onkeyup="numInteger(this)" value="${record.jxsl }">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>机械负荷能力数值: </th>
|
|
|
<td>
|
|
|
- <input type="text" class="form-control" name="jxfhnlsz" value="${record.jxfhnlsz }">
|
|
|
+ <input type="text" class="form-control" name="jxfhnlsz" value="${record.jxfhnlsz }"onkeyup="num(this)">
|
|
|
</td>
|
|
|
<th>机械负荷能力单位: </th>
|
|
|
<td>
|