请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
yikefu(uid:265047)
qq1635077326 职业资格认证:FCA-业务分析理论 | FCA-FineBI | FCP-报表开发工程师 | FCP-报表交付工程师
  • word导出后不能编辑怎么实现
  • url图片导出,一张页面导出的内容过多,展示的有问题,怎么设置导出多张图片呢,或者有更好的解决办法
  • select*from(SELECT DISTINCT RepMonth as RepMonthFROM obj_date WHERE RepDate <= NOW()  AND DATE_FORMAT( RepDate, '%Y' ) = DATE_FORMAT(NOW(),'%Y')) odLEFT JOIN(SELECT    IFNULL(count(DISTINCT project_id)/ (select count(id) as total from system_project  where org_id = (select id from sys_depart where depart_name = '苏南分公司') and depart_id in (select id from sys_depart where depart_name = '历史研究院' )),0.01) as '填报率', CONCAT(MONTH(create_time),'月') as '月份'FROM aq_identificationlist WHERE   branch_office = '苏南分公司' and date_format( create_time, '%Y' )= '2022' and bpm_status != '1' and bpm_status != '4' and project_id in (select id from system_project where depart_id in (select id from sys_depart  where depart_name = '历史研究院' )) GROUP BY CONCAT(MONTH(create_time),'月') ) bo on od.RepMonth = bo.月份
  • var a=this.options.form.getWidgetByName("year");var a=a.getValue();var b=this.options.form.getWidgetByName("year1");var b=b.getValue();var c=this.options.form.getWidgetByName("depart_name").getValue();var bl=c.toString().replace(/,/g,"','");//全局替换。把下拉树的逗号替换成引号  逗号  引号。var area=FR.remoteEvaluate('sql("cloud","select depart_name as depart_name1 from sys_depart where id in(select parent_id from sys_depart where depart_name in(\''+bl+'\'))",1)')var url = 'report?reportlets=';//定义urlvar pars = '&format=excel&__filename__=1&depart_name='+c+'&year='+a+'&year1='+b;//设置导出格式和导出文件名称var path = "weekly_statistics/export_information111.cpt";//获取模板名称和路径//获取模板中参数值,以数组形式存储,每个参数值对应一个sheetalert(area);var json = ;for (var i = 0; i < area.length; i++) {var sheet = {reportlet: path,depart_name1:area};json.push(sheet);}alert(json);jsonStr = encodeURIComponent(JSON.stringify(json));//对url进行encodeURIComponent编码url += jsonStr;//给url添加模板参数url += pars;//给url添加导出参数alert(url);//打印urlsetTimeout(function() {  window.open(url);}, 1500);
  • 我用的是下拉树控件var c=this.options.form.getWidgetByName("depart_name");var c=c.getValue();var area=FR.remoteEvaluate('=sql("cloud","select depart_name from sys_depart where id in(select parent_id from sys_depart where depart_name in("'+c+"')),1,1)');
  • 1
  • 帆软服务器重启的方法
  • test.zip 效果图: 现在的图:

153

268

153

10

个人成就
内容被浏览67,510
加入社区5年19天
返回顶部