11
This commit is contained in:
@@ -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 ? "是" : "否";
|
||||
|
||||
Reference in New Issue
Block a user