From dd9f51a22e389ea8b70d56d031972f4c54ff8bce Mon Sep 17 00:00:00 2001
From: 星伟 <星伟@192.168.10.27>
Date: 星期日, 30 九月 2018 10:35:52 +0800
Subject: [PATCH] 电池组配组加电池组名称

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

diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp
index 2371c9b..6d70783 100644
--- a/gx_tieta/WebRoot/control.jsp
+++ b/gx_tieta/WebRoot/control.jsp
@@ -3977,6 +3977,9 @@
 			treeView.ele.on('click', '.home', function() {
 				var home = $(this).data('attr');
 				var tmp = {
+					StationName1: home.StationName1,
+					StationName2: home.StationName2,
+					StationName: home.StationName,
 					StationId: home.StationId
 				};
 				fourth(treeView, $(this).parent(), tmp);
@@ -3990,7 +3993,7 @@
 					BattGroupId = eleGroup.BattGroupId;
 					// 瀵笲TS9611鍋氱壒娈婄殑澶勭悊
 					var batt = getBatt();
-					console.info(batt);
+					//console.info(batt);
 					$('#eleCircleBtn').removeClass('hide');
 					if(regEquipType(batt.FBSDeviceId, globalPattern.BTSSreen)) {
 						var isAct = $('#eleCircleBtn').hasClass('action');

--
Gitblit v1.9.1