修改安全实施计划
This commit is contained in:
@@ -105,7 +105,14 @@ namespace FineUIPro.Web.ZHGL.Plan
|
||||
approve.ApproveMan = this.drpApproveMan.SelectedValue;
|
||||
}
|
||||
approve.ApproveType = BLL.Const.ActionPlanList_DepartReview;
|
||||
approve.Edition = actionPlanList.Edition;
|
||||
if (actionPlanList == null)
|
||||
{
|
||||
approve.Edition = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
approve.Edition = actionPlanList.Edition;
|
||||
}
|
||||
approve.IsPushOa = 0;
|
||||
if (!string.IsNullOrEmpty(this.ActionPlanListApproveId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user