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);
        }
    }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-06-19
  • 2021-08-22
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2022-01-29
  • 2021-11-17
  • 2022-01-23
  • 2021-07-29
  • 2021-06-12
  • 2022-02-20
  • 2021-10-13
相关资源
相似解决方案