集团项目编号
This commit is contained in:
@@ -46,6 +46,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.txtProjectName.Text = project.ProjectName;
|
||||
this.txtProjectAddress.Text = project.ProjectAddress;
|
||||
this.txtRemark.Text = project.Remark;
|
||||
this.txtProjectNum.Text = project.ProjectNum;
|
||||
if (project.StartDate.HasValue)
|
||||
{
|
||||
this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd}", project.StartDate);
|
||||
|
||||
Reference in New Issue
Block a user