增加施工月报

This commit is contained in:
2023-09-11 08:27:33 +08:00
parent b53e552cfa
commit 1d92a3e926
20 changed files with 4625 additions and 45 deletions
@@ -384,8 +384,8 @@ namespace FineUIPro.Web.common.ProjectSet
{
if (!string.IsNullOrEmpty(this.txtEndTime.Text.Trim()))
{
CheckMonthStartDay.SetValue = this.txtEndTime.Text.Trim();
BLL.Project_SysSetService.UpdateSet(CheckMonthStartDay);
CheckMonthEndDay.SetValue = this.txtEndTime.Text.Trim();
BLL.Project_SysSetService.UpdateSet(CheckMonthEndDay);
}
}