20250217 设备材料导入

This commit is contained in:
2025-02-17 17:01:36 +08:00
parent 983a364d06
commit e4a8d7f46e
15 changed files with 2698 additions and 31 deletions
@@ -199,7 +199,8 @@ namespace FineUIPro.Web.Comprehensive
/// <param name="e"></param>
protected void btnImport_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("InspectionEquipmentDataIn.aspx", "导入 - ")));
//PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("InspectionEquipmentDataIn.aspx", "导入 - ")));
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("InspectionEquipmentDataInNew.aspx", "导入 - ")));
}
#endregion