var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src", "${servletURL}?reportlet=1555466573159014.cpt&op=write&id="+id);
var o = {
title : "订单明细",
width : 500,
height: 300
};
FR.showDialog(o.title, o.width, o.height, $iframe,o);