CJJ
2018-11-23 2a36c57ee730a5bfd373b34fbae1b9fe3e1de980
gx_tieta/WebRoot/mobil/batt-state-manage.html
@@ -312,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);
                     }