Quellcode durchsuchen

git-svn-id: https://192.168.57.71/svn/jsgkj@1916 931142cf-59ea-a443-aa0e-51397b428577

ld_xuhx vor 8 Jahren
Ursprung
Commit
9143a4d0e8

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqadd.jsp

@@ -313,11 +313,11 @@
 						<tr>
 							<th>员工总数:&nbsp;</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>理货员数:&nbsp;</th>
 							<td>
-								<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="">
 							</td> 
 						</tr>
 						<tr>

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhsq/lhsqedit.jsp

@@ -314,11 +314,11 @@
 						<tr>
 							<th>员工总数:&nbsp;</th>
 							<td>
-								 <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 }"> 
 							</td>
 							<th>理货员数:&nbsp;</th>
 							<td>
-								<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 }">
 							</td> 
 						</tr>
 						<tr>