This commit is contained in:
2024-04-29 09:30:38 +08:00
57 changed files with 13834 additions and 927 deletions
@@ -2755,6 +2755,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