This commit is contained in:
geh
2026-07-15 20:06:30 +08:00
parent f0071c1735
commit e7354bed93
@@ -220,6 +220,10 @@ namespace FineUIPro.Web.ZHGL.Information
{
canReport = units.Any(p => p.UnitId == this.CurrUser.UnitId);
}
if (this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.hfnbdId)
{
canReport = true;
}
var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.MillionsMonthlyReportMenuId);
if (canReport && buttonList.Count() > 0)
{