From 8fa05701a4d5fe21231d9eb3c01dd6e80188313f Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 07 十二月 2018 16:27:18 +0800
Subject: [PATCH] 修改电池信息单体电压,单体数量 ,浮充电压阀值和离线电压阀值联动
---
gx_tieta/WebRoot/ele-param1.jsp | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/gx_tieta/WebRoot/ele-param1.jsp b/gx_tieta/WebRoot/ele-param1.jsp
index 558ba33..e23abfc 100644
--- a/gx_tieta/WebRoot/ele-param1.jsp
+++ b/gx_tieta/WebRoot/ele-param1.jsp
@@ -485,14 +485,6 @@
function editBattGroup(obj) {
//console.log(obj);
searchHomeInfoByName(obj.data.StationName);
- return;
- $('#iframeEdit').data('data', obj.data);
- iframePopup = layer.open({
- type: 2
- ,area:['1200px', '520px']
- ,resize: false
- ,content: 'iframe/batt-info-edit.html'
- });
}
// 鏍规嵁鏈烘埧鐨勫悕绉版煡璇㈡満鎴跨殑淇℃伅
@@ -550,6 +542,7 @@
$('#iframeEdit').data('data', tmp);
iframePopup = layer.open({
type: 2
+ ,title: '淇敼鐢垫睜缁�'
,area:['1200px', '520px']
,resize: false
,content: 'iframe/batt-info-edit.html'
@@ -683,6 +676,7 @@
iframePopup = layer.open({
type: 2
+ ,title: '鏂板缓鐢垫睜缁�'
,area:['1200px', '520px']
,resize: false
,content: 'iframe/batt-info-add.html'
--
Gitblit v1.9.1