修改实施计划
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user