20210708
This commit is contained in:
@@ -43,6 +43,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
if (project != null)
|
||||
{
|
||||
this.txtProjectCode.Text = project.ProjectCode;
|
||||
this.txtJTProjectCode.Text = project.JTProjectCode;
|
||||
this.txtProjectName.Text = project.ProjectName;
|
||||
this.txtProjectAddress.Text = project.ProjectAddress;
|
||||
this.txtRemark.Text = project.Remark;
|
||||
|
||||
Reference in New Issue
Block a user