2023-03-01 合同增加主办部门
This commit is contained in:
@@ -36,6 +36,7 @@ namespace BLL
|
||||
table.PreliminaryMan = newtable.PreliminaryMan;
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||
table.DepartId = newtable.DepartId;
|
||||
Funs.DB.PHTGL_ActionPlanReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -57,6 +58,8 @@ namespace BLL
|
||||
table.PreliminaryMan = newtable.PreliminaryMan;
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@ namespace BLL
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.Approval_Construction = newtable.Approval_Construction;
|
||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.PHTGL_BidApproveUserReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -50,6 +52,8 @@ namespace BLL
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.Approval_Construction = newtable.Approval_Construction;
|
||||
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@ namespace BLL
|
||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.PHTGL_BidDocumentsReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -65,6 +67,8 @@ namespace BLL
|
||||
table.BidDocumentsName = newtable.BidDocumentsName;
|
||||
table.BidDocumentsCode = newtable.BidDocumentsCode;
|
||||
table.Bidding_SendTime = newtable.Bidding_SendTime;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
|
||||
@@ -60,6 +60,8 @@ namespace BLL
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.Approval_Construction = newtable.Approval_Construction;
|
||||
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.PHTGL_SetSubReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -84,6 +86,8 @@ namespace BLL
|
||||
table.ProjectManager = newtable.ProjectManager;
|
||||
table.Approval_Construction = newtable.Approval_Construction;
|
||||
table.IsOwenerApprove = newtable.IsOwenerApprove;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
|
||||
@@ -151,6 +151,7 @@ namespace BLL
|
||||
table.Countersign_Law2 = newtable.Countersign_Law2;
|
||||
table.Idea = newtable.Idea;
|
||||
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
||||
table.DepartId = newtable.DepartId;
|
||||
Funs.DB.PHTGL_ContractReview.InsertOnSubmit(table);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -186,6 +187,7 @@ namespace BLL
|
||||
table.Countersign_Law2 = newtable.Countersign_Law2;
|
||||
table.Idea = newtable.Idea;
|
||||
table.Approval_GeneralLaw = newtable.Approval_GeneralLaw;
|
||||
table.DepartId = newtable.DepartId;
|
||||
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user