包装管理修改
This commit is contained in:
@@ -244,5 +244,15 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
return sb.ToString();
|
||||
}
|
||||
#endregion
|
||||
|
||||
protected void Grid1_RowCommand(object sender, GridCommandEventArgs e)
|
||||
{
|
||||
if (e.CommandName == "TrainDetail")
|
||||
{
|
||||
string id = Grid1.SelectedRowID;
|
||||
string url = "TrainNumberManagerView.aspx?TrainNumberId={0}";
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format(url, id, "操作 - ")));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user