From c108e65aef727b6fe54bf3f58e61ead7fe9bfeaf Mon Sep 17 00:00:00 2001
From: panhf <754998852@qq.com>
Date: Mon, 1 Apr 2024 14:50:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E9=87=8F=E6=9C=88?=
=?UTF-8?q?=E6=8A=A5=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ManageReportNew/MonthReportEdit.aspx.cs | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs
index 0ba8b3f6..ebaf390d 100644
--- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs
+++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs
@@ -197,14 +197,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
//加载所有grid
lodAllGrid("1");
- Grid10.EmptyText = "无数据
";
- gvTj.EmptyText = "无数据
";
- GvSb.EmptyText = "无数据
";
- GvGD.EmptyText = "无数据
";
- GvDq.EmptyText = "无数据
";
- GvYb.EmptyText = "无数据
";
- GvFf.EmptyText = "无数据
";
- GvXf.EmptyText = "无数据
";
+
}
else
{
@@ -217,6 +210,16 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
//加载所有grid
lodAllGrid("0");
}
+
+ Grid10.EmptyText = "无数据
";
+ gvTj.EmptyText = "无数据
";
+ GvSb.EmptyText = "无数据
";
+ GvGD.EmptyText = "无数据
";
+ GvDq.EmptyText = "无数据
";
+ GvYb.EmptyText = "无数据
";
+ GvFf.EmptyText = "无数据
";
+ GvXf.EmptyText = "无数据
";
+
hidReportId.Value = ReportId;
}
}