20250122 质量月报

This commit is contained in:
2025-01-22 16:08:09 +08:00
parent d0d56a1ff3
commit a19c606404
3 changed files with 330 additions and 345 deletions
@@ -139,12 +139,12 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
BLL.UnitService.InitUnitNameByProjectIdUnitTypeDropDownList(this.drpUnitId, this.CurrUser.LoginProjectId, BLL.Const.ProjectUnitType_2, false);
BLL.UnitService.InitUnitDownListByText(this.drpUnitIdGrid9, this.CurrUser.LoginProjectId, true);
this.EnableViewState = true;
this.lblProjectName.Text = BLL.ProjectService.GetProjectByProjectId(this.CurrUser.LoginProjectId).ProjectName;
this.lblProjectName.Text = BLL.ProjectService.GetProjectNameByProjectId(this.CurrUser.LoginProjectId);
this.ReportId = Request.Params["reportId"];
if (!string.IsNullOrEmpty(Request.Params["view"]))
{
this.Button1.Visible = false;
this.Button2.Visible = false;
this.Button1.Hidden = true;
this.Button2.Hidden = true;
}
if (!string.IsNullOrEmpty(this.ReportId))
@@ -304,8 +304,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
imgPhoto6.ImageUrl = "~/" + txtReportList.FirstOrDefault(x => x.ContentType == "23-6").ImageUrl;
txtPhotoContent6.Text = txtReportList.FirstOrDefault(x => x.ContentType == "23-6").ContentText;
}
}
#endregion