合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -198,6 +198,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;
if (this.drpUnit.SelectedValue != BLL.Const._Null)
@@ -309,6 +314,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;
if (drpWorkArea.SelectedValue !=BLL.Const._Null)