修改实施计划

This commit is contained in:
2023-07-17 11:09:08 +08:00
parent d39fc85ed4
commit 6f65b38e93
@@ -236,7 +236,7 @@ namespace FineUIPro.Web.ZHGL.Plan
this.gvDepart.EnableRowDoubleClickEvent = false;
}
var approves = BLL.ActionPlanListApproveService.GetReviewings(this.ActionPlanListId, actionPlanList.Edition.Value);
if (approves.Count == 0)
if (actionPlanList.IsReview != true && approves.Count == 0)
{
this.drpPerson.Hidden = true;
this.rblIsCompanyReview.Hidden = true;