路径异常;另外:注意下「中文模板名」问题!
-- https://help.fanruan.com/finereport/doc-view-1577.html
——————————
= =#
——————————
var iframe = $("<iframe id='iframe0' width='100%' height='100%' scrolling='yes' framedorder='0'>");
// 创建对话框内的 iframe,默认宽高占比100%,可向下滚动,无边框
iframe.attr("src", "${servletURL}?viewlet=TTT.cpt&op=write");
// 给 iframe 添加 src 属性,指向需要展示的模板地址
var o = {
width: 700, //对话框宽度
height: 500 //对话框高度
};
FR.showDialog("对话框", o.width, o.height, iframe, o);
//弹出对话框