20250812 修改质量事项报告

This commit is contained in:
2025-08-12 17:05:47 +08:00
parent 50ddcb8dcf
commit 61ca5d213c
8 changed files with 941 additions and 161 deletions
+10
View File
@@ -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
+1
View File
@@ -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();
}