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
@@ -6,34 +6,34 @@
<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,ExpenseEdit_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"
Layout="VBox">
<Rows>
<f:FormRow ColumnWidths="30% 20% 50%">
<Items>
<f:DropDownList ID="drpYear" runat="server" Label="月份" LabelWidth="100px" Required="true"
<f:DropDownList ID="drpYear" runat="server" Label="<%$ Resources:Lan,ExpenseView_txtMonths_Label%>" LabelWidth="100px" Required="true"
ShowRedStar="true">
</f:DropDownList>
<f:DropDownList ID="drpMonths" runat="server" Required="true">
</f:DropDownList>
<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"
Readonly="true" Width="200px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow ColumnWidths="50% 50%">
<Items>
<f:DropDownList ID="drpUnitId" runat="server" Label="填报单位" LabelAlign="Right" EnableEdit="true"
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,ExpenseView_drpUnitId_Label%>" LabelAlign="Right" EnableEdit="true"
Required="true" LabelWidth="100px" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="drpUnitId_SelectedIndexChanged">
</f:DropDownList>
<f:DatePicker ID="txtReportDate" runat="server" Label="填报日期" LabelAlign="Right">
<f:DatePicker ID="txtReportDate" runat="server" Label="<%$ Resources:Lan,ExpenseView_txtReportDate_Label%>" LabelAlign="Right">
</f:DatePicker>
</Items>
</f:FormRow>
@@ -45,35 +45,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>
@@ -83,7 +83,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label5" Text="A1" Width="100px">
<f:Label runat="server" ID="Label5" Text="<%$ Resources:Lan,ExpenseView_Label5_Text%>" Width="100px">
</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;基础管理" Width="150px">
</f:Label>
@@ -99,7 +99,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label7" Text="A2" Width="100px">
<f:Label runat="server" ID="Label7" Text="<%$ Resources:Lan,ExpenseView_Label7_Text%>" Width="100px">
</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;安全技术" Width="150px">
</f:Label>
@@ -115,7 +115,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label9" Text="A3" Width="100px">
<f:Label runat="server" ID="Label9" Text="<%$ Resources:Lan,ExpenseView_Label9_Text%>" Width="100px">
</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;职业健康" Width="150px">
</f:Label>
@@ -131,7 +131,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label11" Text="A4" Width="100px">
<f:Label runat="server" ID="Label11" Text="<%$ Resources:Lan,ExpenseView_Label11_Text%>" Width="100px">
</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;安全防护" Width="150px">
</f:Label>
@@ -147,7 +147,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label13" Text="A5" Width="100px">
<f:Label runat="server" ID="Label13" Text="<%$ Resources:Lan,ExpenseView_Label13_Text%>" Width="100px">
</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;化工试车" Width="150px">
</f:Label>
@@ -163,7 +163,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label15" Text="A6" Width="100px">
<f:Label runat="server" ID="Label15" Text="<%$ Resources:Lan,ExpenseView_Label15_Text%>" Width="100px">
</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;教育培训" Width="150px" >
</f:Label>
@@ -195,7 +195,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label19" Text="B1" Width="100px">
<f:Label runat="server" ID="Label19" Text="<%$ Resources:Lan,ExpenseView_Label19_Text%>" Width="100px">
</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;文明施工" Width="150px">
</f:Label>
@@ -211,7 +211,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label21" Text="B2" Width="100px">
<f:Label runat="server" ID="Label21" Text="<%$ Resources:Lan,ExpenseView_Label21_Text%>" Width="100px">
</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;临时设施" Width="150px">
</f:Label>
@@ -227,7 +227,7 @@
</f:FormRow>
<f:FormRow ColumnWidths="5% 22% 25% 25% 23%">
<Items>
<f:Label runat="server" ID="Label23" Text="B3" Width="100px">
<f:Label runat="server" ID="Label23" Text="<%$ Resources:Lan,ExpenseView_Label23_Text%>" Width="100px">
</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;环境保护" Width="150px">
</f:Label>
@@ -261,7 +261,7 @@
<Items>
<f:Label runat="server" ID="Label31" Width="100px">
</f:Label>
<f:Label runat="server" ID="Label27" Text="A+B安全生产及文明施工措施费总计" Width="150px">
<f:Label runat="server" ID="Label27" Text="<%$ Resources:Lan,ExpenseView_Label27_Text%>" Width="150px">
</f:Label>
<f:NumberBox ID="nbAB" NoDecimal="false" NoNegative="false" MinValue="0" Readonly="true"
runat="server" Label="" Width="200px">
@@ -285,7 +285,7 @@
<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:HiddenField runat="server" ID="hdProjectA1">
@@ -308,19 +308,19 @@
</f:HiddenField>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ToolTip="<%$ Resources:Lan,PersonUnitRefresh_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1"
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,MonthReportEdit_btnSubmit_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSubmit_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="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>