修改合同流程
This commit is contained in:
@@ -384,14 +384,14 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
}
|
||||
else
|
||||
{
|
||||
var Bid = PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(BidDocumentsReviewId);
|
||||
Model.PHTGL_BidApproveUserReview newtable = new Model.PHTGL_BidApproveUserReview();
|
||||
newtable.ApproveUserReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_BidApproveUserReview));
|
||||
newtable.BidDocumentsReviewId = BidDocumentsReviewId;
|
||||
newtable.ProjectId = Bid.ProjectId;
|
||||
newtable.ActionPlanID = Bid.ActionPlanID;
|
||||
newtable.State = Const.ContractCreating;
|
||||
PHTGL_BidApproveUserReviewService.AddPHTGL_BidApproveUserReview(newtable);
|
||||
//var Bid = PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(BidDocumentsReviewId);
|
||||
//Model.PHTGL_BidApproveUserReview newtable = new Model.PHTGL_BidApproveUserReview();
|
||||
//newtable.ApproveUserReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_BidApproveUserReview));
|
||||
//newtable.BidDocumentsReviewId = BidDocumentsReviewId;
|
||||
//newtable.ProjectId = Bid.ProjectId;
|
||||
//newtable.ActionPlanID = Bid.ActionPlanID;
|
||||
//newtable.State = Const.ContractCreating;
|
||||
//PHTGL_BidApproveUserReviewService.AddPHTGL_BidApproveUserReview(newtable);
|
||||
ChangeState(Const.ContractReview_Complete);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user