This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -62,6 +62,10 @@ namespace FineUIPro.Web.HSSE.Administrative
this.txtLastYearCheckDate.Text = string.Format("{0:yyyy-MM-dd}", carManager.LastYearCheckDate);
this.txtInsuranceDate.Text = string.Format("{0:yyyy-MM-dd}", carManager.InsuranceDate);
this.txtRemark.Text = carManager.Remark;
if (carManager.InOutState != null)
{
this.rblInOutState.SelectedValue = carManager.InOutState;
}
}
}
else
@@ -106,7 +110,8 @@ namespace FineUIPro.Web.HSSE.Administrative
Remark = this.txtRemark.Text.Trim(),
CompileMan = this.CurrUser.UserId,
CompileDate = DateTime.Now,
States = BLL.Const.State_2
States = BLL.Const.State_2,
InOutState = this.rblInOutState.SelectedValue,
};
if (!string.IsNullOrEmpty(this.CarManagerId))
{