不是一样的吗?
FVS中弹cpt报表
"use document";
const iframe = document.createElement("iframe");
iframe.width = "100%";
iframe.height = "100%";
iframe.scrolling = "no";
iframe.style="border: none";
iframe.src = "/webroot/decision/view/report?viewlet=GettingStarted.cpt";
duchamp.showDialog(
{
title:"销量弹窗",
width: "50%",
height: "100%",
innerContent:iframe,
dialogType:"center",
}
);