20241118 承包商质量事件调查

This commit is contained in:
2024-11-18 14:29:07 +08:00
parent 6bee3ffa04
commit 584319b655
10 changed files with 3296 additions and 84 deletions
+6 -1
View File
@@ -64,6 +64,7 @@ namespace BLL
newPunishment.BYC_Person= punishment.BYC_Person;
newPunishment.Requisitioner=punishment.Requisitioner;
newPunishment.AttachUrl = punishment.AttachUrl;
newPunishment.States = punishment.States;
Funs.DB.EMC_Punishment.InsertOnSubmit(newPunishment);
Funs.DB.SubmitChanges();
@@ -88,7 +89,7 @@ namespace BLL
newPunishment.Individual = punishment.Individual;
newPunishment.ViolationDegree = punishment.ViolationDegree;
newPunishment.BYC_RU = punishment.BYC_RU;
newPunishment.Violation_Inspector = punishment.Violation_Inspector;
//newPunishment.Violation_Inspector = punishment.Violation_Inspector;
newPunishment.CompletionDate = punishment.CompletionDate;
newPunishment.ViolationRelatedSes = punishment.ViolationRelatedSes;
newPunishment.SelectYesNo = punishment.SelectYesNo;
@@ -102,6 +103,10 @@ namespace BLL
newPunishment.BYC_Person = punishment.BYC_Person;
newPunishment.Requisitioner = punishment.Requisitioner;
newPunishment.AttachUrl = punishment.AttachUrl;
newPunishment.States = punishment.States;
newPunishment.ContractAdmin = punishment.ContractAdmin;
newPunishment.IndividualPerson = punishment.IndividualPerson;
newPunishment.UserDep = punishment.UserDep;
Funs.DB.SubmitChanges();
}