This commit is contained in:
2024-05-12 11:19:50 +08:00
parent 2b9e4750a3
commit 495da7315f
4 changed files with 10 additions and 18 deletions
@@ -54,15 +54,7 @@ namespace FineUIPro.Web.WelderManage
{
this.WED_ID = welderQualifiedProject.WelderId;
this.txtQualifiedProjectCode.Text = welderQualifiedProject.QualifiedProjectCode;
//if (welderQualifiedProject.LimitDate.HasValue)
//{
// this.txtLimitDate.Text = string.Format("{0:yyyy-MM-dd}", welderQualifiedProject.LimitDate);
//}
this.txtCertificateNo.Text = welderQualifiedProject.CertificateNo;
if (welderQualifiedProject.CheckDate.HasValue)
{
this.txtCheckDate.Text = string.Format("{0:yyyy-MM-dd}", welderQualifiedProject.CheckDate);
}
this.txtExamProject.Text = welderQualifiedProject.ExamProject;
txtRemark.Text = welderQualifiedProject.Remark;
drpIsPass.SelectedValue = welderQualifiedProject.IsPass == true ? "是" : "否";