修改实施计划
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user