修改实施计划

This commit is contained in:
高飞 2023-07-04 15:21:33 +08:00
parent 07c1159132
commit 96825ce046
1 changed files with 4 additions and 4 deletions

View File

@ -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();