质量管理,管道试压包管理导入功能

This commit is contained in:
2025-10-16 18:18:18 +08:00
parent e48087673e
commit bb4969983f
12 changed files with 716 additions and 23 deletions
@@ -197,6 +197,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
if (buttonList.Contains(BLL.Const.BtnAdd))
{
this.btnNew.Hidden = false;
this.btnImport.Hidden = false;
}
if (buttonList.Contains(BLL.Const.BtnModify))
{
@@ -215,6 +216,18 @@ namespace FineUIPro.Web.CQMS.ProcessControl
}
#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("TestPackageManagementDataIn.aspx", "导入 - ")));
}
#endregion
#region
/// 导出按钮
/// </summary>