1.前台URL编码
document.getElementById("frame_buyInStoreReport").contentWindow.location = encodeURI(encodeURI(src));
2.后台报表设计器的scipt中。
var fpurchaseadd = reportContext.getParameterValue("fpurchaseadd");if(fpurchaseadd!=null && fpurchaseadd!=""){ where_sql += " and fpurchaseadd = '"+decodeURI(fpurchaseadd)+"' ";}
OK中文解决。