@@ -125,7 +125,7 @@
<th>检验报告(或证书)编号: </th>
<td>
<input type="text" class="form-control" name="bh" maxlength="100"
- onkeyup="value=value.replace(/[^\d]/g,'') "
+
onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">
</td>
</tr>
@@ -135,7 +135,7 @@
<input type="text" class="form-control" name="bh" value="${record.bh }" maxlength="100"