From 1c25524f12918b63af745a79f59d0e94f1ec6d3c Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.16>
Date: 星期二, 11 十二月 2018 15:25:44 +0800
Subject: [PATCH] 修改

---
 gx_tieta/WebRoot/ele-param1.jsp |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/gx_tieta/WebRoot/ele-param1.jsp b/gx_tieta/WebRoot/ele-param1.jsp
index 558ba33..8949974 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);
 						}
@@ -811,7 +804,7 @@
 					var value=$('#number').val();
 					//褰撹緭鍏ョ殑鏁板ぇ浜�0鏃�
 					if(value>0){
-						if(value != Page.pageSize){
+						if(value != Page.size){
 							Page.setSize(parseInt(value));
 							Page.setCurr(1);
 						}

--
Gitblit v1.9.1