施工月报新修改
This commit is contained in:
parent
1791d28bde
commit
bee1bbd935
|
@ -74,6 +74,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
BLL.UnitService.InitUnitDownListByText(this.drpUnitIdGrid9, this.CurrUser.LoginProjectId, true);
|
BLL.UnitService.InitUnitDownListByText(this.drpUnitIdGrid9, this.CurrUser.LoginProjectId, true);
|
||||||
this.EnableViewState = true;
|
this.EnableViewState = true;
|
||||||
this.lblProjectName.Text = BLL.ProjectService.GetProjectByProjectId(this.CurrUser.LoginProjectId).ProjectName;
|
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"];
|
this.ReportId = Request.Params["reportId"];
|
||||||
if (!string.IsNullOrEmpty(Request.Params["view"]))
|
if (!string.IsNullOrEmpty(Request.Params["view"]))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue