From 5f04d021826131332c2eccec5d84c05295aa247b Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 10 十二月 2018 14:51:23 +0800
Subject: [PATCH] 修复电池信息配置页面bug
---
gx_tieta/WebRoot/ele-param1.jsp | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/gx_tieta/WebRoot/ele-param1.jsp b/gx_tieta/WebRoot/ele-param1.jsp
index 558ba33..c8eb539 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'
@@ -767,7 +761,6 @@
//棣栭〉
$('#page_home').click(function(){
- alert(123);
if(Page != undefined){
if(Page.curr != 1){
Page.setCurr(1);
@@ -799,7 +792,7 @@
//灏鹃〉
$('#page_last').click(function(){
if(Page != undefined){
- if(Page.pageCurr < Page.num){
+ if(Page.curr < Page.num){
Page.setCurr(Page.num);
search(createSearchParam(), true);
}
--
Gitblit v1.9.1