提交代码
This commit is contained in:
@@ -102,6 +102,8 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.txtEnglishRemark.Text = project.EnglishRemark;
|
||||
this.txtHJProjectCode.Text = project.HJProjectCode;
|
||||
this.txtKZProjectCode.Text = project.KZProjectCode;
|
||||
this.txtProjType.Text = project.ProjType;
|
||||
this.txtProjPhase.Text = project.ProjPhase;
|
||||
if (project.Progress != null)
|
||||
{
|
||||
this.txtProgress.Text = project.Progress.ToString();
|
||||
|
||||
Reference in New Issue
Block a user