危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)

排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
2026-08-24 11:07:59 +08:00
parent 4925a6c4b0
commit 55944d732a
323 changed files with 9806 additions and 922 deletions
@@ -0,0 +1,34 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HazardProjectDataIn.aspx.cs" Inherits="FineUIPro.Web.HSSE.HazardousMG.HazardProjectDataIn" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>导入危大、超危工程</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" Margin="2px" BodyPadding="2px" ShowBorder="false"
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Top" runat="server" ToolbarAlign="Right">
<Items>
<f:FileUpload ID="FileExcel" runat="server" Label="数据文件" EmptyText="请上传Excel格式文件" Width="350px" LabelWidth="90px" LabelAlign="Right"></f:FileUpload>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:Button ID="btnTemplate" runat="server" Icon="DiskDownload" Text="模板下载" EnableAjax="false" DisableControlBeforePostBack="false" OnClick="btnTemplate_Click"></f:Button>
<f:Button ID="btnImport" runat="server" Text="导入" ToolTip="导入" Icon="SystemSave" OnClick="btnImport_Click"></f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:TextArea ID="txtError" runat="server" Label="错误信息" Readonly="true" Hidden="true"
BoxFlex="1" LabelAlign="Right" LabelWidth="90px">
</f:TextArea>
</Items>
</f:Panel>
</form>
</body>
</html>