@@ -313,11 +313,11 @@
<tr>
<th>员工总数: </th>
<td>
- <input type="text" class="form-control" id="ygzs" name="ygzs" value="">
+ <input type="text" class="form-control" id="ygzs" name="ygzs" onkeyup="numInteger(this)" value="">
</td>
<th>理货员数: </th>
- <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" value="">
+ <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" onkeyup="numInteger(this)" value="">
</tr>
@@ -314,11 +314,11 @@
- <input type="text" class="form-control" id="ygzs" name="ygzs" value="${record.ygzs }">
+ <input type="text" class="form-control" id="ygzs" name="ygzs" onkeyup="numInteger(this)" value="${record.ygzs }">
- <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" value="${record.lhys }">
+ <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" onkeyup="numInteger(this)" value="${record.lhys }">