生成对话框的js var url = FR.cjkEncode("${servletURL}?viewlet=CRM_B/Customer_record_add.cpt&op=write&org_name=" + org_name + "&place=" + place + "&ddte=" + ddte + "&rowkey=" + rowkey + "&goin_date=" + goin_date); var $iframe = $(""); $iframe.attr("src", url); var o = { title: "添加日志", width: 680, height: 640 }; FR.showDialog(o.title, o.width, o.height, $iframe, o); |