var reportUrl =FR.cjkEncode("${servletURL}?viewlet=SMEC Report/Common Report/Tech Loop Performance Report/Tech Loop Performance Report Detail.cpt&op=view&hisdte="+hisdate+"&group="+group+"&layer="+layer+"&TYPE="+TYPE);
var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", reportUrl);
var o={
title:"",
width:1900,
height:700
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);
$(".fr-core-panel-title").eq(0).css({"background-color":"rgb(208,206,206)","font-family":"microsoft yahei","font-size":"14px"})//更改窗口标题 字体,颜色,大小
$(".fr-core-panel-header.fr-core-panel-style-blue.fr-core-window-header").eq(0).css("background-color","rgb(208,206,206)")//更改窗口标题背景色

1606382990204069.frm