image.png
var name_1 = FR.cjkEncode("SixIndicators/cpt/SixIndicators.3.Order.Actual.cpt");
var name_2 = FR.cjkEncode("SixIndicators/cpt/SixIndicators.3.Order.Budget.cpt");
var name_3 = FR.cjkEncode("SixIndicators/cpt/SixIndicators.4.Order.Actual.cpt");
var type0 = FR.cjkEncode(type);
var company0 = FR.cjkEncode(company);
var month0 = FR.cjkEncode(month);
var nowyear0 = FR.cjkEncode(nowyear);
if(table=="實(shí)際") {
window.location = "${servletURL}?reportlet="+name_1+"&type="+type0+"&company="+company0+"&nowmonth="+month0+"&nowyear="+nowyear0;
} else if(table == "年度預(yù)算"){
window.location = "${servletURL}?reportlet="+name_2+"&type="+type0+"&company="+company0+"&nowmonth="+month0+"&nowyear="+nowyear0;
}else if(table == "月初預(yù)算"){
window.location = "${servletURL}?reportlet="+name_3+"&type="+type0+"&company="+company0+"&nowmonth="+month0+"&nowyear="+nowyear0;
}