代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user