督查台账上报

This commit is contained in:
2026-01-13 17:49:28 +08:00
parent e8f73350eb
commit dfe154dd56
16 changed files with 5599 additions and 5 deletions
@@ -106,7 +106,20 @@ namespace FineUIPro.Web.ZHGL.Information
string handleStates = (this.cbNext.SelectedValue == "0") ? BLL.Const.HandleState_4 : BLL.Const.HandleState_3;
if (!string.IsNullOrEmpty(handleMan) && handleMan != Const._Null)
{
#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
#region
if (Type == "MillionsMonthlyReport")//企业安全数据统计月报
{