集团三库
This commit is contained in:
@@ -2048,7 +2048,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
//var existPro = Funs.DB.Base_Project.FirstOrDefault(x => (x.ProjectName == name || x.ProjectName == code) && (x.ProjectId != this.ProjectId || (this.ProjectId == null && x.ProjectId != null)));
|
||||
//if (existPro != null)
|
||||
//{
|
||||
// ShowNotify($"已存在相同名称、编号的项目:({relatePro.ProjectCode}){relatePro.ProjectName}!", MessageBoxIcon.Warning);
|
||||
// ShowNotify($"已存在相同名称、编号的项目:({existPro.ProjectCode}){existPro.ProjectName}!", MessageBoxIcon.Warning);
|
||||
//}
|
||||
|
||||
//this.txtProjectCode.Text = code;
|
||||
|
||||
Reference in New Issue
Block a user