修改合同流程
This commit is contained in:
@@ -151,6 +151,12 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
|
||||
protected void drpProjectId_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
var bid=PHTGL_BidDocumentsReviewService.GetPHTGL_BidDocumentsReviewById(drpBidDocumentCode.SelectedValue);
|
||||
if (bid!= null)
|
||||
{
|
||||
txtProjectName.Text = PHTGL_ActionPlanFormationService.GetPHTGL_ActionPlanFormationById(bid.ActionPlanID).ProjectShortName;
|
||||
txtBidProject.Text = bid.BidDocumentsName ;
|
||||
}
|
||||
}
|
||||
|
||||
private bool Save(int state)
|
||||
|
||||
Reference in New Issue
Block a user