集团项目编号

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
@@ -64,6 +64,7 @@ namespace FineUIPro.Web.ProjectData
this.txtWorkRange.Text = project.WorkRange;
this.txtContractNo.Text = project.ContractNo;
this.txtRemark.Text = project.Remark;
this.txtProjectNum.Text = project.ProjectNum;
if (project.Duration != null)
{
this.txtDuration.Text = project.Duration.ToString();
@@ -181,6 +182,7 @@ namespace FineUIPro.Web.ProjectData
{
ProjectCode = this.txtProjectCode.Text.Trim(),
ProjectName = Regex.Replace(this.txtProjectName.Text, @"\s", ""),
ProjectNum= this.txtProjectNum.Text.Trim(),
ProjectAddress = this.txtProjectAddress.Text.Trim(),
WorkRange = this.txtWorkRange.Text.Trim(),
ContractNo = this.txtContractNo.Text.Trim(),