Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user