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
@@ -7,47 +7,47 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>查看安全费用计划</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,ExpenseView_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="安全费用计划" AutoScroll="true"
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" Title="<%$ Resources:Lan,Expense_Window1_Title%>" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:Label ID="txtMonths" runat="server" Label="月份" LabelWidth="100px">
<f:Label ID="txtMonths" runat="server" Label="<%$ Resources:Lan,ExpenseView_txtMonths_Label%>" LabelWidth="100px">
</f:Label>
<f:TextBox ID="txtExpenseCode" runat="server" Label="编号" LabelAlign="Right" MaxLength="50"
<f:TextBox ID="txtExpenseCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" LabelAlign="Right" MaxLength="50"
LabelWidth="230px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="drpUnitId" runat="server" Label="填报单位" LabelAlign="Right" MaxLength="50"
<f:TextBox ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,ExpenseView_drpUnitId_Label%>" LabelAlign="Right" MaxLength="50"
LabelWidth="100px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtReportDate" runat="server" Label="填报日期" LabelAlign="Right" MaxLength="50"
<f:TextBox ID="txtReportDate" runat="server" Label="<%$ Resources:Lan,ExpenseView_txtReportDate_Label%>" LabelAlign="Right" MaxLength="50"
LabelWidth="230px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<%--<f:FormRow>
<Items>
<f:TextBox ID="txtCompileMan" runat="server" Label="编制人" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
<f:TextBox ID="txtCompileMan" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
>
</f:TextBox>
<f:TextBox ID="txtCompileDate" runat="server" Label="编制日期" LabelAlign="Right" MaxLength="50" LabelWidth="230px"
<f:TextBox ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileDate_HeaderText%>" LabelAlign="Right" MaxLength="50" LabelWidth="230px"
Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>--%>
<%-- <f:FormRow>
<Items>
<f:TextBox ID="txtCheckMan" runat="server" Label="审核人" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
<f:TextBox ID="txtCheckMan" runat="server" Label="<%$ Resources:Lan,EmergencyListEdit_drpAuditMan_Label%>" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
>
</f:TextBox>
<f:TextBox ID="txtCheckDate" runat="server" Label="审核日期" LabelAlign="Right" MaxLength="50" LabelWidth="230px"
@@ -57,7 +57,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtApproveMan" runat="server" Label="批准人" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
<f:TextBox ID="txtApproveMan" runat="server" Label="<%$ Resources:Lan,EmergencyListEdit_drpApproveMan_Label%>" Readonly="true" LabelAlign="Right" MaxLength="50" LabelWidth="200px"
>
</f:TextBox>
<f:TextBox ID="txtApproveDate" runat="server" Label="批准日期" LabelAlign="Right" MaxLength="50" LabelWidth="230px"
@@ -73,35 +73,35 @@
<f:Panel ID="Panel1" Title="Panel1" MarginRight="0" Width="100px"
runat="server" BodyPadding="1px" ShowBorder="false" ShowHeader="false">
<Items>
<f:Label runat="server" ID="Label58" Text="编号">
<f:Label runat="server" ID="Label58" Text="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel3" Title="Panel1" runat="server" BodyPadding="1px" Width="200px"
ShowBorder="false" ShowHeader="false" MarginLeft="50">
<Items>
<f:Label runat="server" ID="lblAccidentType11" Text="类别">
<f:Label runat="server" ID="lblAccidentType11" Text="<%$ Resources:Lan,LawRegulationListSelectCloumn_cblColumns_Category%>">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel5" Title="Panel1" runat="server" BodyPadding="1px" ShowBorder="false"
Width="200px" ShowHeader="false" MarginLeft="60px">
<Items>
<f:Label runat="server" ID="Label1" Text="当期费用(元)">
<f:Label runat="server" ID="Label1" Text="<%$ Resources:Lan,ExpenseView_Label1_Text%>">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel6" Title="Panel1" runat="server" BodyPadding="1px" ShowBorder="false"
Width="250px" ShowHeader="false" MarginLeft="115px">
<Items>
<f:Label runat="server" ID="Label3" Text="项目累计费用(元)">
<f:Label runat="server" ID="Label3" Text="<%$ Resources:Lan,ExpenseView_Label3_Text%>">
</f:Label>
</Items>
</f:Panel>
<f:Panel ID="Panel4" Title="Panel1" runat="server" BodyPadding="1px" ShowBorder="false"
Width="300px" ShowHeader="false" MarginLeft="180px">
<Items>
<f:Label runat="server" ID="Label2" Text="备注">
<f:Label runat="server" ID="Label2" Text="<%$ Resources:Lan,PersonAskForLeaveList_Grid_Column_Remark_HeaderText%>">
</f:Label>
</Items>
</f:Panel>
@@ -111,7 +111,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label5" Text="A1">
<f:Label runat="server" ID="Label5" Text="<%$ Resources:Lan,ExpenseView_Label5_Text%>">
</f:Label>
<f:Label runat="server" ID="Label6" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;基础管理">
</f:Label>
@@ -127,7 +127,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label7" Text="A2">
<f:Label runat="server" ID="Label7" Text="<%$ Resources:Lan,ExpenseView_Label7_Text%>">
</f:Label>
<f:Label runat="server" ID="Label8" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安全技术">
</f:Label>
@@ -143,7 +143,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label9" Text="A3">
<f:Label runat="server" ID="Label9" Text="<%$ Resources:Lan,ExpenseView_Label9_Text%>">
</f:Label>
<f:Label runat="server" ID="Label10" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;职业健康">
</f:Label>
@@ -159,7 +159,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label11" Text="A4">
<f:Label runat="server" ID="Label11" Text="<%$ Resources:Lan,ExpenseView_Label11_Text%>">
</f:Label>
<f:Label runat="server" ID="Label12" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;安全防护">
</f:Label>
@@ -175,7 +175,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label13" Text="A5">
<f:Label runat="server" ID="Label13" Text="<%$ Resources:Lan,ExpenseView_Label13_Text%>">
</f:Label>
<f:Label runat="server" ID="Label14" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;化工试车">
</f:Label>
@@ -191,7 +191,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label15" Text="A6">
<f:Label runat="server" ID="Label15" Text="<%$ Resources:Lan,ExpenseView_Label15_Text%>">
</f:Label>
<f:Label runat="server" ID="Label16" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;教育培训">
</f:Label>
@@ -221,7 +221,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label19" Text="B1">
<f:Label runat="server" ID="Label19" Text="<%$ Resources:Lan,ExpenseView_Label19_Text%>">
</f:Label>
<f:Label runat="server" ID="Label20" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;文明施工">
</f:Label>
@@ -237,7 +237,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label21" Text="B2">
<f:Label runat="server" ID="Label21" Text="<%$ Resources:Lan,ExpenseView_Label21_Text%>">
</f:Label>
<f:Label runat="server" ID="Label22" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;临时设施">
</f:Label>
@@ -253,7 +253,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label23" Text="B3">
<f:Label runat="server" ID="Label23" Text="<%$ Resources:Lan,ExpenseView_Label23_Text%>">
</f:Label>
<f:Label runat="server" ID="Label24" Text="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;环境保护">
</f:Label>
@@ -283,7 +283,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label27" Text="A+B安全生产及文明施工措施费总计">
<f:Label runat="server" ID="Label27" Text="<%$ Resources:Lan,ExpenseView_Label27_Text%>">
</f:Label>
<f:NumberBox ID="nbAB" NoDecimal="false" NoNegative="false" MinValue="0" Readonly="true"
runat="server" Label="">
@@ -307,18 +307,18 @@
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server" Margin="0 50 30 50">
<Items>
<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" MarginLeft="5px">
</f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<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="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>