feat(hjgl):焊接日报增加导入功能

This commit is contained in:
2026-06-11 17:34:17 +08:00
parent ffd9fb7e29
commit 05b7eb90a8
11 changed files with 1015 additions and 3 deletions
@@ -481,6 +481,21 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
}
/// <summary>
/// 焊接日报导入
/// </summary>
protected void btnMenuImport_Click(object sender, EventArgs e)
{
if (CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.PersonId, Const.HJGL_WeldReportMenuId, Const.BtnAdd))
{
PageContext.RegisterStartupScript(Window1.GetShowReference("WeldReportIn.aspx", "导入焊接日报"));
}
else
{
ShowNotify("您没有这个权限,请与管理员联系!", MessageBoxIcon.Warning);
}
}
/// <summary>
/// 删除按钮
/// </summary>