20240331 质量月报
This commit is contained in:
@@ -17,15 +17,15 @@ namespace FineUIPro.Web.TestRun.Meeting
|
||||
if (data != null)
|
||||
{
|
||||
this.hdId.Text = id;
|
||||
this.txtMeetingCode.Text = data.MeetingCode;
|
||||
this.txtMeetingDate.Text = data.MeetingDate.HasValue ? string.Format("{0:yyyy-MM-dd}", data.MeetingDate) : "";
|
||||
//this.txtMeetingCode.Text = data.MeetingCode;
|
||||
//this.txtMeetingDate.Text = data.MeetingDate.HasValue ? string.Format("{0:yyyy-MM-dd}", data.MeetingDate) : "";
|
||||
this.txtMeetingAddress.Text = data.MeetingAddress;
|
||||
this.txtMeetingUrl.Text = data.AttachUrl;
|
||||
if (!string.IsNullOrEmpty(data.CompileMan))
|
||||
{
|
||||
this.drpCompileMan.SelectedValue = data.CompileMan;
|
||||
}
|
||||
this.txtCompileDate.Text = data.CompileDate.HasValue ? string.Format("{0:yyyy-MM-dd}", data.CompileDate) : "";
|
||||
//this.txtMeetingUrl.Text = data.AttachUrl;
|
||||
//if (!string.IsNullOrEmpty(data.CompileMan))
|
||||
//{
|
||||
// this.drpCompileMan.SelectedValue = data.CompileMan;
|
||||
//}
|
||||
//this.txtCompileDate.Text = data.CompileDate.HasValue ? string.Format("{0:yyyy-MM-dd}", data.CompileDate) : "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user