@@ -187,7 +187,7 @@ text-align:center;
</td>
<th>泊位个数: </th>
<td>
- <input type="text" class="form-control" id="bwgs" value="${bwgs }">
+ <input type="text" class="form-control" id="bwgs" value="${bwgs }" readonly="readonly">
</tr>
<tr>
@@ -128,11 +128,11 @@
<th>员工总数: </th>
- <input type="text" class="form-control" id="ygzs" name="ygzs" value="" onkeyup="value=value.replace(/[^\-?\d.]/g,'')">
+ <input type="text" class="form-control" id="ygzs" name="ygzs" value="" onkeyup="numInteger(this)">
<th>理货员数: </th>
- <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" value="" onkeyup="value=value.replace(/[^\-?\d.]/g,'')">
+ <input type="text" class="form-control" style="width:61%" id="lhys" name="lhys" value="" onkeyup="numInteger(this)">