Commit 4af18242b2813b7566a6f8f4dbd087381a1b58d8

Authored by 潘钊
1 parent 7a906155

update...

src/main/resources/static/real_control_v2/fragments/north/nav/history_sch_maintain.html
... ... @@ -127,7 +127,7 @@
127 127 tsStr += '<li ' + (i == 0 ? 'class="uk-active"' : '') + '><a>' + this + '</a></li>';
128 128 });
129 129 //临时放开闵行39路的日期权限
130   - if(gb_data_basic.line_idx=='100001'){
  130 + /*if(gb_data_basic.line_idx=='100001'){
131 131 var st = moment('2017-08-29', 'YYYY-MM-DD');
132 132 var et = moment().format('YYYY-MM-DD');
133 133 tsStr = '';
... ... @@ -139,7 +139,7 @@
139 139 if(rq == et)
140 140 break;
141 141 }
142   - }
  142 + }*/
143 143  
144 144 $('.h-s-time', modal).html(tsStr);
145 145  
... ...