From cea36d9bcd04524f2e31fe4c35beabcbf5459ca7 Mon Sep 17 00:00:00 2001
From: CJJ <Administrator@192.168.10.11>
Date: 星期一, 26 十一月 2018 15:25:52 +0800
Subject: [PATCH] 手机 机房历史事件查询(未包括详情及详情按钮)

---
 gx_tieta/WebRoot/js/dischargetest/bts.js |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/gx_tieta/WebRoot/js/dischargetest/bts.js b/gx_tieta/WebRoot/js/dischargetest/bts.js
index 46529d1..719bef8 100644
--- a/gx_tieta/WebRoot/js/dischargetest/bts.js
+++ b/gx_tieta/WebRoot/js/dischargetest/bts.js
@@ -241,13 +241,15 @@
 	
 	// 鍏呯數鐢垫祦
 	$('#ChargeCurrSet').testVal('option', 'allOpts', {
-		regVal: true,
-		min: 0,
-		max: list[0].binf.charge_curr_max,
-		msg: '鍙栧�艰寖鍥�0~'+list[0].binf.charge_curr_max+'A'
+		regVal: true
+		,update: true
+		,min: 0
+		,max: list[0].binf.charge_curr_max
+		,msg: '鍙栧�艰寖鍥�0~'+list[0].binf.charge_curr_max+'A'
 	});
 	
-	$('#ChargeCurrSetLabel').text('鍏呯數鐢垫祦锛�0~'+list[0].binf.charge_curr_max+'A锛�');
+	// 璁剧疆鏂囨湰鍊�
+	$('#ChargeCurrSetLabel .val-range').text('0~'+list[0].binf.charge_curr_max);
 }
 
 // 鏇存柊BTS璁惧娴嬭瘯淇℃伅

--
Gitblit v1.9.1