0614-进度增加计划和实际开始/完成时间

This commit is contained in:
gaofei
2022-06-14 18:21:58 +08:00
parent 4b19955e26
commit 0d681e07ac
9 changed files with 289 additions and 41 deletions
+4
View File
@@ -86,6 +86,10 @@ namespace BLL
newUP.IsSelected = costControl.IsSelected;
newUP.RealPrice = costControl.RealPrice;
newUP.PlanPrice = costControl.PlanPrice;
newUP.PlanStartDate = costControl.PlanStartDate;
newUP.PlanEndDate = costControl.PlanEndDate;
newUP.RealStartDate = costControl.RealStartDate;
newUP.RealEndDate = costControl.RealEndDate;
db.SubmitChanges();
}