diff --git a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonth_SeDinEdit.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonth_SeDinEdit.aspx.cs index d427f429..d64de810 100644 --- a/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonth_SeDinEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Manager/ManagerMonth_SeDinEdit.aspx.cs @@ -144,6 +144,10 @@ namespace FineUIPro.Web.HSSE.Manager } SetStep(); + if (string.IsNullOrEmpty(this.MonthReportId)) + { + ReporMonth.Text= Request.Params["Month"]; + } } }