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

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,10 +1,8 @@
using System;
using BLL;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BLL;
namespace FineUIPro.Web.BaseInfo
{
@@ -153,7 +151,7 @@ namespace FineUIPro.Web.BaseInfo
BindGrid();
PageContext.RegisterStartupScript("onNewButtonClick();");
}
}
}
#endregion
#region
@@ -266,7 +264,7 @@ namespace FineUIPro.Web.BaseInfo
var q = Funs.DB.Base_Certificate.FirstOrDefault(x => x.CertificateCode == this.txtCertificateCode.Text.Trim() && (x.CertificateId != hfFormID.Text || (hfFormID.Text == null && x.CertificateId != null)));
if (q != null)
{
isok = false;
isok = false;
ShowNotify("输入的证书编号已存在!", MessageBoxIcon.Warning);
}
@@ -327,7 +325,7 @@ namespace FineUIPro.Web.BaseInfo
if (doplist != null)
{
name = doplist.Text;
}
}
}
return name;
}