集团三库

This commit is contained in:
2026-09-10 18:51:12 +08:00
parent dc6abc4cbb
commit 5be709c0e6
131 changed files with 25364 additions and 970 deletions
@@ -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;