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; } }