--决策报表弹窗
var name =_g().getWidgetByName("community").getValue(); //获得决策报表控件的值
var serviceLike = serviceLike;
var Width = 1200;
var Height = 650;
var url = FR.cjkEncode("${servletURL}?viewlet=DEMO.cpt");
FR.doHyperlinkByPost({
url: url,
title: '工单详情',
feature: "width=" + Width + ",height=" + Height + ",",
para: {
serviceLike:serviceLike,
name:name
},
target: '_dialog'
});