From 55490496153e9e9b4e63ab8280248a669d5a8751 Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Thu, 14 Mar 2024 15:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PHTGL/ContractCompile/ContractReviewDetail.aspx.cs | 10 ++++------ SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/SGGL/FineUIPro.Mobile/PHTGL/ContractCompile/ContractReviewDetail.aspx.cs b/SGGL/FineUIPro.Mobile/PHTGL/ContractCompile/ContractReviewDetail.aspx.cs index c81d8499..e7528686 100644 --- a/SGGL/FineUIPro.Mobile/PHTGL/ContractCompile/ContractReviewDetail.aspx.cs +++ b/SGGL/FineUIPro.Mobile/PHTGL/ContractCompile/ContractReviewDetail.aspx.cs @@ -194,12 +194,10 @@ namespace FineUIPro.Mobile.Mobile btnAgree.Enabled = false; btnDisgree.Enabled = false; } - - - DataTable tb = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId); - //Grid1.RecordCount = tb.Rows.Count; - //var table = this.GetPagedDataTable(Grid1, tb); - Grid1.DataSource = tb; + + ////Grid1.RecordCount = tb.Rows.Count; + ////var table = this.GetPagedDataTable(Grid1, tb); + Grid1.DataSource = BLL.PHTGL_ApproveService.GetAllApproveData(ContractReviewId); ; Grid1.DataBind(); } diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 04ed84a6..2deb1a52 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -14469,7 +14469,7 @@ True 0 / - http://localhost:8653/ + http://localhost:7155/ False False