修改安全实施计划

This commit is contained in:
2023-07-04 10:55:01 +08:00
parent 8fe54fc9c1
commit 01616cc059
7 changed files with 49 additions and 4 deletions
@@ -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)
{