修改施工日志
This commit is contained in:
@@ -48,20 +48,20 @@ namespace FineUIPro.Web.PZHGL.InformationProject
|
||||
{
|
||||
this.txtWeather.Text = constructionLog.Weather;
|
||||
}
|
||||
if (constructionLog.TemperatureMin != null)
|
||||
{
|
||||
this.txtTemperatureMin.Text = constructionLog.TemperatureMin.ToString();
|
||||
}
|
||||
if (constructionLog.TemperatureMax != null)
|
||||
{
|
||||
this.txtTemperatureMax.Text = constructionLog.TemperatureMax.ToString();
|
||||
}
|
||||
//if (constructionLog.TemperatureMin != null)
|
||||
//{
|
||||
// this.txtTemperatureMin.Text = constructionLog.TemperatureMin.ToString();
|
||||
//}
|
||||
//if (constructionLog.TemperatureMax != null)
|
||||
//{
|
||||
// this.txtTemperatureMax.Text = constructionLog.TemperatureMax.ToString();
|
||||
//}
|
||||
if (constructionLog.CompileDate != null)
|
||||
{
|
||||
this.txtCompileDate.Text = string.Format("{0:yyyy-MM-dd}", constructionLog.CompileDate);
|
||||
}
|
||||
this.txtMainWork.Text = constructionLog.MainWork;
|
||||
this.txtMainProblems.Text = constructionLog.MainProblems;
|
||||
//this.txtMainWork.Text = constructionLog.MainWork;
|
||||
//this.txtMainProblems.Text = constructionLog.MainProblems;
|
||||
this.txtRemark.Text = constructionLog.Remark;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user