var cptpath="财务/管理会计口径/填报-起重毛利润(含研发)_管理口径_Excel导入填报.cpt";
//本页面跳转,替换本页面
//window.location=encodeURI(encodeURI("${servletURL}?viewlet="+cptpath));
//新窗口跳转
window.open(encodeURI(encodeURI("${servletURL}?viewlet="+cptpath)));
//决策平台内新标签
window.parent.FS.tabPane.addItem({
title: tabname, //新标签标题名称
src: "${servletURL}?viewlet="+path
})