This commit is contained in:
2023-07-04 18:15:37 +08:00
3 changed files with 51 additions and 5 deletions
@@ -100,10 +100,10 @@ namespace FineUIPro.Web.ZHGL.Plan
{
HFActionPlanListId.Text = this.ActionPlanListId;
this.ProjectId = actionPlanList.ProjectId;
if (this.ProjectId != this.CurrUser.LoginProjectId)
{
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, true);
}
//if (this.ProjectId != this.CurrUser.LoginProjectId)
//{
// BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, false);
//}
if (actionPlanList.Edition != null)
{
txtEdition.Text = actionPlanList.Edition.ToString();
+1 -1
View File
@@ -309,7 +309,7 @@ namespace FineUIPro.Web
this.MenuSwitchMethod(Request.Params["menuType"]);
}
this.MenuSwitchMethod(Request.Params["menuType"]);
// this.MenuSwitchMethod(Request.Params["menuType"]);
this.InitMenuStyleButton();
this.InitMenuModeButton();
this.InitLangMenuButton();