This commit is contained in:
geh
2026-09-14 15:58:12 +08:00
parent a815e09879
commit 77f61d7e06
128 changed files with 25181 additions and 960 deletions
@@ -1125,7 +1125,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.txtProjectName.Text = name;