集团项目编号
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user