施工月报新修改

This commit is contained in:
潘鸿锋 2024-03-26 15:33:54 +08:00
parent 1791d28bde
commit bee1bbd935
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
BLL.UnitService.InitUnitDownListByText(this.drpUnitIdGrid9, this.CurrUser.LoginProjectId, true);
this.EnableViewState = true;
this.lblProjectName.Text = BLL.ProjectService.GetProjectByProjectId(this.CurrUser.LoginProjectId).ProjectName;
BLL.UnitService.InitUnitNameByProjectIdUnitTypeDropDownList(this.drpUnitId, this.CurrUser.LoginProjectId, BLL.Const.ProjectUnitType_2, false);
this.ReportId = Request.Params["reportId"];
if (!string.IsNullOrEmpty(Request.Params["view"]))
{