Commit ceddcf9ecaa2881c1aeb4a11d66d5ab9dc63bf9e

Authored by 廖磊
1 parent e9991cac

到离站页面修改

src/main/resources/static/pages/report/inoutstation.html
... ... @@ -419,6 +419,8 @@
419 419 layer.msg("请选择时间");
420 420 }else if(zdlx=="" || zdlx==null){
421 421 layer.msg("请选择方向");
  422 + }else if(zd=="" || zd==null){
  423 + layer.msg("请选择站点");
422 424 }else{
423 425 var xlmc="线路: "+$("#select2-line-container").html();
424 426 var rqmc="日期: "+date1+"-"+date2;
... ...