集团项目编号

This commit is contained in:
2023-03-16 20:13:08 +08:00
parent 8f369b8034
commit d2cedd6da9
8 changed files with 111 additions and 77 deletions
@@ -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);