事故警示导入

This commit is contained in:
2025-12-19 09:37:53 +08:00
parent 9838c63107
commit 35c02437c4
11 changed files with 741 additions and 3 deletions
@@ -143,6 +143,18 @@ namespace FineUIPro.Web.Accident
}
#endregion
#region
/// <summary>
/// 关闭弹出窗口
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Window1_Close(object sender, WindowCloseEventArgs e)
{
BindGrid();
}
#endregion
#region
/// <summary>
/// 双击事件
@@ -223,6 +235,7 @@ namespace FineUIPro.Web.Accident
{
if (buttonList.Contains(BLL.Const.BtnAdd))
{
this.btnImport.Hidden = false;
this.btnNew.Hidden = false;
}
if (buttonList.Contains(BLL.Const.BtnModify))
@@ -237,6 +250,19 @@ namespace FineUIPro.Web.Accident
}
#endregion
#region
/// <summary>
/// 导入按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnImport_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("AccidentWarningDataIn.aspx", "导入 - ")));
}
#endregion
#region
/// 导出按钮
/// </summary>