This commit is contained in:
geh
2026-07-31 10:33:20 +08:00
parent 7d79e35592
commit 4bd6e23931
6 changed files with 163 additions and 10 deletions
@@ -233,12 +233,12 @@ namespace FineUIPro.Web.ProjectData
Alert.ShowInTop("请选择审批人!", MessageBoxIcon.Warning);
return;
}
var project = ProjectService.GetProjectByProjectName(projectName);
if (project != null)
{
Alert.ShowInTop($"系统中已存在同名项目,{project.ProjectName}{project.ProjectCode}),无需申请!", MessageBoxIcon.Warning);
return;
}
//var project = ProjectService.GetProjectByProjectName(projectName);
//if (project != null)
//{
// Alert.ShowInTop($"系统中已存在同名项目,{project.ProjectName}{project.ProjectCode}),无需申请!", MessageBoxIcon.Warning);
// return;
//}
var applyPro = PreProjectApplyService.GetPreProjectApplyByProjectName(projectName);
if (applyPro != null)
{