CJJ
2018-12-11 2078f12a6a1f870136a20d1212c50ddf88ccab7f
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);
                  }