1
This commit is contained in:
@@ -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")//企业安全数据统计月报
|
||||
|
||||
Reference in New Issue
Block a user