修改合同流程
This commit is contained in:
@@ -254,14 +254,14 @@ namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||
}
|
||||
else
|
||||
{
|
||||
Model.PHTGL_SetSubReview _SetSubReview = new Model.PHTGL_SetSubReview();
|
||||
/* Model.PHTGL_SetSubReview _SetSubReview = new Model.PHTGL_SetSubReview();
|
||||
_SetSubReview.SetSubReviewID = SQLHelper.GetNewID(typeof(Model.PHTGL_SetSubReview));
|
||||
var BidUser = BLL.PHTGL_BidApproveUserReviewService.GetPHTGL_BidApproveUserReviewById(ApproveUserReviewID);
|
||||
_SetSubReview.ApproveUserReviewID = ApproveUserReviewID;
|
||||
_SetSubReview.ActionPlanID = BidUser.ActionPlanID;
|
||||
_SetSubReview.State = Const.ContractCreating;
|
||||
_SetSubReview.Type = 0;
|
||||
PHTGL_SetSubReviewService.AddPHTGL_SetSubReview(_SetSubReview);
|
||||
PHTGL_SetSubReviewService.AddPHTGL_SetSubReview(_SetSubReview);*/
|
||||
|
||||
ChangeState(Const.ContractReview_Complete);
|
||||
}
|
||||
|
||||
@@ -397,14 +397,14 @@ namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||
}
|
||||
else
|
||||
{
|
||||
var Bid = PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(BidDocumentsReviewId);
|
||||
/* 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);
|
||||
PHTGL_BidApproveUserReviewService.AddPHTGL_BidApproveUserReview(newtable);*/
|
||||
ChangeState(Const.ContractReview_Complete);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user