This commit is contained in:
2024-05-12 11:10:50 +08:00
parent ced9c8a416
commit aa80b143c4
9 changed files with 420 additions and 36 deletions
@@ -207,6 +207,16 @@ namespace FineUIPro.Web.WelderManage
}
}
protected void btnMenuAnalysis_Click(object sender, EventArgs e)
{
if (Grid1.SelectedRowIndexArray.Length == 0)
{
Alert.ShowInTop("请选择一条记录!", MessageBoxIcon.Warning);
return;
}
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("AnalysisEdit.aspx?WelderQualifiedProjectId={0}", Grid1.SelectedRowID, "维护 - ")));
}
/// <summary>
/// 删除
/// </summary>