From 01f4050c3529f85ec05673fea9273f35c6e5e934 Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.30>
Date: 星期三, 05 十二月 2018 14:04:40 +0800
Subject: [PATCH] 电池实时告警跨域访问和电池实时状态加续航停止时间

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

diff --git a/gx_tieta/WebRoot/js/dischargetest/bts.js b/gx_tieta/WebRoot/js/dischargetest/bts.js
index 4f3f62c..719bef8 100644
--- a/gx_tieta/WebRoot/js/dischargetest/bts.js
+++ b/gx_tieta/WebRoot/js/dischargetest/bts.js
@@ -241,14 +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