修改安全实施计划
This commit is contained in:
@@ -47,6 +47,7 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
this.drpPerson.DataSource = q;
|
||||
this.drpPerson.DataBind();
|
||||
Funs.FineUIPleaseSelect(this.drpPerson);
|
||||
BLL.ProjectService.InitProjectDropDownList(this.drpProject, true);
|
||||
this.ActionPlanListId = Request.Params["ActionPlanListId"];
|
||||
if (!string.IsNullOrEmpty(this.ActionPlanListId))
|
||||
{
|
||||
@@ -78,6 +79,10 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
this.rblIsReview.SelectedValue = "False";
|
||||
this.drpPerson.Hidden = true;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(actionPlanList.ProjectId))
|
||||
{
|
||||
this.drpProject.SelectedValue = actionPlanList.ProjectId;
|
||||
}
|
||||
List<string> list2 = BLL.ActionPlanListApproveService.GetReviewingPersonIds(this.ActionPlanListId);
|
||||
if (list2.Count > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user