1102-gaofei

This commit is contained in:
gaofei
2021-11-02 13:32:31 +08:00
parent d830ad232c
commit 97904d080f
13 changed files with 587 additions and 7 deletions
@@ -100,6 +100,8 @@ namespace FineUIPro.Web.ProjectData
this.txtProvince.Text = project.Province;
this.txtCity.Text = project.City;
this.txtEnglishRemark.Text = project.EnglishRemark;
this.txtHJProjectCode.Text = project.HJProjectCode;
this.txtKZProjectCode.Text = project.KZProjectCode;
if (project.Progress != null)
{
this.txtProgress.Text = project.Progress.ToString();