跳转报表
window.location = encodeURI(encodeURI("${servletURL}?viewlet=demo/analytics/收益分析联动.frm"));

--------------------

/*判断系列名称为客运*/
if(series=='客运'){
var URL ="${servletURL}?viewlet=运输管理/运输管理大屏-客运.frm";
window.location =encodeURI(encodeURI(URL));}
if(series=='货运'){
var URL = "${servletURL}?viewlet=运输管理/运输管理大屏-货运.frm";
window.location =encodeURI(encodeURI(URL));
}