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

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
@@ -27,7 +27,7 @@ namespace FineUIPro.Web.BaseInfo
{
if (!IsPostBack)
{
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
////权限按钮方法
this.GetButtonPower();
this.CheckTemplateID = Request.Params["CheckTemplateID"];
@@ -46,7 +46,7 @@ namespace FineUIPro.Web.BaseInfo
}
else
{
this.txtIndexs.Text= ((Funs.DB.ProjectSupervision_CheckTemplate.Max(x => x.Indexs) ?? 0) + 1).ToString();
this.txtIndexs.Text = ((Funs.DB.ProjectSupervision_CheckTemplate.Max(x => x.Indexs) ?? 0) + 1).ToString();
}
}
}
@@ -61,7 +61,7 @@ namespace FineUIPro.Web.BaseInfo
Model.ProjectSupervision_CheckTemplate newCheckTemplate = new Model.ProjectSupervision_CheckTemplate
{
ID = this.CheckTemplateID,
SortIndex = Funs.GetNewInt( this.txtSortIndex.Text),
SortIndex = Funs.GetNewInt(this.txtSortIndex.Text),
CheckItem = this.txtCheckItem.Text.Trim(),
CheckStandard = this.txtCheckStandard.Text.Trim(),
CheckMethod = this.txtCheckMethod.Text.Trim(),
@@ -83,7 +83,7 @@ namespace FineUIPro.Web.BaseInfo
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
}
#region
/// <summary>
/// 获取按钮权限