Commit b36c6890052a23d449e826e0a276d265e01ad1d2
1 parent
4c01d24c
update..
Showing
2 changed files
with
6 additions
and
6 deletions
src/main/resources/static/real_control_v2/alone_page/home/alone_data_gps.js
src/main/resources/static/real_control_v2/alone_page/map/alone_data_gps.js
| ... | ... | @@ -55,11 +55,11 @@ var gb_data_gps = (function () { |
| 55 | 55 | addArr.push(this); |
| 56 | 56 | |
| 57 | 57 | //班次信息 |
| 58 | - if (this.schId) { | |
| 59 | - schArray = gb_schedule_table.findScheduleByLine(this.lineId); | |
| 60 | - if (schArray) | |
| 61 | - this.sch = schArray[this.schId]; | |
| 62 | - } | |
| 58 | + /*if (this.schId) { | |
| 59 | + //schArray = gb_schedule_table.findScheduleByLine(this.lineId); | |
| 60 | + ///if (schArray) | |
| 61 | + // this.sch = schArray[this.schId]; | |
| 62 | + }*/ | |
| 63 | 63 | |
| 64 | 64 | //时间格式化 |
| 65 | 65 | this.dateStr = moment(this.timestamp).format('YYYY-MM-DD HH:mm:ss'); | ... | ... |