20250224
This commit is contained in:
@@ -122,6 +122,7 @@ namespace BLL
|
||||
newEProject.StudyWo = eProject.StudyWo;
|
||||
newEProject.CreateDate = eProject.CreateDate;
|
||||
newEProject.CreatePerson = eProject.CreatePerson;
|
||||
newEProject.ProjectControl_RFSU_CloseDate = eProject.ProjectControl_RFSU_CloseDate;
|
||||
|
||||
db.Editor_EProject.InsertOnSubmit(newEProject);
|
||||
db.SubmitChanges();
|
||||
@@ -211,6 +212,7 @@ namespace BLL
|
||||
newEProject.StudyWo = eProject.StudyWo;
|
||||
newEProject.CreateDate = eProject.CreateDate;
|
||||
newEProject.CreatePerson = eProject.CreatePerson;
|
||||
newEProject.ProjectControl_RFSU_CloseDate = eProject.ProjectControl_RFSU_CloseDate;
|
||||
//if (eProject.ProjectControl_JobStatus != "Hold")
|
||||
//{
|
||||
// newEProject.Job_Hold =null;
|
||||
|
||||
@@ -46,6 +46,7 @@ namespace BLL
|
||||
newKeyQuantity.Descipline = keyQuantity.Descipline;
|
||||
newKeyQuantity.QuantityDesctiption = keyQuantity.QuantityDesctiption;
|
||||
newKeyQuantity.PlanMHRsUnit = keyQuantity.PlanMHRsUnit;
|
||||
newKeyQuantity.Type = keyQuantity.Type;
|
||||
Funs.DB.Editor_KeyQuantity.InsertOnSubmit(newKeyQuantity);
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
@@ -66,6 +67,7 @@ namespace BLL
|
||||
newKeyQuantity.Descipline = keyQuantity.Descipline;
|
||||
newKeyQuantity.QuantityDesctiption = keyQuantity.QuantityDesctiption;
|
||||
newKeyQuantity.PlanMHRsUnit = keyQuantity.PlanMHRsUnit;
|
||||
newKeyQuantity.Type = keyQuantity.Type;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user