Эх сурвалжийг харах

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

ld_xuhx 8 жил өмнө
parent
commit
ba376e7003

+ 1 - 1
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjsgl/jsjdgl/jsjdglxiugai.jsp

@@ -187,7 +187,7 @@ text-align:center;
 							</td>
 							<th>泊位个数:&nbsp;</th>
 								<td>
-								<input type="text" class="form-control" id="bwgs" value="${bwgs }">
+								<input type="text" class="form-control" id="bwgs" value="${bwgs }" readonly="readonly">
 								</td>
 						</tr>
 						<tr>

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjygl/gklhxkgl/gkjylhyx/lhyxadd.jsp

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