D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>设备流量统计查询</title>
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <link rel="stylesheet" href="mobilCss/jquery.mobile-1.4.5.min.css"/>
    <link href="mobilCss/mobiscroll.core-2.5.2.css" rel="stylesheet" type="text/css" />
    <link href="mobilCss/mobiscroll.animation-2.5.2.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="css/tbl.css">
    <script type="text/javascript" src="mobilJs/jquery-1.8.2.js"></script>
    <script type="text/javascript" src="mobilJs/jquery.mobile-1.4.5.min.js"></script>
    <style type="text/css">
        
        /*规定面板的样式*/
        .ui-panel {
            width: 80%;
        }
        .ui-panel-dismiss{
            width: 20%;
        }
        .ui-panel-inner{
            padding:0 !important;
        }
        .ui-collapsible-heading-toggle{
            padding-left: 1em !important;
        }
        .panel-header{
            padding: 8px 0;
            font-size: 1.2em;
            text-indent: 1em;
            background-color: #DFDCDC;
        }
        /*规定开关的位置*/
        .ui-flipswitch {
            margin-left: 0.5em;
        }
        
        .ui-field-contain{
            padding: 0 0.6em ;
        }
        .ui-field-contain {
            border-bottom-color: #828282;
            border-bottom-color: rgba(0,0,0,.15);
            border-bottom-width: 1px;
            border-bottom-style: none;
        }
        .sicon{ 
            display:inline-block;width:4%;margin:1em 0;float:left; 
        }
        .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;
        }
    </style>
    <link rel="stylesheet" href="css/fgpanel.css">
</head>
<body>
    <div data-role="page">
        <div class="fg-panel">
            <form>
                <div class="fg-panel-header">筛选</div>
                <div class="fg-panel-content">
                    <fieldset data-role="controlgroup">
                         <p>省</p>
                        <select id="mainteArea" data-mini="true">
                          <option value="">全部</option>
                          <option value="">一枢纽</option>
                          <option value="">二枢纽</option>
                          <option value="">枢纽楼</option>
                        </select>
                        <p>市</p>
                        <select id="city" data-mini="true">
                            <option value="">全部</option>
                        </select>
                        <p>区/县</p>
                        <select id="country" data-mini="true">
                            <option value="">全部</option>
                        </select>
                         <p>机房站点</p>
                        <select id="homeName" data-mini="true">
                            <option value="">全部</option>
                        </select>
                        <p>统计方式</p>
                        <select id="statistics" data-mini="true">
                            <option value="3">按年统计</option>
                            <option value="1">按月统计</option>
                            <option value="2">按日统计</option>
                        </select>
                         <p>时间段</p>
                         <div class="checkdata">
                            <input id="startTestrecord"  type="text" name="appDate" class="appDatefir"  value="2000-01-01" />
                        </div>
                        <span class="sicon">&macr;</span>
                        <div class="checkdata">
                            <input id="endTestrecord" type="text" name="appDate" class="appDatesec"  value="2017-01-01" />
                        </div>
                        
                    </fieldset>
                </div>
                <div class="fg-panel-btn">
                    <a href="javascript:panel.hide(true);" id="submit" data-role="button" class="ui-btn ui-mini ui-btn-b ui-shadow">确定</a>
                </div>
            </form>
        </div>
        <!-- 头部内容 -->
        <div data-role="header" data-position="fixed">
            <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>
            <h1>设备流量统计查询</h1>
            <a href="javascript:panel.show();" class="ui-btn ui-corner-all ui-shadow ui-icon-grid ui-btn-icon-left" style="padding-top: 0.7em; padding-bottom: 0.7em;" id="screen">筛选</a>
        </div>
        <!-- 主体内容 -->
        <div data-role="main">
            <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">
             <div data-role="navbar">
          <ul>
            <li><a href="index.html" target="_top" data-icon="home">首页</a></li>
            <li><a href="batt-traffic-line.html" target="_top" data-icon="arrow-r">折现图</a></li>
          </ul>
        </div>
        </div>
    </div>
</body>
 
<script src="mobilJs/mobiscroll.core-2.5.2.js" type="text/javascript"></script>
<script src="mobilJs/mobiscroll.core-2.5.2-zh.js" type="text/javascript"></script>
<script src="mobilJs/mobiscroll.datetime-2.5.1.js" type="text/javascript"></script>
<script src="mobilJs/mobiscroll.datetime-2.5.1-zh.js" type="text/javascript"></script>
<script type="text/javascript" src="js/tbl.js"></script>
<script type="text/javascript" src="mobilJs/base.js"></script>
<script type="text/javascript" src="js/panel.js"></script>
<script type="text/javascript">    
    $(function () {
        setTimes($("#startTestrecord"),'2000-01-01');
        setTimes($("#endTestrecord"),new Date().format('yyyy-MM-dd'));
        
    });
</script> 
 <script type="text/javascript">  
    $('document').ready(function(){panel.show();});    
 
    var arr=new Array();        //当前表格td数据
    var Page = {
        pageSize:10,                 //每页的行数
        pageCurr:1,                  //当前页码数
        pageAll:0,
    };
    
    var arrTh = ['统计时间段', '省', '市', '机房名称','流量'];
    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();
        $("#submit").click(function(){
            Page.pageCurr=1;
            searchBadBatt();
        });
     });
    
     //查询电池信息
     function searchBadBatt(){
         loadshow();
         var stationid = $("#station_name").find('option:selected').attr('stationid')?$("#station_name").find('option:selected').attr('stationid'):'';
        var temp = createSearchForm();
        console.info(stationid);
        /*var temp = {
            StationName1:$("#station_name1").val(),
            StationName2:$("#city").val(),
            StationName5: $("#county").val(),
            StationName: $("#station_name").val(),
            StationId: stationid
        };*/
        //console.info(temp);
         var json = JSON.stringify(temp);
         //console.info(json);
        arrTd = new Array();
        $.post("StationtrafficAction!serchByCondition","json="+json,function(data){
            data=eval("("+data.result+")");
            console.info(data);
            if(data.code==1 && data.data.length>0){
                data=data.data;
                //console.info(data);                    
                arr=new Array();
                index=0;
                for(var i=0;i<data.length;i++){
                    arr[index++]=data[i].note;
                    arr[index++]=data[i].stationName1;                //电池组id
                    arr[index++]=data[i].stationName2;                //机房名称
                    arr[index++]=data[i].stationName;                    //机房IP
                    arr[index++]=tranfficCount(data[i].dayflow);    //电池组名称
            
                }
               //console.info(Page);
               createTbl(tbl, arrTh, arr);
              
            }else{
                $('#searchNull').popup('open');
                Page.pageAll = 0;
            }
            setPage();
            //console.info(Page);
            loadclose();     
        }).error(function(){
            loadclose();
            $('#searchErr').popup('open');
        });
     
     }
    
    // 计算流量
    function tranfficCount(value){
        value = (value/1048576).toFixed(2);
        if(value>1024){
            value = (value/1024).toFixed(2);
            return value + "G";
        }else{
            return value + "M";
        }
    }            
    
    function createSearchForm(){
        var dev_id = $('#homeName').find("option:selected").attr('stationid');
        var temp = {
            dev_id: dev_id?dev_id:0,
            record_time:$('#startTestrecord').val()+" 00:00:00",           //电池测试记录时间段
            record_time1:$('#endTestrecord').val()+" 23:59:59",                         
            num:$('#statistics').val()
        };
        console.info(temp);
        return temp;
    }
    // stringify(createSearchForm());
    //页面加载时查询省
    $.post("BattInfAction_serchByStation",null,function(data){
        data = data.result;
        data = eval("("+data+")");
        //console.info(data);
        //console.info(data.code);
        if(data.code==1&&data.data.length>0){
               var $Ostation_name1=$("#mainteArea");
            $Ostation_name1.text("");
            var arr = new Array();
            for(var i=0;i<=data.data.length;i++)
            {
                   if(i == 0){
                       arr.push({
                           val:"",
                           txt:"全部(共"+data.sum+"个)",
                       });
                   }else{
                       arr.push({
                           val:data.data[i-1].StationName1,
                           txt:data.data[i-1].StationName1,
                       });
                   }
            }
            updataSel($Ostation_name1, arr);
        }
         findCity();
    });
 
  
//当省改变时更新市
    function findCity(){
        var data = {
            StationName1: $("#mainteArea").val()
        };
        //console.info(data);
        // 请求获取当前省下的市
        $.ajax({     
            type: "post",                 
            url: "BattInfAction!serchStationName2",                
            async:true,                
            dataType:'json',
            data:"json = "+JSON.stringify(data),    
            success: function(data){
            data = data.result;
            data = eval("("+data+")");
            //console.info(data);
            //console.info(data.code);       
            if(data.code==1&&data.data.length>0){
                   var $Ostation_name1=$("#city");
                $Ostation_name1.text("");
                var arr = new Array();
                for(var i=0;i<=data.data.length;i++)
                {
                       if(i == 0){
                           arr.push({
                               val:"",
                               txt:"全部(共"+data.data.length+"个)",
                           });
                       }else{
                           arr.push({
                               val:data.data[i-1].StationName2,
                               txt:data.data[i-1].StationName2,
                           });
                       }
                }
                updataSel($Ostation_name1, arr);
            }
             findCounty();
        }
        });
    }
    
//当市改变时更新区/县
    function findCounty(){
        var data = {
            StationName1: $("#mainteArea").val(),
            StationName2:$("#city").val(),
        };
        //console.info(data);
        $.ajax({     
            type: "post",                 
            url: "BattInfAction!serchStationName5",                
            async:true,                
            dataType:'json',
            data:"json = "+JSON.stringify(data),    
            success: function(data){
            data = data.result;
            data = eval("("+data+")");
            //console.info(data);
            //console.info(data.code);       
            if(data.code==1&&data.data.length>0){
                   var $Ostation_name1=$("#country");
                $Ostation_name1.text("");
                var arr = new Array();
                for(var i=0;i<=data.data.length;i++)
                {
                       if(i == 0){
                           arr.push({
                               val:"",
                               txt:"全部(共"+data.data.length+"个)",
                           });
                       }else{
                           arr.push({
                               val:data.data[i-1].StationName5,
                               txt:data.data[i-1].StationName5,
                           });
                       }
                }
                updataSel($Ostation_name1, arr);
            }
          findStationNamebyStationname1();   
        }
        });
    }
  
 //当区县更新时更新机房  
    function findStationNamebyStationname1(){
        var data = {
            StationName1: $("#mainteArea").val(),
            StationName2:$("#city").val(),
            StationName5:$("#country").val()
        };
        //console.info(data);
        $.ajax({     
            type: "post",                 
            url: "BattInfAction!serchStationName3",                
            async:true,                
            dataType:'json',
            data:"json = "+JSON.stringify(data),    
            success: function(data){
            data = data.result;
            data = eval("("+data+")");
            console.info(data);
            //console.info(data.code);       
            if(data.code==1&&data.data.length>0){
                   var $Ostation_name1=$("#homeName");
                $Ostation_name1.text("");
                var arr = new Array();
                for(var i=0;i<=data.data.length;i++)
                {
                       if(i == 0){
                           //arr.push({
                               //dev_id:"",
                           //    stationid:"",
                           //    txt:"全部(共"+data.data.length+"个)",
                           //});
                       }else{
                           arr.push({
                               val:data.data[i-1].StationName3,
                               stationid:data.data[i-1].FBSDeviceId,
                               //dev_id:data.data[i-1].FBSDeviceId,
                               txt:data.data[i-1].StationName3,    
                           });
                       }
                }
                //console.info(111111111111111);
                updataSelStation($Ostation_name1, arr);
            }
           
            findserchByBattGroupNamebystationname(); 
        }
        });
    }
 
 //根据机房获取电池组   
     function findserchByBattGroupNamebystationname(){
        var stationid = $("#station_name").find('option:selected').attr('stationid')?$("#station_name").find('option:selected').attr('stationid'):'';
    
        var data = {
            StationName1: $("#mainteArea").val(),
            StationName2:$("#city").val(),
            StationName5:$("#country").val(),
            StationName: $("#homeName").val(),
            StationId: stationid
        };
        
        //console.info(data);
        $.ajax({     
            type: "post",                 
            url: "BattInfAction!serchBattByStation",                
            async:true,                
            dataType:'json',
            data:"json = "+JSON.stringify(data),    
            success: function(data){
            data = data.result;
            data = eval("("+data+")");
            //console.warn();
            //console.info(data);
            //console.info(data.code);       
            if(data.code==1&&data.data.length>0){
                   var $Ostation_name1=$("#battgroup_name");
                $Ostation_name1.text("");
                var arr = new Array();
                for(var i=0;i<=data.data.length;i++)
                {
                       if(i == 0){
                           arr.push({
                               val:0,
                               txt:"全部(共"+data.data.length+"个)",
                           });
                       }else{
                           arr.push({
                               val:data.data[i-1].BattGroupId,
                               txt:data.data[i-1].BattGroupName,
                           });
                       }
                }
                updataSel($Ostation_name1, arr);
            }
             
        }
        });
    }
    
   //当省改变时更新市
   $('#mainteArea').change(function(){
           findCity();    
   });
   //当市改变时改变区/县
   $('#city').change(function(){
           findCounty();    
   });
   //当区/县改变时改变机房
   $('#country').change(function(){
           findStationNamebyStationname1();     
   });       
    //当机房改变时,更新电池组    
    $('#homeName').change(function(){
        findserchByBattGroupNamebystationname();
    });
        
    
        
    $(function() {
        //点击上一页
        $('.pre-page').on('click', 'a', function() {
            if(Page.pageCurr>1){
                Page.pageCurr = Page.pageCurr - 1;
                searchBadBatt();
            }
        });
        
        //点击下一页
        $('.next-page').on('click', 'a', function() {
            var pageNum = Math.ceil(Page.pageAll/Page.pageSize);
            if(Page.pageCurr<pageNum){
                Page.pageCurr = Page.pageCurr + 1;
                searchBadBatt();
            }
        });
    });
    
    
    // 判断是否显示翻页按钮
    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>
</html>