督查大队台账上报
This commit is contained in:
@@ -232,6 +232,20 @@ namespace FineUIPro.Web.ZHGL.Information
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 督查大队:重点工程项目质量专项整治行动开展情况台账
|
||||
if (Type == "KeyProjectRectificationSituationLedger")//督查大队:重点工程项目质量专项整治行动开展情况台账
|
||||
{
|
||||
var report = BLL.DCGL_KeyProjectRectificationSituationLedgerService.GetKeyProjectRectificationSituationLedgerById(Id);
|
||||
if (report != null)
|
||||
{
|
||||
SetFlowData(Const.DCGLKeyProjectRectificationSituationLedgerMenuId, this.Id, handleMan);
|
||||
report.HandleState = handleStates;
|
||||
report.HandleMan = handleMan;
|
||||
BLL.DCGL_KeyProjectRectificationSituationLedgerService.UpdateKeyProjectRectificationSituationLedger(report);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
ShowNotify("提交成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
|
||||
Reference in New Issue
Block a user