20231030项目
This commit is contained in:
@@ -101,6 +101,14 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.txtCity.Text = project.City;
|
||||
this.txtEnglishRemark.Text = project.EnglishRemark;
|
||||
this.txtProjectRealCode.Text = project.ProjectRealCode;
|
||||
if (project.IsCNCECShow == true)
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "True";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "False";
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -143,6 +151,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
City = this.txtCity.Text.Trim(),
|
||||
EnglishRemark = this.txtEnglishRemark.Text.Trim(),
|
||||
ProjectRealCode=this.txtProjectRealCode.Text.Trim(),
|
||||
IsCNCECShow=Convert.ToBoolean( this.rbIsCNCECShow.SelectedValue),
|
||||
};
|
||||
|
||||
if (!string.IsNullOrEmpty(txtStartDate.Text.Trim()))
|
||||
|
||||
Reference in New Issue
Block a user