20250509 新增质量事故报告报表
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user