提交代码
This commit is contained in:
@@ -205,6 +205,34 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
//}
|
||||
#endregion
|
||||
|
||||
#region 中央企业安全生产治本攻坚三年行动工作台账
|
||||
if (Type == "ActionWorkLedger")//中央企业安全生产治本攻坚三年行动工作台账
|
||||
{
|
||||
var report = BLL.ActionWorkLedgerService.GetActionWorkLedgerById(Id);
|
||||
if (report != null)
|
||||
{
|
||||
SetFlowData(Const.ActionWorkLedgerMenuId, this.Id, handleMan);
|
||||
report.HandleState = handleStates;
|
||||
report.HandleMan = handleMan;
|
||||
BLL.ActionWorkLedgerService.UpdateActionWorkLedger(report);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 中央企业安全生产管理评价工作调度台账
|
||||
if (Type == "SafetyProductionEvaluation")//中央企业安全生产管理评价工作调度台账
|
||||
{
|
||||
var report = BLL.SafetyProductionEvaluationService.GetSafetyProductionEvaluationById(Id);
|
||||
if (report != null)
|
||||
{
|
||||
SetFlowData(Const.SafetyProductionEvaluationMenuId, this.Id, handleMan);
|
||||
report.HandleState = handleStates;
|
||||
report.HandleMan = handleMan;
|
||||
BLL.SafetyProductionEvaluationService.UpdateSafetyProductionEvaluation(report);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
ShowNotify("提交成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user