CJJ
2018-12-21 d3f7b3c8a2ae08572e4f4c62b6d62fa8cb818559
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<html lang="en" class="full-height">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>申请电池组安装</title>
    <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
    <link rel="stylesheet" href="css/basic.css">
    <link rel="stylesheet" href="src/css/layui.css">
    <link rel="stylesheet" href="app/css/common.css">
    <link rel="stylesheet" href="app/css/map.css">
    <link rel="stylesheet" type="text/css" href="css/tbl.css">
    <link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.css">
    <script src="js/jquery-1.8.3.js"></script>
    <script src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
    <style type="text/css">
        
        
        .checkdata{
             display:inline-block;width:48%;margin:0 0 0 0;float:left; 
         }
         
         .next-page, .pre-page {
            position: fixed;
            width: 40px;
            height: 40px;
            top: 50%;
            margin-top: -15px;
        }
        .next-page  {
            right: 0;
        }
        .pre-page  {
            left: 0;
        }  
        table {
            margin-top:.5em;
            border-collapse:separate; 
            border-spacing:0 .5em;
        }
        
        tbody tr td{
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
        .ui-table-reflow td .ui-table-cell-label,.ui-table-reflow th .ui-table-cell-label {
        padding: .4em;
        min-width: 35%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
        }
        .ui-select .ui-btn select{
        width:100%;
        }
        .mt6{
        margin:6em 0 0 0;
        }
        .pl5{
        padding-left:5.9em;
        }
        .operat-but{
            margin:0 0 0 8em;
            padding: 0.1em 2em;
            
            background-color: #dddddd4d!important;
        }
        .abs{
          position: fixed;
          width:100%;
          height:4.5em;
          overflow: hidden;
          z-index:999;
        }
        .rel-full{
          overflow-y: hidden;
          
        }
         .mt7{
          margin-top:7em;
        } 
    </style>
</head>
<body >
 
    <div class="abs">
        <div class="rel-full">
            <div class="page-header bg-gay3">
                <div class="layui-row h40">
                    <div class="layui-col-xs3 layui-col-md1 full-height">
                        <a href="index.html" class="layui-btn layui-btn-primary layui-btn-sm mrt5 mrl8"><i class="fa fa-reply mrr4"></i>返回</a>
                    </div>
                    <div class="layui-col-xs6 layui-col-md10 full-height line-height40">申请电池组安装</div>
                    <div class="layui-col-xs3 layui-col-md1 full-height line-height40 t-align-right t-align-right">
                        <!-- <button class="layui-btn layui-btn-primary layui-btn-sm mrr8" id="homeInfo"><i class="fa fa fa-bars mrr4"></i>功能</button> -->
                    </div>
                </div>
            </div>
            <div class="page-content abs abs-top40">
                <div class="rel-full">
                    <div id="map" class="full-height"></div>
                    <div id="mapSearch" class="map-search-container">
                        <div class="layui-form layui-form-pane" action="">
                            <div class="layui-form-item">
                                <label class="layui-form-label"><i class="fa fa-search"></i></label>
                                <div class="layui-input-block">
                                    <input type="text" name="title" id="searchInput1" autocomplete="off" placeholder="机房搜索" class="layui-input">
                                </div>
                            </div>
                        </div>
                    </div> 
                </div>
            </div>
        </div>
    </div>
    <!-- 主体内容 -->
        <div data-role="main" class="mt7">
            <div class="pre-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-l ui-btn-icon-notext">图标</a></div>
            <div class="next-page"><a href="#" class="ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-notext">图标</a></div>    
            <!-- 表格容器 -->
            <div class="tbl-container"></div>
            <table data-role="table" class="ui-responsive ui-shadow" id="tab" >
                    
            </table>
        </div>
        <div data-role="footer" data-position="fixed" data-theme="a">    
            <div data-role="navbar">
                <ul>
                  <li><a href="index.html" id="cancel"  class="ui-btn ui-btn-inline ui-corner-all  ui-btn-icon-delete" data-position-to="window" data-icon="home" data-role="button">首页</a></li>
                  <li><a href="#yourPopup" data-rel="popup" class="ui-btn ui-btn-inline ui-corner-all  ui-btn-icon-check" data-position-to="window" data-icon="check" data-role="button">新建</a></li>
                </ul>
            </div>        
        </div>   
        <div data-role="popup" id="yourPopup" class="ui-content" data-overlay-theme="b">
        <a href="#"  data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right">关闭</a>
                  <h1>选择新建电池组个数</h1>
                   <fieldset data-role="controlgroup" >
                   
                   
                        <select id="newbattnum" data-mini="true">
                          <option value="1">新建1个电池组</option>
                          <option value="2">新建2个电池组</option>
                          <option value="3">新建3个电池组</option>
                          <option value="4">新建4个电池组</option>
                        </select>
                        
                        
                    </fieldset>
                    
                    <div data-role="controlgroup" data-type="horizontal" class="mt6">
                        <a href=""  id="sure" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-check pl5" >确定</a>
                        <a href=""  data-rel="back" class="ui-btn ui-corner-all ui-shadow  ui-btn-icon-left ui-icon-delete pl5" >取消</a> 
                    </div>
         </div>        
        
    <!-- 存储机房信息列表 -->
    <div id="searchHomeIframe"></div>
    <!-- 机房查询存储数据-->
    <div id="homeLocation"></div>
    <!-- 存在机房信息 -->
    <div id="homeInfoIframe"></div>
    <script src="src/layui.all.js"></script>
    <script type="text/javascript" src="js/tbl.js"></script>
    <script type="text/javascript" src="mobilJs/base.js"></script>
    <script>
           var iframePopup = '';
        function getEditButIndex(t){
            console.warn($(t).attr("but-index")+' 修改');
            var index = $(t).attr("but-index");   
               setcookieedit(index);
               //window.location.href="batt-infor-unapproved-edit.html";  
            return ;
        }
    
    
         $(document).ready(function(){
 
          $('a[data-rel="back"]').on('click',function(event) {
            event.preventDefault();
            event.stopImmediatePropagation();
            window.location.href="ele-param2.html"; 
          });
        
        });
 
    
    
        // 搜索机房获取焦点
        $('#searchInput1').off('focus.alert').on('focus.alert', function() {
            $(this).blur();
            //alert(123);
            iframePopup = layer.open({
                type: 2
                ,closeBtn: 0
                ,title: false
                ,area: ['100%', '100%']
                ,full: true
                ,anim: 5
                ,content: 'iframe/searchBatt.html'
            });
        });
        
        // 查询机房
        findHome();
        function findHome() {
            var tmp = {
                StationName1:'',
                StationName2: '',
                StationName5:''
            };
            
            // 查询机房信息
            $.post("BattInfAction!serchStationName3","json="+JSON.stringify(tmp),function(result){
                var rs = JSON.parse(result.result);
                if(rs.code==1){
                    homeSource = [];
                    var data = rs.data;
                    for(var i=0; i<data.length; i++) {
                        var _data = data[i];
                        var tmp = {
                            label: _data.StationName+'('+_data.StationId+')',
                            province: _data.StationName1,
                            city: _data.StationName2,
                            county: _data.StationName5,
                            home: _data.StationName,
                            homeid: _data.StationId
                        };
                        
                        // 添加到资源
                        homeSource.push(tmp);
                    }
                    //console.log(homeSource)
                    // 设置资源内容
                    $('#searchHomeIframe').data('homeSource', homeSource);
                }
            });
            
        }
        
        
        
        
        //
        $('#homeLocation').off('click').on('click.cjj', function() {
            var homeInfo = $(this).data('homeInfo');
             console.warn(homeInfo);
                searchBattLife();
        });
        
    
        
        //拦截安卓回退按钮
        history.pushState(null, null, location.href);
        window.addEventListener('popstate', function(event) {
            history.pushState(null, null, location.href );
            //此处加入回退时你要执行的代码
        });
        
          var arrTd=new Array();        //当前表格td数据
    var tblCon = $('.tbl-container');
    var Page = {
        pageSize:20,                 //每页的行数
        pageCurr:1,                  //当前页码数
        pageAll:0,
    };
 
    
    $("#sure").click(function(){
        var currentlength = Math.floor(arrTd.length/34);
        if(currentlength<Page.pageSize){
            setcookieCreat(currentlength-1);
        }else{
               setcookieCreat(Page.pageSize-1);
           }
        window.location.href="batt-infor-conf-temp1.html";   
    });
   
    var arrTh = [ '机房编号', '省', '城市','区县','机房名称','设备名称','机房IP','FBS设备ID(重要)','FBS设备IP(重要)','子网掩码','网关','FBS设备名称','FBS电池索引(0-3)','电池组ID','机房内电池组编号','电池组名称','浮充电压阀值(V)','离线电压阀值(V)','浮充电流阀值(A)','单体数量','标称容量(AH)','标称单体电压(V)','标称单体内阻(mΩ)','标称单体电导','单体电压次低偏移量(V)','负载电流(A)','最大核容电流(A)','基站号码','电池品牌','电池型号','电池生产日期','投入使用日期','安装人员',''];
    dataArr = [];
    var startTime = "1980-01-01";
    var endTime = new Date().format('yyyy-MM-dd');
    var tbl = $('.tbl-container');
    createTbl(tbl, arrTh, dataArr);
    $(document).ready(function(){
        setPage();
        
            //newbattnum;
        
            Page.pageCurr=1;
            //searchBattLife();
        
     });
     
         function setcookieCreat(index){
                 var arrcookie = new Array();    
                   for(var i=0;i<33;i++){//共33项
                       var value = Math.floor(arrTh.length*index);
                       //console.info(value)
                       console.warn(value);
                       value = Math.floor(value+i);
                     if(i==13){//新建功能,电池组ID默认为当页最后一个电池组ID号加1
                         var groupid = Math.floor(arrTd[value]);
                         console.info(groupid);
                         arrcookie.push(groupid);
                     }else{
                           console.info(value);
                           arrcookie.push(arrTd[value]);
                       }
                   }
                   console.info($("#newbattnum").val());
                   arrcookie.push($("#newbattnum").val());
                   
                   //console.info(arrcookie);
                   var json=window.JSON.stringify(arrcookie);
                   setCookie("eleparm",json);  //这里setcookie,若有上一条cookie则清空上一笔
                 
         }
         
         // 根据机房的名称查询机房的信息
                function searchHomeInfoByName(homename) {
                    var temp = {
                        binf:{
                            StationName1: '',                    // 省
                            StationName2: '',                    // 市
                            StationName5: '',                    // 区/县
                            StationName: homename        // 机房名称
                        }
                        ,page: {
                            pageCurr: 1
                            ,pageSize: 100
                        }
                    };
                    
                    var load = layer.load(1);
                    // 请求后台
                    $.ajax({
                        type: "post",                 
                        url: "BattInfAction!searchInform",                
                        async:true,                
                        dataType:'json',
                        data:"json="+JSON.stringify(temp),     
                        success: function(data){
                            console.info(data);
                            data=JSON.parse(data.result);
                            console.warn(data);
                        }
                   });
                }
         //查询当前机房有几个电池组,并set入COOKIE
    /*    function searchHomeInfoByName(id) {
                    var groupName = new Array();
                    //var index = 0;
                    var num =new Array();
                    var groupId = new Array();
                    var eleditparm = new Array();
                    //var index1 = 0;
                    var temp = {
                        binf:{
                            StationId:id,                    // 省    
                        }
                        ,page: {
                            pageCurr: 1
                            ,pageSize: 100
                        }
                    };    
                    // 请求后台
                    $.ajax({
                        type: "post",                 
                        url: "Battinf_applyAction!serchbystationId",                
                        async:true,                
                        dataType:'json',
                        data:"json="+JSON.stringify(temp),     
                        success: function(data){
                            var data = JSON.parse(data.result)
                            console.info(data);
                            if(data.code!=0){
                                data = data.data;
                                for(var i=0;i<data.length;i++){
                                    console.info(data[i]);
                                    groupName[i] = data[i].binf.BattGroupName;
                                    num[i] = data[i].num;
                                    groupId[i] = data[i].binf.BattGroupId;
                                    var eleditparmarr={
                                        groupname : data[i].binf.BattGroupName,
                                        num : data[i].num,
                                        groupId :data[i].binf.BattGroupId,
                                    }
                                    eleditparm.push(eleditparmarr);    
                                }
                                 console.info(eleditparm);                                
                            }                                                  
                        var json = JSON.stringify(groupName);
                        var json1 =JSON.stringify(num);
                        var json2 = JSON.stringify(groupId);
                        
                        //console.info(eleditparm)
                        var jsonedit = JSON.stringify(eleditparm);
                        setCookie("eleditparm",jsonedit);               
                        setCookie("eleparmindex",json);             //电池组名称
                        setCookie("eleparmnum",json1);                //电池组编号
                        console.info(groupName);
                        setCookie("elegroupid",json2);
                        console.info(json2);
                        //window.location.href="batt-edit.html";    
                        }
                    });        
        }        */        
        function setcookieedit(index){
            var arrcookie = new Array();    
                   for(var i=0;i<33;i++){//共33项
                       var value = Math.floor(arrTh.length*index);
                       console.info(value);
                       value = Math.floor(value+i);
                     if(i==13){//新建功能,电池组ID默认为当页最后一个电池组ID号加1
                         var groupid = Math.floor(arrTd[value]);
                         console.info(groupid);
                         arrcookie.push(groupid);
                     }else{
                           console.info(value);
                           arrcookie.push(arrTd[value]);
                       }
                   }
                   console.info($("#newbattnum").val());
                   arrcookie.push($("#newbattnum").val());
                   arrcookie.push("edit");    
                   //console.info(arrcookie);
                   var json=window.JSON.stringify(arrcookie);
                   setCookie("eleparm",json);  //这里setcookie,若有上一条cookie则清空上一笔
                   console.warn(arrcookie[3]);
                   var stationname =arrcookie[1]+"-"+arrcookie[2]+"-"+arrcookie[4];
                   console.info(stationname);
               //    searchHomeInfoByName(stationname);
                   //searchHomeInfoByName(arrcookie[0]);
                   window.location.href="batt-edit.html";
        }
    // 查询内容
        function searchBattLife(){
             var temp = createSearchParam();
            var json = JSON.stringify(temp);
            var num =new Array();
            var groupId = new Array();
            var groupName = new Array();
            console.info(json);
            arrTd = new Array();
            var load;
             $.ajax({
                type:"post",
                url:"BattInfAction!searchInform",
                async:true,
                datatype:'text',
                data:"json="+json,
                success:function(data){
                    //console.info(data);
                    var data = JSON.parse(data.result);                    
                    //layer.close(load);
                    console.info(data);
                    if(data.code==1&&data.data.length>0){
                        data=data.data;
                        var index = 0;
                        var ArryTb= new Array();
                        for(var i=0;i<data.length;i++){
                            arrTd.push(data[i].StationId);                //机房编号
                            arrTd.push(data[i].StationName1);                // 省
                            arrTd.push(data[i].StationName2);                // 市
                            arrTd.push(data[i].StationName5);                // 区/县
                            arrTd.push(data[i].StationName3);                //机房名称
                            arrTd.push(data[i].StationName4);                //设备名称
                            arrTd.push(data[i].StationIp);                //机房ip
                            arrTd.push(data[i].FBSDeviceId);                //FBS设备ID
                            arrTd.push(data[i].FbsDeviceIp);                //FBS设备IP
                            arrTd.push(data[i].FbsDeviceIp_YM);            //子网掩码
                            arrTd.push(data[i].FbsDeviceIp_WG);            //网关
                            arrTd.push(data[i].FBSDeviceName);            //FBS设备名称
                            arrTd.push(data[i].GroupIndexInFBSDevice);    //FBS设备索引
                            arrTd.push(data[i].BattGroupId);                //电池组ID
                            arrTd.push(data[i].BattGroupNum);                //机房内电池组编号
                            arrTd.push(data[i].BattGroupName);            //电池组名称
                            arrTd.push(data[i].FloatVolLevel);            //浮充电压阀值
                            arrTd.push(data[i].OfflineVolLevel);            //离线电压阀值
                            arrTd.push(data[i].BattFloatCurrent);            //浮充阀值
                            arrTd.push(data[i].MonCount);                    //单体数量
                            arrTd.push(data[i].MonCapStd);                //标称容量
                            arrTd.push(data[i].MonVolStd);                //标称单体电压
                            arrTd.push(data[i].MonResStd);                //标称单体内阻
                            arrTd.push(data[i].MonSerStd);                //标称单体电导
                            arrTd.push(data[i].MonVolLowToAvg);            //单体电压次低偏移量
                            
                            arrTd.push(data[i].Load_curr);                //负载电流
                            arrTd.push(data[i].DisCurrMax);                //最大核容电流
                            arrTd.push(data[i].station_phone);            //基站手机号码
                            
                            
                            arrTd.push(data[i].BattProducer);                //电池品牌
                            arrTd.push(data[i].BattModel);                //电池型号
                            arrTd.push(data[i].BattProductDate.substr(0,10));            //电池生产日期
                            arrTd.push(data[i].BattInUseDate.substr(0,10));            //投入使用日期
                            arrTd.push(data[i].install_user);                    // 设备安装人员
                            arrTd.push('<a onclick="getEditButIndex(this)"  id="edit" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window"'+'but-index='+i+'>修改</a>');
                            Page.pageAll = data[i].num;
                            groupName.push(data[i].BattGroupName);
                            num.push(data.length);
                            groupId.push(data[i].BattGroupId);
                        } 
                         var json = JSON.stringify(groupName);
                        var json1 =JSON.stringify(num);
                        var json2 = JSON.stringify(groupId);
                  
                        setCookie("eleparmindex",json);             //电池组名称
                        setCookie("eleparmnum",json1);                //电池组编号
    
                        setCookie("elegroupid",json2);
                    }else{
                        Page.pageAll = 0;
                    }
                    setPage();    
                    createTbl(tblCon, arrTh, arrTd);            
                }    
            });      
            
        /*    for(var i=0;i<340;i++){
                if(i%34==33){
                //<a href="count-report.html" target="_top" class="ui-btn ui-corner-all ui-shadow ui-icon-back ui-btn-icon-left" style="padding-top: 0.7em; padding-bottom: 0.7em;">返回</a>
                console.info(i);
                arrTd[i]='<a onclick="getEditButIndex(this)"  id="edit" class="ui-btn ui-btn-inline ui-corner-all operat-but" data-position-to="window"'+'but-index='+i+'>修改</a>';
                
                continue;
            
            }   if(i==13){
                    arrTd[i]=1002102;
                }else{
                    arrTd[i]=i*10;
                }
            }
                        
            createTbl(tblCon, arrTh, arrTd);
        */            
        }
        //构造查询条件
        function createSearchParam(){
            var homeLocation = $('#homeLocation').data('homeInfo');
            console.info(homeLocation);
            var temp = {                            
                page:Page,
                binf:{
                    StationName1:homeLocation.province,
                    StationName2:homeLocation.city,
                    StationName5: homeLocation.county,
                    StationName:homeLocation.home,
                },
            };
            console.info(temp);
            return temp;
            
        }    
        function getUpdateArr(temp){
            var arr = new Array();
            var obj = new Object();
            obj.StationId = temp[0];    // 机房编号
            obj.StationName = (temp[1]+"-"+temp[2]+"-"+temp[4]+"-"+temp[5]);    // 拼接机房名称
            obj.StationName1 = temp[1];        // 省
            obj.StationName2 = temp[2];        // 市
            obj.StationName5 = temp[3];        // 区/县
            obj.StationName3 = temp[4];        // 机房名称
            obj.StationName4 = temp[5];        // 设备名称
            obj.StationIp = temp[6];                //机房ip
            obj.FBSDeviceId = temp[7];                //设备id
            obj.FbsDeviceIp = temp[8];                //设备ip
            obj.FbsDeviceIp_YM = temp[9];            // 设备掩码
            obj.FbsDeviceIp_WG = temp[10];            // 网关
            obj.FBSDeviceName = temp[11];            //设备名称
            obj.GroupIndexInFBSDevice = temp[12];    //fbs设备索引
            obj.BattGroupId = temp[13];                //电池组id
            obj.BattGroupNum = temp[14];            //机房内电池组编号
            obj.BattGroupName = temp[15];            //电池组名称
            obj.FloatVolLevel = temp[16];            //浮充电压阀值
            obj.OfflineVolLevel = temp[17];            //离线电压阀值
            obj.BattFloatCurrent = temp[18];        //浮充电流阀值
            obj.MonCount = temp[19];                //单体数量
            obj.MonCapStd = temp[20];                //标称容量
            obj.MonVolStd = temp[21];                //标称电压
            obj.MonResStd = temp[22];                //标称内阻
            obj.MonSerStd = temp[23];                //标称电导
            obj.MonVolLowToAvg = temp[24];            //单体电压次低偏移量
            
            
            obj.Load_curr = temp[25];                //负载电流
            obj.DisCurrMax = temp[26];                //最大核容电流
            obj.station_phone = temp[27];            //基站号码
                            
            obj.BattProducer = temp[28];            //电池品牌
            obj.BattModel = temp[29];                //电池型号
            obj.BattProductDate =  temp[30];        //电池生产日期
            obj.BattInUseDate =  temp[31];            //电池使用日期
            obj.install_user = temp[32];            //安装人员
            arr.push(obj);
            console.info(arr);
            return arr;
        }    
        
        $(function() {
        //点击上一页
        $('.pre-page').on('click', 'a', function() {
            if(Page.pageCurr>1){
                Page.pageCurr = Page.pageCurr - 1;
                searchBattLife();
            }
        });
        
        //点击下一页
        $('.next-page').on('click', 'a', function() {
            var pageNum = Math.ceil(Page.pageAll/Page.pageSize);
            if(Page.pageCurr<pageNum){
                Page.pageCurr = Page.pageCurr + 1;
                searchBattLife();
            }
        });
    });
        
    // 判断是否显示翻页按钮
    function setPageTurning(isShowPre, isShowNext) {
        if(isShowPre) {    // 判断是否显示向上翻页按钮
            $('.pre-page').show();
        }else {
            $('.pre-page').hide();
        }
 
        if(isShowNext) {    // 判断是否显示向下翻页按钮
            $('.next-page').show();
        }else {
            $('.next-page').hide();
        }
    }                    
    
    //设置页面的跳转链接
    function setPage(){
        if(Page.pageCurr <= 1){
            $('.pre-page').hide();
        }else{
            $('.pre-page').show();
        }
        var pageNum = Math.ceil(Page.pageAll/Page.pageSize);
        
        if(Page.pageCurr < pageNum){
            $('.next-page').show();
        }else{
            $('.next-page').hide();
        }
        
    }
        
    </script>
</body>
</html>