1102-gaofei
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user