Commit aba7912953bfb845af16d76407f5ffdc9261b703
1 parent
62236907
update...
Showing
1 changed file
with
4 additions
and
3 deletions
src/main/resources/static/real_control_v2/js/line_schedule/sch_table.js
| @@ -478,10 +478,11 @@ var gb_schedule_table = (function () { | @@ -478,10 +478,11 @@ var gb_schedule_table = (function () { | ||
| 478 | 478 | ||
| 479 | var carYfwfMap = {}, nbbm; | 479 | var carYfwfMap = {}, nbbm; |
| 480 | $.each(schArr, function () { | 480 | $.each(schArr, function () { |
| 481 | - if (this.fcsjT > t) | ||
| 482 | - return false; | 481 | + /*if (this.dfsjT > t) |
| 482 | + return false;*/ | ||
| 483 | 483 | ||
| 484 | - if (this.fcsjActual == null && this.fcsjActualTime == null && this.status != -1) { | 484 | + if (this.dfsjT < t && |
| 485 | + this.fcsjActual == null && this.fcsjActualTime == null && this.status != -1) { | ||
| 485 | yfwf_num++; | 486 | yfwf_num++; |
| 486 | nbbm = this.clZbh; | 487 | nbbm = this.clZbh; |
| 487 | if (carYfwfMap[nbbm]) | 488 | if (carYfwfMap[nbbm]) |