From 6ce7440549ad7b19744826014a4cefe0464e159c Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 26 Oct 2023 16:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=BD=E5=B7=A5=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FineUIPro.Web/PZHGL/InformationProject/ConstructionLog.aspx | 2 +- .../PZHGL/InformationProject/ConstructionLog.aspx.cs | 2 +- .../PZHGL/InformationProject/ConstructionLogFileCabinet.aspx | 2 +- .../PZHGL/InformationProject/ConstructionLogFileCabinet.aspx.cs | 2 +- .../PZHGL/InformationProject/ProjectConstructionLog.aspx | 2 +- .../PZHGL/InformationProject/ProjectConstructionLog.aspx.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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();