From 880eaffb3557deb7da44b32a637b61125655115c Mon Sep 17 00:00:00 2001
From: 星伟 <星伟@192.168.10.24>
Date: 星期五, 28 九月 2018 14:33:45 +0800
Subject: [PATCH] 电池续航时间查询后台修改

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

diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp
index 0b06a6b..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');
@@ -4012,7 +4015,6 @@
 					showtable();
 					time=window.setInterval("showtable()",4000);
 				}
-				
 			});
 		});
 	</script>

--
Gitblit v1.9.1