提交代码

This commit is contained in:
2024-05-15 09:03:19 +08:00
parent 9d070167c9
commit 4bf0e3ed0a
18 changed files with 1524 additions and 651 deletions
@@ -83,6 +83,7 @@ namespace FineUIPro.Web.JDGL.Check
if (string.IsNullOrEmpty(this.txtMonth.Text))
{
ShowNotify("请选择月份!", MessageBoxIcon.Warning);
return;
}
SaveData(true);
}