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