数据监控大屏

This commit is contained in:
2026-07-31 10:43:42 +08:00
parent e38a472f08
commit dc6abc4cbb
7 changed files with 182 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)
{