提交代码
This commit is contained in:
@@ -168,6 +168,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();
|
||||
@@ -209,6 +211,8 @@ namespace FineUIPro.Web.ProjectData
|
||||
City = this.txtCity.Text.Trim(),
|
||||
EnglishRemark = this.txtEnglishRemark.Text.Trim(),
|
||||
Progress = Funs.GetNewDecimal(this.txtProgress.Text),
|
||||
ProjType = this.txtProjType.Text.Trim(),
|
||||
ProjPhase = this.txtProjPhase.Text.Trim(),
|
||||
};
|
||||
if (string.IsNullOrEmpty(project.JTProjectCode))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user