如标题 var ryl =this.options.form.getWidgetByName("ryl").getValue(); var time_code =this.options.form.getWidgetByName("time_code").getValue(); var line =this.options.form.getWidgetByName("line").getValue(); var REPORT_URL = '${servletURL}?china_jinmao/test/hr_dashboard_thi_gd_hz.frm&op=export&format=excel&sessionID=' + aaa +'&ryl='+ ryl +'&line='+ line +'&=time_code' + time_code; window.location = encodeURI(REPORT_URL); |