From a3f3288d9814ab7404ead54ee8455f12fd5cff08 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 07 十二月 2018 13:52:41 +0800
Subject: [PATCH] 回复榨干和合路器数量范围重0开始 

---
 gx_tieta/WebRoot/control.jsp                 |    4 ++--
 gx_tieta/WebRoot/js/dischargetest/sysData.js |    8 ++++----
 gx_tieta/WebRoot/css/common.css              |    6 ++++++
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp
index cc6607f..8ff0c27 100644
--- a/gx_tieta/WebRoot/control.jsp
+++ b/gx_tieta/WebRoot/control.jsp
@@ -1026,7 +1026,7 @@
 						</tr>
 						<tr>
 							<th>鍗曚綋鏁版嵁鏉ユ簮绫诲瀷</th>
-							<th>鍋滅數鍗囧帇姒ㄥ共鐢垫睜鏁伴噺锛�1~2锛�</th>
+							<th>鍋滅數鍗囧帇姒ㄥ共鐢垫睜鏁伴噺锛�0~2锛�</th>
 						</tr>
 						<tr>
 							<td>
@@ -1046,7 +1046,7 @@
 							<td><input type="text" id="sysSet_startLimit" value=""></td>
 						</tr>
 						<tr>
-							<th>鐢垫睜鍚堣矾鍣ㄤ富鐢垫睜缁勭紪鍙凤紙1~2锛�</th>
+							<th>鐢垫睜鍚堣矾鍣ㄤ富鐢垫睜缁勭紪鍙凤紙0~2锛�</th>
 							<th>鑳屽厜鏃堕暱锛�0~999鍒嗛挓锛�</th>
 						</tr>
 						<tr>
diff --git a/gx_tieta/WebRoot/css/common.css b/gx_tieta/WebRoot/css/common.css
index 29a0338..5d8eb9a 100644
--- a/gx_tieta/WebRoot/css/common.css
+++ b/gx_tieta/WebRoot/css/common.css
@@ -226,6 +226,12 @@
 	padding: 4px 0 4px 8px;
 }
 
+body .ui-autocomplete {
+	height: 200px;
+	overflow-y: auto; 
+	overflow-x: hidden;
+}
+
 /* jquery ui style */
 body .ui-front {
 	z-index: 999999;
diff --git a/gx_tieta/WebRoot/js/dischargetest/sysData.js b/gx_tieta/WebRoot/js/dischargetest/sysData.js
index caa164e..22f58fc 100644
--- a/gx_tieta/WebRoot/js/dischargetest/sysData.js
+++ b/gx_tieta/WebRoot/js/dischargetest/sysData.js
@@ -86,9 +86,9 @@
 	$('#sysSet_groupNum').testVal({
 		pattern: /^[0-9]{1,4}$/,
 		regVal: true,
-		min: 1,
+		min: 0,
 		max: 2,
-		msg: '鍙栧�艰寖鍥�1~2锛堟暣鏁帮級'
+		msg: '鍙栧�艰寖鍥�0~2锛堟暣鏁帮級'
 	});
 	
 	// 鑳屽厜鏃堕暱锛�0~999鍒嗛挓锛�
@@ -113,9 +113,9 @@
 	$('#sysSet_bleedNum').testVal({
 		pattern: /^[0-9]{1,4}$/,
 		regVal: true,
-		min: 1,
+		min: 0,
 		max: 2,
-		msg: '鍙栧�艰寖鍥�1~2锛堟暣鏁帮級'
+		msg: '鍙栧�艰寖鍥�0~2锛堟暣鏁帮級'
 	});
 	
 	

--
Gitblit v1.9.1