HSSE Person 部分
This commit is contained in:
@@ -5,65 +5,65 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>查看HSE事故(对人员)记录</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,AccidentPersonRecordView_PageTitle%>"/></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1"/>
|
||||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="HSE事故(对人员)记录"
|
||||
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="<%$ Resources:Lan,AccidentPersonRecordView_SimpleForm1_Title%>"
|
||||
AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
|
||||
LabelAlign="Right">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtProjectName" runat="server" Label="项目" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtProjectName" runat="server" Label="<%$ Resources:Lan,SafetyLeaderGroupMeeting_ProjectName_HeaderText%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtAccidentTypeName" runat="server" Label="事故类别" LabelAlign="Right" LabelWidth="110px"
|
||||
<f:TextBox ID="txtAccidentTypeName" runat="server" Label="<%$ Resources:Lan,AccidentCaseItemSelectCloumn_cblColumns_Item2_Text%>" LabelAlign="Right" LabelWidth="110px"
|
||||
Readonly="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtWorkAreaName" runat="server" Label="单位工程" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtWorkAreaName" runat="server" Label="<%$ Resources:Lan,SendCard_ColumnID_WorkAreaName_HeaderText%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtAccidentDate" runat="server" Label="发生时间" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtAccidentDate" runat="server" Label="<%$ Resources:Lan,NoFourLetoffEdit_txtAccidentDate_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtPersonName" runat="server" Label="人员姓名" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtPersonName" runat="server" Label="<%$ Resources:Lan,SendCard_ColumnID_PersonName_HeaderText%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtInjury" runat="server" Label="伤害情况" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtInjury" runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtInjury_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtInjuryPart" runat="server" Label="受伤部位" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtInjuryPart" runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtInjuryPart_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="txtHssePersons" runat="server" Label="责任区安全员" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
<f:TextBox ID="txtHssePersons" runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtHssePersons_Label%>" LabelAlign="Right" Readonly="true" LabelWidth="110px">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtInjuryResult" runat="server" Label="事故经过及原因" LabelAlign="Right"
|
||||
<f:TextArea ID="txtInjuryResult" runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtInjuryResult_Label%>" LabelAlign="Right"
|
||||
Readonly="true" Height="50px">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtPreventiveAction" runat="server" Label="预防事故重复发生的措施" LabelAlign="Right"
|
||||
<f:TextArea ID="txtPreventiveAction" runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtPreventiveAction_Label%>" LabelAlign="Right"
|
||||
Readonly="true" Height="50px">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextArea ID="txtHandleOpinion" runat="server" Label="处理意见" LabelAlign="Right"
|
||||
<f:TextArea ID="txtHandleOpinion" runat="server" Label="<%$ Resources:Lan,CheckWorkView_Grid1_Column_CheckOpinion_HeaderText%>" LabelAlign="Right"
|
||||
Readonly="true" Height="50px">
|
||||
</f:TextArea>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:HtmlEditor runat="server" Label="事故报告" ID="txtFileContents" ShowLabel="false"
|
||||
<f:HtmlEditor runat="server" Label="<%$ Resources:Lan,AccidentPersonRecordView_txtFileContents_Label%>" ID="txtFileContents" ShowLabel="false"
|
||||
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="200" LabelAlign="Right">
|
||||
</f:HtmlEditor>
|
||||
</Items>
|
||||
@@ -74,18 +74,18 @@
|
||||
<Items>
|
||||
<f:Label runat="server" ID="lbTemp">
|
||||
</f:Label>
|
||||
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
|
||||
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server"
|
||||
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose" Text="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Form>
|
||||
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,LicenseManagerView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
|
||||
Reference in New Issue
Block a user