提交代码
This commit is contained in:
@@ -100,6 +100,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
}
|
||||
this.txtCity.Text = project.City;
|
||||
this.txtEnglishRemark.Text = project.EnglishRemark;
|
||||
this.txtProjectRealCode.Text = project.ProjectRealCode;
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -141,6 +142,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
Country = this.txtCountry.Text.Trim(),
|
||||
City = this.txtCity.Text.Trim(),
|
||||
EnglishRemark = this.txtEnglishRemark.Text.Trim(),
|
||||
ProjectRealCode=this.txtProjectRealCode.Text.Trim(),
|
||||
};
|
||||
|
||||
if (!string.IsNullOrEmpty(txtStartDate.Text.Trim()))
|
||||
|
||||
Reference in New Issue
Block a user