1210-gaofei

This commit is contained in:
gaofei
2021-12-10 09:56:20 +08:00
parent f74ab99b9f
commit 92fec76ac4
10 changed files with 137 additions and 135 deletions
@@ -36,6 +36,7 @@ namespace FineUIPro.Web.ZHGL.HSSESystem
Model.HSSESystem_SafetyInstitution safetyInstitution = BLL.ServerSafetyInstitutionService.GetSafetyInstitutionById(this.SafetyInstitutionId);
if (safetyInstitution != null)
{
this.txtCode.Text = safetyInstitution.SafetyInstitutionCode;
this.txtTitle.Text = safetyInstitution.SafetyInstitutionName;
if (safetyInstitution.EffectiveDate != null)
{
@@ -81,6 +82,7 @@ namespace FineUIPro.Web.ZHGL.HSSESystem
{
Model.HSSESystem_SafetyInstitution newSafetyInstitution = new Model.HSSESystem_SafetyInstitution
{
SafetyInstitutionCode=this.txtCode.Text.Trim(),
SafetyInstitutionName = this.txtTitle.Text.Trim(),
EffectiveDate = Funs.GetNewDateTime(this.txtEffectiveDate.Text.Trim()),
Scope = this.txtScope.Text.Trim(),