20210520
This commit is contained in:
@@ -99,6 +99,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
this.drpWorkArea.SelectedValue = BLL.Const._Null;
|
||||
this.drpResponsibleMan.SelectedValue = BLL.Const._Null;
|
||||
}
|
||||
this.txtRequirements.Text = registration.Requirements;
|
||||
if (!string.IsNullOrEmpty(registration.Place))
|
||||
{
|
||||
this.drpWorkArea.SelectedValue = registration.Place;
|
||||
@@ -223,6 +224,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
register.Place = this.drpWorkArea.SelectedValue;
|
||||
}
|
||||
register.RegisterDef = this.txtRegisterDef.Text.Trim();
|
||||
register.Requirements = this.txtRequirements.Text.Trim();
|
||||
if (this.drpResponsibleMan.SelectedValue != BLL.Const._Null)
|
||||
{
|
||||
register.ResponsibleMan = this.drpResponsibleMan.SelectedValue;
|
||||
|
||||
Reference in New Issue
Block a user