代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -1,7 +1,6 @@
using BLL;
using System;
using System.Linq;
using System.Web;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.ZHGL.Information
@@ -23,7 +22,7 @@ namespace FineUIPro.Web.ZHGL.Information
ViewState["QuarterlyProjectQualityId"] = value;
}
}
#endregion
#endregion
#region
protected void Page_Load(object sender, EventArgs e)
@@ -54,7 +53,7 @@ namespace FineUIPro.Web.ZHGL.Information
lbCompileMan.Text = string.Empty;
this.lbTel.Text = string.Empty;
this.lbCompileDate.Text = string.Empty;
}
}
#endregion
#region
@@ -175,7 +174,7 @@ namespace FineUIPro.Web.ZHGL.Information
{
BLL.LogService.AddSys_Log(this.CurrUser, report.Year.ToString() + "-" + report.Quarter.ToString(),
report.QuarterlyProjectQualityId, BLL.Const.QuarterlyProjectQualityMenuId, BLL.Const.BtnDelete);
BLL.QuarterlyProjectQualityService.DeleteQuarterlyProjectQualityById(report.QuarterlyProjectQualityId);
BLL.QuarterlyProjectQualityService.DeleteQuarterlyProjectQualityById(report.QuarterlyProjectQualityId);
SetEmpty();
this.btnNew.Hidden = false;