HSSE Person 部分

This commit is contained in:
2025-02-23 13:09:38 +08:00
parent 04e9dad0f3
commit 77bfe221eb
611 changed files with 54724 additions and 10141 deletions
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>风险巡检记录</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,RoutingInspection_Grid1_Title%>"/></title>
<link href="~/res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -15,67 +15,67 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtHazardCode" runat="server" Label="危险源代码" Required="true" ShowRedStar="true"
<f:TextBox ID="txtHazardCode" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Toolbar3_HazardCode_Label%>" Required="true" ShowRedStar="true"
MaxLength="50" LabelWidth="120px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtHazardItems" runat="server" Label="危险因素明细" Required="true" ShowRedStar="true" Readonly="true"
<f:TextBox ID="txtHazardItems" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_HazardItems%>" Required="true" ShowRedStar="true" Readonly="true"
MaxLength="150" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDefectsType" runat="server" Label="缺陷类型" LabelWidth="120px" MaxLength="50" Readonly="true">
<f:TextBox ID="txtDefectsType" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_DefectsType%>" LabelWidth="120px" MaxLength="50" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtMayLeadAccidents" runat="server" Label="可能导致的事故" LabelWidth="120px" Readonly="true"
<f:TextBox ID="txtMayLeadAccidents" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_MayLeadAccidents%>" LabelWidth="120px" Readonly="true"
MaxLength="100">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPosition" runat="server" Label="详细位置描述" Readonly="true"
<f:TextBox ID="txtPosition" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtPosition_Label%>" Readonly="true"
MaxLength="500" LabelWidth="120px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableSimulateTree="True" Label="巡检人" ID="drpPatrolMan" LabelWidth="120px">
<f:DropDownList runat="server" EnableSimulateTree="True" Label="<%$ Resources:Lan,RoutingInspectionView_drpPatrolMan_Label%>" ID="drpPatrolMan" LabelWidth="120px">
</f:DropDownList>
<f:DatePicker ID="txtPatrolTime" runat="server" Label="巡检时间" LabelAlign="Right" Required="True" ShowRedStar="true" LabelWidth="120px">
<f:DatePicker ID="txtPatrolTime" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtPatrolTime_Label%>" LabelAlign="Right" Required="True" ShowRedStar="true" LabelWidth="120px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblPatrolResult" Label="巡检结果" LabelWidth="120px" LabelAlign="Right">
<f:RadioItem Value="0" Text="原状态" Selected="true" />
<f:RadioItem Value="1" Text="二次评估" />
<f:RadioItem Value="2" Text="下整改单" />
<f:RadioItem Value="-1" Text="消除" />
<f:RadioButtonList runat="server" ID="rblPatrolResult" Label="<%$ Resources:Lan,RoutingInspectionView_rblPatrolResult_Label%>" LabelWidth="120px" LabelAlign="Right">
<f:RadioItem Value="0" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_0_Text%>" Selected="true" />
<f:RadioItem Value="1" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_1_Text%>" />
<f:RadioItem Value="2" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_2_Text%>" />
<f:RadioItem Value="-1" Text="<%$ Resources:Lan,RoutingInspection_Toolbar2_drpState_-1_Text%>" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtControlMeasures" runat="server" Label="控制措施" LabelWidth="120px"
<f:TextArea ID="txtControlMeasures" runat="server" Label="<%$ Resources:Lan,ShowHazardList_Grid1_Column_ControlMeasures%>" LabelWidth="120px"
Height="70px" MaxLength="200">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDealReason" runat="server" Label="巡检处理原因描述" LabelWidth="120px"
<f:TextArea ID="txtDealReason" runat="server" Label="<%$ Resources:Lan,RoutingInspectionView_txtDealReason_Label%>" LabelWidth="120px"
Height="70px" MaxLength="200">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList runat="server" EnableSimulateTree="True" Label="风险责任人" ID="drpRiskMan" LabelWidth="120px">
<f:DropDownList runat="server" EnableSimulateTree="True" Label="<%$ Resources:Lan,RoutingInspectionView_drpRiskMan_Label%>" ID="drpRiskMan" LabelWidth="120px">
</f:DropDownList>
<f:LinkButton ID="UploadAttach" runat="server" Label="附件" Text="上传和查看" OnClick="btnAttachUrl_Click" LabelAlign="Right" LabelWidth="120px">
<f:LinkButton ID="UploadAttach" runat="server" Label="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" Text="<%$ Resources:Lan,HiddenRectificationConfirm_UploadAttach_Text%>" OnClick="btnAttachUrl_Click" LabelAlign="Right" LabelWidth="120px">
</f:LinkButton>
</Items>
</f:FormRow>
@@ -86,16 +86,16 @@
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="hdCheckManId" runat="server"></f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="文件上传" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="Window1" Title="<%$ Resources:Lan,HiddenRectificationConfirm_Window1_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="680px"
Height="480px">
</f:Window>