Commit d8960560bb4a828f5e4a062d122e3a7effbc4a7b

Authored by ljq
2 parents bd1fd5fe 98bf8115

Merge branch 'jiading' of 192.168.168.201:panzhaov5/bsth_control into jiading

src/main/resources/static/pages/control/line/js/webSocketHandle.js
... ... @@ -107,8 +107,9 @@ var msgHandle = {
107 107 $tr.find('td[data-name=clZbh]').attr('class', clazz);
108 108 },
109 109 // 站点道闸
110   - // stationSigno: function(msg){
111   - // },
  110 + stationSigno: function(msg){
  111 + // debugger;
  112 + },
112 113 refresh: function(msg){
113 114 //刷新
114 115 layer.msg('正在切换到 ' + msg.dateStr + '数据', {icon: 16, shade: 0.6, time: 0});
... ...
src/main/resources/static/real_control_v2/js/line_schedule/sch_table.js
... ... @@ -375,7 +375,8 @@ var gb_schedule_table = (function () {
375 375 if(tag.sdTag == 1){
376 376 sch.sd_tag = tag.sdTag;
377 377 sch.sd_time = tag.sdTime;
378   - } else if(tag.out == 1){
  378 + }
  379 + if(tag.out == 1){
379 380 sch.sf_tag = tag.out;
380 381 sch.sf_time = tag.outTimeStr;
381 382 }
... ...