修改安全实施计划
This commit is contained in:
@@ -228,25 +228,25 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
this.gvDepart.EnableRowDoubleClickEvent = false;
|
||||
}
|
||||
//提交版本人多次修改
|
||||
if (actionPlanList.CompileMan.Equals(CurrUser.PersonId))
|
||||
{
|
||||
txtActionPlanListCode.Enabled = true;
|
||||
txtActionPlanListName.Enabled = true;
|
||||
txtVersionNo.Enabled = true;
|
||||
drpProjectType.Enabled = true;
|
||||
drpCompileMan.Enabled = true;
|
||||
txtCompileDate.Enabled = true;
|
||||
ContactImg = 0;
|
||||
Model.ActionPlan_ActionPlanListApprove approve = ActionPlanListApproveService.GetActionPlanListApproveByApproveMan(ActionPlanListId, CurrUser.PersonId);
|
||||
if (approve == null)
|
||||
{
|
||||
rblIsAgree.Hidden = true;
|
||||
rblIsAgree.Required = false;
|
||||
options.Hidden = true;
|
||||
txtOptions.Required = false;
|
||||
optio.Hidden = true;
|
||||
}
|
||||
}
|
||||
//if (actionPlanList.CompileMan.Equals(CurrUser.PersonId))
|
||||
//{
|
||||
// txtActionPlanListCode.Enabled = true;
|
||||
// txtActionPlanListName.Enabled = true;
|
||||
// txtVersionNo.Enabled = true;
|
||||
// drpProjectType.Enabled = true;
|
||||
// drpCompileMan.Enabled = true;
|
||||
// txtCompileDate.Enabled = true;
|
||||
// ContactImg = 0;
|
||||
// Model.ActionPlan_ActionPlanListApprove approve = ActionPlanListApproveService.GetActionPlanListApproveByApproveMan(ActionPlanListId, CurrUser.PersonId);
|
||||
// if (approve == null)
|
||||
// {
|
||||
// rblIsAgree.Hidden = true;
|
||||
// rblIsAgree.Required = false;
|
||||
// options.Hidden = true;
|
||||
// txtOptions.Required = false;
|
||||
// optio.Hidden = true;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
WindowAtt_Close(null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user