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