修改实施计划

This commit is contained in:
2023-07-04 15:21:33 +08:00
parent 07c1159132
commit 96825ce046
@@ -100,10 +100,10 @@ namespace FineUIPro.Web.ZHGL.Plan
{ {
HFActionPlanListId.Text = this.ActionPlanListId; HFActionPlanListId.Text = this.ActionPlanListId;
this.ProjectId = actionPlanList.ProjectId; this.ProjectId = actionPlanList.ProjectId;
if (this.ProjectId != this.CurrUser.LoginProjectId) //if (this.ProjectId != this.CurrUser.LoginProjectId)
{ //{
BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, true); // BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, false);
} //}
if (actionPlanList.Edition != null) if (actionPlanList.Edition != null)
{ {
txtEdition.Text = actionPlanList.Edition.ToString(); txtEdition.Text = actionPlanList.Edition.ToString();