移交管理新增添加功能
This commit is contained in:
@@ -22,6 +22,8 @@ namespace FineUIPro.Web.Transfer
|
||||
{
|
||||
GetButtonPower();
|
||||
BindGrid();
|
||||
|
||||
btnNew.OnClientClick = Window1.GetShowReference("PipingEdit.aspx") + "return false;";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,10 +150,12 @@ namespace FineUIPro.Web.Transfer
|
||||
{
|
||||
if (Grid1.SelectedRowIndexArray.Length == 0)
|
||||
{
|
||||
Alert.ShowInTop("请至少选择一条记录", MessageBoxIcon.Warning);
|
||||
Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("InspectionEquipmentEdit.aspx?InspectionEquipmentId={0}", Grid1.SelectedRowID, "编辑 - ")));
|
||||
string id = Grid1.SelectedRowID;
|
||||
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("PipingEdit.aspx?Id={0}", id, "编辑 - ")));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user