查看工作流详情页面

 function assetDetailWF(titleText, wfId) {
        if (wfId != undefined && wfId != "") {
            var options = {
                url: "/wf/_layouts/15/iws.wf.site/pages/InstanceSheets.aspx?InstanceId=" + wfId + "&IsDlg=1",
                title: titleText,
                width: 1010,
                height: 600
            };
            SP.UI.ModalDialog.showModalDialog(options);
        }
    }

 

posted @ 2016-07-06 10:15  lishidefengchen  阅读(331)  评论(0编辑  收藏  举报