This commit is contained in:
2026-01-14 10:35:47 +08:00
parent e6dde96b09
commit 4cf26d85e9
17 changed files with 6249 additions and 1 deletions
@@ -106,6 +106,19 @@ 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")//企业安全数据统计月报