From 18ce4fb0213f2e7a7369e0d8861b744a2cd1a940 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 12 十一月 2018 08:51:26 +0800
Subject: [PATCH] 历史和实时互相跳转定位精确到电池组

---
 gx_tieta/WebRoot/charge-test.jsp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/charge-test.jsp b/gx_tieta/WebRoot/charge-test.jsp
index 05ce9c9..4ef382f 100644
--- a/gx_tieta/WebRoot/charge-test.jsp
+++ b/gx_tieta/WebRoot/charge-test.jsp
@@ -3413,7 +3413,8 @@
 			var city = batt.StationName2;
 			var county = batt.StationName5;
 			var home = batt.StationName;
-			$(this).attr('href', 'control.jsp?province='+province+'&city='+city+'&county='+county+'&home='+home);
+			var homeid = batt.BattGroupId;
+			$(this).attr('href', 'control.jsp?province='+province+'&city='+city+'&county='+county+'&home='+home+'&homeid='+homeid);
 		});
 	}); 
 	

--
Gitblit v1.9.1