20240428 项目质量周报(新)

This commit is contained in:
2024-04-28 15:51:10 +08:00
parent ceacba8c0d
commit 0aefcb309d
14 changed files with 12477 additions and 740 deletions
@@ -2751,6 +2751,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
Model.Report_WeekAndMonthReport_New report = new Model.Report_WeekAndMonthReport_New();
report.Id = ReportId;
report.ProjectId = this.CurrUser.LoginProjectId;
report.ReportType = "1";//1.月报,2-周报
if (!string.IsNullOrEmpty(this.txtPeriod.Text.Trim()))
{
try