首页修改
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user