已下是自定义导出js var a= this.options.form.getWidgetByName("jg").getValue(); var b= this.options.form.getWidgetByName("qd").getValue(); var c= this.options.form.getWidgetByName("gf").getValue(); var d= this.options.form.getWidgetByName("tjq").getValue(); var e= this.options.form.getWidgetByName("tjz").getValue(); var REPORT_URL = '${servletURL}?viewlet=mqjgfqd.cpt&jg=' + a + '&qd=' + b + '&gf=' + c + '&tjq=' + d + '&tjz=' + e + '&format=excel&extype=simple'; window.location = (encodeURI(encodeURI(REPORT_URL))); |