修改实施计划
This commit is contained in:
parent
07c1159132
commit
96825ce046
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue