请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
梦幻幻影(uid:92745)
............................ 职业资格认证:尚未取得认证
  • 怎样自动展开
  • 填报预览最后一列合计前几列怎么写公式
  • 下拉树多选填报,保存的时候JOINARRAY(D2, ",")转换成字符了 a,b,c 重新查询出来要怎样让下拉树显示a,b,c是选中的呢
  • { var background_color = "rgb(0,204,204)"; //新背景色 var frozen_back_color = new Array(); var back_color = new Array(); var ignor_list = ""; //指定某些列不高亮,形如,,逗号分割 var $last_tr; var i = 0; var nHead = 3; $(".x-table tr:gt(" + nHead + ")").bind("mouseenter", function() { if(typeof($last_tr) != "undefined") { if(typeof($(this).attr("id")) != "undefined") { if(typeof($("#content-container #frozen-west").attr("id")) != "undefined") { $("#content-container #" + $last_tr.attr("id")).each(function() { $(this).children("td").each(function() { $(this).css("background-color", frozen_back_color); }); i = i + 1; }); i = 0; } else { $last_tr.children("td").each(function() { $(this).css("background-color", back_color); }); } frozen_back_color = ; back_color = ; } } if(typeof($(this).attr("id")) != "undefined") { if(typeof($("#content-container #frozen-west").attr("id")) != "undefined") { $("#content-container #" + $(this).attr("id")).each(function() { frozen_back_color = new Array(); $(this).children("td").not(ignor_list).each(function() { frozen_back_color = $(this).css("background-color"); if(typeof($(this).attr("rowspan")) == "undefined") { $(this).css("background-color", background_color); } }); i = i + 1; }); i = 0; } else { $(this).children("td").not(ignor_list).each(function() { back_color = $(this).css("background-color"); if(typeof($(this).attr("rowspan")) == "undefined") { $(this).css("background-color", background_color); } }); } } }); $(".x-table tr:gt(" + nHead + ")").bind("mouseleave", function() { if(typeof($(this).attr("id")) != "undefined") { $last_tr = $(this); } }); }
  • 怎么通过JS读到当前报表冻结了几行呢
  • 2018-02-02 09:30:54 警告:09:30:54 AWT-EventQueue-0 WARN Cannot start plate:com.fr.engine.bi.plugin.plate.RealTimeFSPlate;message=org/apache/log4j/Logger 2018-02-02 09:30:55 警告:09:30:55 Thread-34 WARN JSONObject not found.
  • EVAL("' From 公司名称", 1), ",")+"]") 多选下拉树就只能得到最后一个呢,而且点开下拉树里面也没有结果了

15

12

15

10

12下一页
个人成就
内容被浏览27,048
加入社区7年101天
返回顶部