提交代码
This commit is contained in:
@@ -61,6 +61,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
txtCarryUnit.Values = MaineItem.DesignProfessionalIds.Split(',');
|
||||
}
|
||||
this.hdCoordinate.Text = MaineItem.Coordinate;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -73,6 +74,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
maiItem.ProjectId = this.ProjectId;
|
||||
maiItem.DesignProfessionalIds = string.Join(",", txtCarryUnit.Values);
|
||||
maiItem.Remark = this.txtRemark.Text.Trim();
|
||||
maiItem.Coordinate = this.hdCoordinate.Text;
|
||||
if (!string.IsNullOrEmpty(MainItemId))
|
||||
{
|
||||
maiItem.MainItemId = MainItemId;
|
||||
@@ -95,5 +97,23 @@ namespace FineUIPro.Web.ProjectData
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
protected void btnMap_Click(object sender, EventArgs e)
|
||||
{
|
||||
string window = String.Format("LocationSelect.aspx?MainItemId=" + this.MainItemId);
|
||||
PageContext.RegisterStartupScript(Window2.GetSaveStateReference(hdCoordinate.ClientID) + Window2.GetShowReference(window));
|
||||
}
|
||||
|
||||
#region 关闭弹出窗
|
||||
/// <summary>
|
||||
/// 关闭弹出窗
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Window2_Close(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user