提交代码

This commit is contained in:
2024-04-12 15:35:37 +08:00
parent 546e2764a1
commit fbbe1413f4
29 changed files with 23 additions and 410 deletions
@@ -81,7 +81,11 @@ namespace FineUIPro.Web.CQMS.ProcessControl
Alert.ShowInTop("请先选择专业!", MessageBoxIcon.Warning);
return;
}
if (this.Grid1.Rows.Count == 0)
{
Alert.ShowInTop("请选择共检内容!", MessageBoxIcon.Warning);
return;
}
Model.ProcessControl_InspectionManagement inspectionManagement = new Model.ProcessControl_InspectionManagement();
inspectionManagement.ProjectId = this.CurrUser.LoginProjectId;