20250812 修改质量事项报告
This commit is contained in:
@@ -57,6 +57,11 @@ namespace BLL
|
||||
/// </summary>
|
||||
public static string Role_CommonUsers = "bdb8c4fe-5082-4ce0-af5e-70f39f50ea41";
|
||||
|
||||
/// <summary>
|
||||
/// 承包商管理角色ID
|
||||
/// </summary>
|
||||
public static string Role_Contractor_LeaderId = "48b2376d-421f-4b12-b5be-c0c538bfe3e9";
|
||||
|
||||
/// <summary>
|
||||
/// 邮件配置Id
|
||||
/// </summary>
|
||||
@@ -263,6 +268,11 @@ namespace BLL
|
||||
public const string BtnConTab13View = "承包商View";
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// 质量事件报告修改全部
|
||||
/// </summary>
|
||||
public const string BtnModifyAll = "Modify All";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 初始化上传路径
|
||||
|
||||
@@ -130,6 +130,7 @@ namespace BLL
|
||||
newPunishment.MainCoordinatorEndDate = punishment.MainCoordinatorEndDate;
|
||||
newPunishment.UserDepStartDate = punishment.UserDepStartDate;
|
||||
newPunishment.UserDepEndDate = punishment.UserDepEndDate;
|
||||
newPunishment.Pause = punishment.Pause;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user