function load() {
//单挑打印能正常显示数据
//var addr = "http://localhost:8080/WebReport/ReportServer?reportlet=1.cpt&sampleno=20160624SHS0001";
//批量打印不能正常显示数据
var addr = "http://localhost:8080/WebReport/ReportServer?reportlets="
document.getElementById("reportFrame").src = addr;
FR.doURLPDFPrint(printurl, true); //get方式传参
}
window.onload = load;