项目主数据
This commit is contained in:
@@ -99,6 +99,14 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd}", project.EndDate);
|
||||
}
|
||||
if (project.IsCNCECShow == true)
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "True";
|
||||
}
|
||||
else
|
||||
{
|
||||
this.rbIsCNCECShow.SelectedValue = "False";
|
||||
}
|
||||
|
||||
this.txtShortName.Text = project.ShortName;
|
||||
if (!string.IsNullOrEmpty(project.ProjectType))
|
||||
@@ -349,7 +357,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
Remark = this.txtRemark.Text.Trim(),
|
||||
Telephone = this.txtTelephone.Text.Trim(),
|
||||
ProjectInsurance = this.txtProjectInsurance.Text.Trim(),
|
||||
|
||||
IsCNCECShow = Convert.ToBoolean(this.rbIsCNCECShow.SelectedValue),
|
||||
City = this.txtCity.Text.Trim(),
|
||||
EnglishRemark = this.txtEnglishRemark.Text.Trim(),
|
||||
Progress = Funs.GetNewDecimal(this.txtProgress.Text),
|
||||
|
||||
Reference in New Issue
Block a user