D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 2fe250ece8de95b3f70172fe5b45793ab6a3084a
gx_tieta/WebRoot/mobil/batt-state-manage.html
@@ -178,6 +178,7 @@
      setPage();
      $("#submit").click(function(){
         Page.pageCurr=1;
         setPage();
          searchstationstate();
      });
    });
@@ -311,11 +312,11 @@
                     
                     // 开门关门异常
                     if(_data.station_stat_dooropen) {
                        arrTd[index++] = '开门';
                        arrTd[index++] = '关门';
                        arrTd[index++] = _data.station_dooropen_start_time;//开门关门异常时间
                        arrTd[index++] = StringtoData(_data.station_dooropen_start_time);
                     }else {
                        arrTd[index++] = '关门';
                        arrTd[index++] = '开门';
                        arrTd[index++] = "-";//开门关门异常时间
                        arrTd[index++] = formartTime(0);
                     }
@@ -326,16 +327,15 @@
                     Page.pageAll = _data.page.pageAll;
                  }
                  var pageNum=Math.ceil(Page.pageAll/Page.pageSize);
                  $('#total').text(Page.pageAll);
                  $('#current').text(Page.pageCurr+"/"+pageNum);
               }else{
                  Page.pageAll = 0;
                  var pageNum=Math.ceil(Page.pageAll/Page.pageSize);
                  $('#total').text(Page.pageAll);
                  $('#current').text(Page.pageCurr+"/"+pageNum);
               }
               //layer.close(load);
               //console.info(arrTd);
               setPage();
               createTbl(tblCon, arrTh, arrTd);
               //window.clearTimeout(myTimeOut);
               myTimeOut = window.setTimeout(searchstationstate, 8000);