请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
帆软用户YbG5J0kkjo(uid:2071958)
职业资格认证:FCA-FineBI | FCP-报表开发工程师
  • 添加两个控件‘年’‘月’ 只选年筛选的是整年数据,选‘月’对应第一个‘年’控件的月份,这样的SQL怎么写啊,现在的问题是选月的时候怎么关联‘年’控件
  • 请问删除标识的JS和那个单元格上的0是什么意思啊
  • //模板路径var url = encodeURI(encodeURI("/webroot/decision/view/report?viewlet=GettingStarted.cpt"));//窗体var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");//将窗体的src属性设置为模板路径$iframe.attr("src", url);//窗体的属性var o = {    title: "对话框",    //标题    destroyOnClose:true,   // 是否在关闭对话框的时候将对话框从dom中移除    width: 680,         //宽度    height: 640,        //高度    //closable:true,    //是否显示关闭按钮,默认true    //confirm:true,     //是否添加确认取消按钮,默认false    //draggable:true   //是否可拖动,默认true};//弹出窗体FR.showDialog(o.title, o.width, o.height, $iframe, o);var url = FR.cjkEncode("/webroot/decision/view/report?viewlet=GettingStarted.cpt&op=write");括号中的目录report?viewlet=GettingStarted.cpt是什么意思,帆软设计器上表的目录在/webroot/decision/reportlets/维度表/通用/填报表.cpt。那上面的路径要怎么写啊
  • var url = FR.cjkEncode("/webroot/decision/view/report?viewlet=GettingStarted.cpt&op=write");//窗体var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");//将窗体的src属性设置为模板路径$iframe.attr("src", url);//窗体的属性var o = {    title: "对话框",    //标题    width: 680,         //宽度    height: 640,        //高度    //closable:true,    //是否显示关闭按钮,默认true    //confirm:true,     //是否添加确认取消按钮,默认false    //draggable:true   //是否可拖动,默认true};//弹出窗体FR.showDialog(o.title, o.width, o.height, $iframe, o);  弹框颜色怎么改
  • FR.Msg.alert("填报说明",` 更新频率  每天早上9点`)// 设置height位置$("#popup_container").css("height", "120px");// 设置min-width位置$("#popup_container").css("min-width", "540px");// 设置header位置$("#popup_header").css("width", "540px");$("#popup_message").css("max-width", "520px");$("#popup_message").css("width", "520px");$("#popup_header").css("background-color","#f7f8fa");$("#popup_title").css("color","#3d4d66");$("#popup_title").css("fontFamily","微软雅黑");$('#popup_container>div').css("background-color", "#5cb9d8");$('#popup_container>div').css("border", "#fff");//$("#popup_message").css("color", "#000"); --内容字体颜能改所有的颜色怎么分别设置“更新频率“、  ”每天早上9点”字体颜色
  • 请问这是什么意思
  • var row = FR.cellStr2ColumnRow(this.options.location).row + 1;//获取当前行号_g().setCellValue('M' + row, null, 1);M对应的字段值为0
  • select distinct org.base_name,org.factory_stage from zh_ads.ads_zzqlc_produce_detail org,zh_ods.ods_fr_calb_export_user_data_permission pwhere  p.user_name= '123'and if(p.base_name is NULL,1=1,p.base_name in ('select distinct org.base_name from zh_ads.ads_zzqlc_produce_detail where p.user_name= '123'')) 为什么会报错 

148

3

148

10

个人成就
内容被浏览39,365
加入社区2年75天
返回顶部