我填报预览页面,使用这个导出js: //text为参数面板里的控件名称 var sj1=this.options.form.getWidgetByName("pv1").getValue();//时间1 var sj2=this.options.form.getWidgetByName("pv11").getValue();//时间2 var sj3=this.options.form.getWidgetByName("pv4").getValue();//订单编号 var sj4=this.options.form.getWidgetByName("pv5").getValue();//物料编码 var sj5=this.options.form.getWidgetByName("pv6").getValue();//物料名称 var sj6=this.options.form.getWidgetByName("pv9").getValue();//有无图片 var url = encodeURI(encodeURI("/webroot/decision/view/report?viewlet=/采购管理/五金订单多图导出.cpt&op=write")); var config={ pv1:sj1, pv11:sj2, pv4:sj3, pv5:sj4, pv6:sj5, pv9:sj6, format:"excel", extype:"simple", //city_code:lx, __filename__:"五金订单列表明细"//自定义导出的文件名称以时间为文件名 }; FR.doHyperlinkByPost(url,config);我这个页面图片预览的方式是这样的:if(P4 > 0, WEBIMAGE("http://yjsd.hnjzt.com:9228/file/item/matter/" + E4 + "/" + N4), ""),预览的时候很清晰,但是导出这个页面,页面的图片完全模糊,看不清楚,这个如何解决啊,大佬们,图片预览和上传到服务器的图片都能看得清楚里面的字,但是导出到excel就完全模糊了,请教各位大佬如何解决 |
立即参与
