diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx index 859aa7f4..238aed49 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx @@ -80,7 +80,7 @@ - + diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx.cs b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx.cs index 20aeef6a..045f2e27 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx.cs +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx.cs @@ -119,7 +119,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject this.drpProfessional.DataBind(); Funs.FineUIPleaseSelect(this.drpProfessional); //合同编号 - this.drpContractNo.DataTextField = "ContractNum"; + this.drpContractNo.DataTextField = "ContractName"; this.drpContractNo.DataValueField = "ContractId"; this.drpContractNo.DataSource = BLL.PHTGL_ContractReviewService.GetContractReview_CompleteData(this.CurrUser.LoginProjectId); this.drpContractNo.DataBind(); diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx index 58bce10f..7204f02b 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx @@ -73,7 +73,7 @@ - + diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx.cs b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx.cs index c6ed8ae6..8412cec9 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx.cs +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ConstructionLogFileCabinet.aspx.cs @@ -122,7 +122,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject this.drpProfessional.DataBind(); Funs.FineUIPleaseSelect(this.drpProfessional); //合同编号 - this.drpContractNo.DataTextField = "ContractNum"; + this.drpContractNo.DataTextField = "ContractName"; this.drpContractNo.DataValueField = "ContractId"; this.drpContractNo.DataSource = BLL.PHTGL_ContractReviewService.GetContractReview_CompleteData(this.CurrUser.LoginProjectId); this.drpContractNo.DataBind(); diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx index c3dcc0e1..f51533a3 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx @@ -79,7 +79,7 @@ - + diff --git a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx.cs b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx.cs index b88371eb..c7d4b6ae 100644 --- a/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx.cs +++ b/SGGL/FineUIPro.Web/PZHGL/InformationProject/ProjectConstructionLog.aspx.cs @@ -151,7 +151,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject this.drpProfessional.DataBind(); Funs.FineUIPleaseSelect(this.drpProfessional); //合同编号 - this.drpContractNo.DataTextField = "ContractNum"; + this.drpContractNo.DataTextField = "ContractName"; this.drpContractNo.DataValueField = "ContractId"; this.drpContractNo.DataSource = BLL.PHTGL_ContractReviewService.GetContractReview_CompleteData(this.CurrUser.LoginProjectId); this.drpContractNo.DataBind();