20250210 质量月报周报

This commit is contained in:
2025-02-10 13:58:07 +08:00
parent a48d685256
commit 5579565e4f
4 changed files with 66 additions and 6 deletions
@@ -2764,6 +2764,36 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
ShowNotify("周期不能为空!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre0.Text.Length > 2000)
{
ShowNotify("设计质量情况字符长度不能大于2000!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre1.Text.Length > 2000)
{
ShowNotify("采购质量情况字符长度不能大于2000!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre2.Text.Length > 2000)
{
ShowNotify("施工质量情况字符长度不能大于2000!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre20.Text.Length > 2000)
{
ShowNotify("项目质量体系审核字符长度不能大于2000!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre21.Text.Length > 2000)
{
ShowNotify("类似项目管理经验教训应对措施及跟踪字符长度不能大于2000!", MessageBoxIcon.Warning);
return;
}
if (this.txtAre22.Text.Length>2000)
{
ShowNotify("附件字符长度不能大于2000", MessageBoxIcon.Warning);
return;
}
SaveMethod();
ShowNotify("编辑成功!", MessageBoxIcon.Success);
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());