危害因素调整
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using BLL;
|
||||
using NPOI.SS.Formula.Atp;
|
||||
using System;
|
||||
|
||||
namespace FineUIPro.Web.ReportManage.HazardFactor
|
||||
@@ -55,8 +56,9 @@ namespace FineUIPro.Web.ReportManage.HazardFactor
|
||||
{
|
||||
|
||||
this.drpYearMonth.SelectedDate = Convert.ToDateTime($"{model.Year}-{model.Month}");
|
||||
this.txtCompileDate.Text = model.CompileDate.ToShortDateString();
|
||||
this.txtCompileDate.Text = model.CompileDate.ToShortDateString();
|
||||
this.txtCompileManName.Text = model.CompileManName;
|
||||
this.txtUnitProjectName.Text = model.UnitProjectName;
|
||||
|
||||
this.txtWorkPlace.Text = model.WorkPlace;
|
||||
this.txtJobStep.Text = model.JobStep;
|
||||
|
||||
Reference in New Issue
Block a user