This commit is contained in:
geh
2026-04-09 15:26:39 +08:00
parent 1066f6ae6f
commit ad4f329930
32 changed files with 1556 additions and 116 deletions
@@ -53,6 +53,15 @@ namespace FineUIPro.Web
if (!IsPostBack)
{
int unitType = CommonService.GetUnitTypeByUserId(this.CurrUser.UserId);
if (unitType == 0)
{
Button3.Text = "公司";
}
else if (unitType == 1)
{
Button3.Text = "分公司";
}
this.CurrUser.LoginProjectId = null;
}
}