///////////////////////////////js 自定义导出 excel///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////js 自定义导出 excel
var ZT= this.options.form.getWidgetByName("zt").getValue();
//var RIQI = this.options.form.getWidgetByName("Riqi").getValue();
var REPORT_URL='${servletURL}?reportlet=目录/报表名.cpt&zt='+ZT+'&format=excel';
window.location=encodeURI(REPORT_URL);