From 11387825dd2b461f7a3fa38f526d39f811b92818 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.29>
Date: 星期二, 20 十一月 2018 11:53:06 +0800
Subject: [PATCH] 首页电池实时告警中添加在线电压告警的饼状图

---
 gx_tieta/WebRoot/index.jsp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index 229ea51..d977595 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -956,6 +956,8 @@
 	         				Almarr.push(/*{
 	         				name:"<s:text name='Capacity'/><s:text name='Alarm'/><s:text name='Alarm'/>",val:parseInt(data.BattGroupId)			// 瀹归噺鍛婅鍛婅 									
 		         			} ,*/{
+		         				name:"<s:text name='On-line_voltage'/>",val:parseInt(data.Record_Id),				// 鍦ㄧ嚎鐢靛帇 
+		         			},{
 		         				name:"<s:text name='Group_voltage'/>",val:parseInt(data.MonNum),					// 缁勭鐢靛帇 
 		         			},{
 		         				name:"<s:text name='Charging_current'/>",val:parseInt(data.alm_id),					// 鍏呯數鐢垫祦 
@@ -1079,7 +1081,8 @@
 		}
 		$.ajax({ 	
        		type: "post", 				
-	        url: "BattPower_offAction!serchPowerOff",				
+	        //url: "BattPower_offAction!serchPowerOff",		
+	        url: "Bts_station_stateAction_action_serchPowerOff",	
 	        async:true,				
 	        dataType:'text',
 	        data:null,		

--
Gitblit v1.9.1