20240305 开车HSE管理

This commit is contained in:
2024-03-05 09:52:53 +08:00
parent f227bbeba2
commit 8fec129c11
32 changed files with 2334 additions and 2283 deletions
@@ -36,41 +36,23 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Label="号" LabelAlign="Right" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
<f:TextBox ID="txtCode" runat="server" Label="号" LabelAlign="Right" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
<f:DropDownList ID="drpUnitWorkId" runat="server" Label="装置/工序" LabelAlign="Right" LabelWidth="120px" Required="true" ShowRedStar="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkArea" runat="server" Label="位置/区域" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtUnitHead" runat="server" Label="装置负责人" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
<f:TextBox ID="txtWorkArea" runat="server" Label="项目区域" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSupervisor" runat="server" Label="监督人" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtHazards" runat="server" Label="危险源" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
<f:DatePicker ID="txtIdentificationDate" runat="server" Label="辨识时间" LabelAlign="Right" LabelWidth="120px"></f:DatePicker>
<f:TextBox ID="txtControlHeaderMan" runat="server" Label="控制责任人" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHarm" runat="server" Label="危害" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtPreventiveMeasures" runat="server" Label="预防措施" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDarificaiton" runat="server" Label="交底/告知" LabelAlign="Right" LabelWidth="120px" MaxLength="50">
</f:TextBox>
<f:TextBox ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px" MaxLength="500">
</f:TextBox>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px" MaxLength="500">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow runat="server">