LiJun
2018-11-26 a6b4c1e19b3b3fdcf80d7f69f20fe406205fcf8f
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);
                     }