mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-24 04:53:33 +08:00
更新域名
fix issue #I3ZCIX 可以控制流程审批过程中表单项是否可写
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// Last Modified On : 07-19-2018
|
||||
// ***********************************************************************
|
||||
// <copyright file="FlowInstanceApp.cs" company="OpenAuth.App">
|
||||
// Copyright (c) http://www.openauth.me. All rights reserved.
|
||||
// Copyright (c) http://www.openauth.net.cn. All rights reserved.
|
||||
// </copyright>
|
||||
// <summary></summary>
|
||||
// ***********************************************************************
|
||||
|
@@ -7,11 +7,18 @@ namespace OpenAuth.App.Response
|
||||
/// <summary>
|
||||
/// 预览表单数据
|
||||
/// </summary>
|
||||
/// <value>The FRM data HTML.</value>
|
||||
public string FrmPreviewHtml
|
||||
{
|
||||
get { return FormUtil.Preview(this); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 预览表单数据表单项包含读写控制权限)
|
||||
/// </summary>
|
||||
public string FrmHtml
|
||||
{
|
||||
get { return FormUtil.GetHtml(this.FrmContentData, this.FrmContentParse, this.FrmData, "",this.CanWriteFormItemIds); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 下个节点的执行权限方式
|
||||
|
Reference in New Issue
Block a user