督查大队台账上报

This commit is contained in:
geh
2026-01-13 20:23:03 +08:00
parent 1fd5831f29
commit 4ca3eeeb96
16 changed files with 5596 additions and 1 deletions
@@ -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());