20250509 新增质量事故报告报表

This commit is contained in:
2025-05-09 15:29:52 +08:00
parent 2245263c29
commit 1cda2d1914
11 changed files with 1608 additions and 14 deletions
+14
View File
@@ -70,6 +70,13 @@ namespace BLL
newPunishment.SeType = punishment.SeType;
newPunishment.PVTRequester = punishment.PVTRequester;
newPunishment.IndividualSESReason = punishment.IndividualSESReason;
newPunishment.SSRAdminId = punishment.SSRAdminId;
newPunishment.SSRStaratDate = punishment.SSRStaratDate;
newPunishment.SSREndDate=punishment.SSREndDate;
newPunishment.MainCoordinatorStartDate = punishment.MainCoordinatorStartDate;
newPunishment.MainCoordinatorEndDate = punishment.MainCoordinatorEndDate;
newPunishment.UserDepStartDate = punishment.UserDepStartDate;
newPunishment.UserDepEndDate = punishment.UserDepEndDate;
Funs.DB.EMC_Punishment.InsertOnSubmit(newPunishment);
Funs.DB.SubmitChanges();
@@ -116,6 +123,13 @@ namespace BLL
newPunishment.SeType = punishment.SeType;
newPunishment.PVTRequester = punishment.PVTRequester;
newPunishment.IndividualSESReason = punishment.IndividualSESReason;
newPunishment.SSRAdminId = punishment.SSRAdminId;
newPunishment.SSRStaratDate = punishment.SSRStaratDate;
newPunishment.SSREndDate = punishment.SSREndDate;
newPunishment.MainCoordinatorStartDate = punishment.MainCoordinatorStartDate;
newPunishment.MainCoordinatorEndDate = punishment.MainCoordinatorEndDate;
newPunishment.UserDepStartDate = punishment.UserDepStartDate;
newPunishment.UserDepEndDate = punishment.UserDepEndDate;
Funs.DB.SubmitChanges();
}