20241118 承包商质量事件调查
This commit is contained in:
@@ -100,6 +100,11 @@ namespace BLL
|
||||
/// </summary>
|
||||
public const string BtnSave = "Save";
|
||||
|
||||
/// <summary>
|
||||
/// 提交
|
||||
/// </summary>
|
||||
public const string BtnSubmit = "Submit";
|
||||
|
||||
/// <summary>
|
||||
/// 打印
|
||||
/// </summary>
|
||||
@@ -450,6 +455,13 @@ namespace BLL
|
||||
|
||||
public const string EvaluationReportMenuId = "DD0202E2-0EBD-41A3-AA81-33684B8DE014";
|
||||
#endregion
|
||||
|
||||
#region 承包商质量事件调查
|
||||
/// <summary>
|
||||
/// 承包商质量事件调查
|
||||
/// </summary>
|
||||
public const string IncidentInvestigationMenuId = "493D726E-FF86-4A76-A65B-CB14F02195D2";
|
||||
#endregion
|
||||
#endregion
|
||||
|
||||
#region 综合平台流程
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user