Commit aba7912953bfb845af16d76407f5ffdc9261b703

Authored by 潘钊
1 parent 62236907

update...

src/main/resources/static/real_control_v2/js/line_schedule/sch_table.js
... ... @@ -478,10 +478,11 @@ var gb_schedule_table = (function () {
478 478  
479 479 var carYfwfMap = {}, nbbm;
480 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 486 yfwf_num++;
486 487 nbbm = this.clZbh;
487 488 if (carYfwfMap[nbbm])
... ...