Compare commits
No commits in common. "865571313d456d4199c9063d403035d41f6f6dbe" and "d51e44861a3e5f4f7094029452d0e3685d00f8b8" have entirely different histories.
865571313d
...
d51e44861a
|
@ -197,7 +197,14 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
//加载所有grid
|
||||
lodAllGrid("1");
|
||||
|
||||
|
||||
Grid10.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
gvTj.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvSb.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvGD.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvDq.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvYb.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvFf.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvXf.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -210,16 +217,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
//加载所有grid
|
||||
lodAllGrid("0");
|
||||
}
|
||||
|
||||
Grid10.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
gvTj.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvSb.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvGD.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvDq.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvYb.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvFf.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
GvXf.EmptyText = "<raw><div class=\"grid-empty-text\">无数据</div></raw>";
|
||||
|
||||
hidReportId.Value = ReportId;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue