20240423 综合管理导入

This commit is contained in:
2024-04-23 16:41:21 +08:00
parent 5d9374cdd7
commit 22e86caec3
47 changed files with 4187 additions and 1269 deletions
@@ -92,7 +92,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
if (buttonList.Contains(BLL.Const.BtnSave))
{
//this.btnImport.Hidden = false;
this.btnImport.Hidden = false;
}
}
}
@@ -311,5 +311,19 @@ namespace FineUIPro.Web.CQMS.Comprehensive
return "编制";
}
#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("ReviewDrawingsDataIn.aspx", "导入 - ")));
}
#endregion
}
}