如图,预览分析预览时候,查询结果是华东的,但是按钮点击导出excel是全部的,怎么处理呢? debugger var url="${servletURL}?viewlet=行政办公/03分组织整体差旅费/累计分组织汇总分析表(测试表).cpt&extype=simple" var sjlx = this.options.form.getWidgetByName("sjlx"); var 开始月 = this.options.form.getWidgetByName("开始月"); var 结束日期 = this.options.form.getWidgetByName("结束日期"); var 结束月 = this.options.form.getWidgetByName("结束月"); var 开始月_同期 = this.options.form.getWidgetByName("开始月_同期"); var 结束月_同期 = this.options.form.getWidgetByName("结束月_同期"); var 一级部门 = this.options.form.getWidgetByName("一级部门"); var 二级部门 = this.options.form.getWidgetByName("二级部门"); var 三级部门 = this.options.form.getWidgetByName("三级部门"); var 四级部门 = this.options.form.getWidgetByName("四级部门"); var 五级部门 = this.options.form.getWidgetByName("五级部门"); var 六级部门 = this.options.form.getWidgetByName("六级部门");
var 业务场景 = this.options.form.getWidgetByName("业务场景"); var 预定方式 = this.options.form.getWidgetByName("预定方式"); var 职级 = this.options.form.getWidgetByName("职级"); var 境内外 = this.options.form.getWidgetByName("境内外"); var config = { sjlx:sjlx.getValue(), 开始月:开始月.getValue(), 结束日期:结束日期.getValue(), 结束月:结束月.getValue(), 开始月_同期:开始月_同期.getValue(), 结束月_同期:结束月_同期.getValue(), 一级部门:一级部门.getValue(), 二级部门:二级部门.getValue(), 三级部门:三级部门.getValue(), 四级部门:四级部门.getValue(), 五级部门:五级部门.getValue(), 六级部门:六级部门.getValue(), 业务场景:业务场景.getValue(), 预定方式:预定方式.getValue(), 职级:职级.getValue(), 境内外:境内外.getValue(), format:"excel" } FR.doHyperlinkByPost(url,config,"_self"); FR.Msg.alert("提示", "正在离线导出CSV文件,请勿重复导出") |