首页修改

This commit is contained in:
2023-07-26 10:12:33 +08:00
parent f0b0eca670
commit 8f97e47b42
14 changed files with 795 additions and 612 deletions
@@ -147,8 +147,9 @@ namespace FineUIPro.Web.ProjectData
}
this.txtMapCoordinates.Text = project.MapCoordinates;
this.txtProjectMoney.Text = project.ProjectMoney.ToString();
this.txtConstructionMoney.Text = project.ConstructionMoney.ToString();
this.txtTelephone.Text = project.Telephone;
this.txtConstructionMoney.Text = project.ConstructionMoney.ToString();
this.txtConstructionNum.Text = project.ConstructionNum.ToString();
this.txtTelephone.Text = project.Telephone;
if (!string.IsNullOrEmpty(project.Country))
{
this.drpCountry.SelectedValue = project.Country;
@@ -190,8 +191,9 @@ namespace FineUIPro.Web.ProjectData
MapCoordinates = this.txtMapCoordinates.Text.Trim(),
ProjectState = this.drpProjectState.SelectedValue,
ProjectMoney = Funs.GetNewDecimal(this.txtProjectMoney.Text),
ConstructionMoney = Funs.GetNewDecimal(this.txtConstructionMoney.Text),
Remark = this.txtRemark.Text.Trim(),
ConstructionMoney = Funs.GetNewDecimal(this.txtConstructionMoney.Text),
ConstructionNum = Funs.GetNewInt(this.txtConstructionNum.Text),
Remark = this.txtRemark.Text.Trim(),
Telephone = this.txtTelephone.Text.Trim(),
City = this.txtCity.Text.Trim(),