147 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			147 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StaffHSEInfoArchives.aspx.cs" Inherits="FineUIPro.Web.HSSE.Examine.StaffHSEInfoArchives" %> | ||
|  | 
 | ||
|  | <!DOCTYPE html> | ||
|  | 
 | ||
|  | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
|  | <head runat="server"> | ||
|  |     <title>员工HSE信息档案</title> | ||
|  |     <link href="../../res/css/common.css" rel="stylesheet" type="text/css" /> | ||
|  |     <style type="text/css"> | ||
|  |         .f-grid-row.Red { | ||
|  |             background-color: red; | ||
|  |         } | ||
|  | 
 | ||
|  |         .LabelColor { | ||
|  |             color: Red; | ||
|  |             font-size: small; | ||
|  |         } | ||
|  | 
 | ||
|  |         .multiline-header { | ||
|  |             white-space: pre-line; /* 这会让换行符生效 */ | ||
|  |         } | ||
|  |     </style> | ||
|  | </head> | ||
|  | <body style="padding: 0px"> | ||
|  |     <form id="form1" runat="server"> | ||
|  |         <%--<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" /> | ||
|  |            <f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region"> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right"> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpYear" runat="server" LabelWidth="50px" Width="180px" Label="年度" | ||
|  |                             EnableEdit="true" LabelAlign="Right"> | ||
|  |                         </f:DropDownList> | ||
|  |                         <f:ToolbarFill runat="server" /> | ||
|  |                         <f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" Text="查询" ToolTip="查询"> | ||
|  |                         </f:Button> | ||
|  |                     </Items> | ||
|  |                 </f:Toolbar> | ||
|  |             </Toolbars> | ||
|  |         </f:Panel>--%> | ||
|  | 
 | ||
|  | 
 | ||
|  |         <f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" /> | ||
|  |         <f:Panel ID="Panel5" runat="server" ShowBorder="true" EnableCollapse="false" | ||
|  |             Layout="VBox" AutoScroll="false" | ||
|  |             ShowHeader="true" Title="员工HSE信息档案" TitleAlign="Center" | ||
|  |             BoxConfigChildMargin="0 0 0 0" BodyPadding="0"> | ||
|  |             <Items> | ||
|  |                 <f:Panel ID="Panel1" Title="年度" Height="50px" runat="server" BodyPadding="1px" ShowBorder="false" ShowHeader="false"> | ||
|  |                     <Items> | ||
|  |                         <f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right"> | ||
|  |                             <Items> | ||
|  |                                 <f:DropDownList ID="drpYear" runat="server" LabelWidth="100px" Width="220px" Label="年度" | ||
|  |                                     EnableEdit="true" LabelAlign="Right"> | ||
|  |                                 </f:DropDownList> | ||
|  |                                 <f:ToolbarFill runat="server" /> | ||
|  |                                 <f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" Text="查询" ToolTip="查询"> | ||
|  |                                 </f:Button> | ||
|  |                             </Items> | ||
|  |                         </f:Toolbar> | ||
|  |                     </Items> | ||
|  |                 </f:Panel> | ||
|  |                 <f:Panel ID="Panel2" Title="员工HSE信息档案" BoxFlex="1" MinHeight="110px" Margin="0" runat="server" BodyPadding="0px" ShowBorder="false" ShowHeader="false"> | ||
|  |                     <Items> | ||
|  |                         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" EnableTableStyle="true" MarginBottom="0px" | ||
|  |                             BodyPadding="0px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left" LabelWidth="100px"> | ||
|  |                             <Rows> | ||
|  |                                 <f:FormRow> | ||
|  |                                     <Items> | ||
|  |                                         <f:TextBox runat="server" ID="txtPersonName" Label="姓名" LabelAlign="Right" LabelWidth="100px"></f:TextBox> | ||
|  |                                         <f:TextBox runat="server" ID="txtIdentityCard" Label="身份证" LabelAlign="Right" LabelWidth="100px"></f:TextBox> | ||
|  |                                     </Items> | ||
|  |                                 </f:FormRow> | ||
|  |                                 <f:FormRow> | ||
|  |                                     <Items> | ||
|  |                                         <f:TextBox runat="server" ID="txtUnitName" Label="单位" LabelAlign="Right" LabelWidth="100px"></f:TextBox> | ||
|  |                                         <f:TextBox runat="server" ID="txtWorkPostName" Label="职务/工种" LabelAlign="Right" LabelWidth="100px"></f:TextBox> | ||
|  |                                     </Items> | ||
|  |                                 </f:FormRow> | ||
|  |                                 <f:FormRow> | ||
|  |                                     <Items> | ||
|  |                                         <f:TextBox runat="server" ID="txtPoliticsStatusName" Label="政治面貌" LabelAlign="Right" LabelWidth="100px"></f:TextBox> | ||
|  |                                     </Items> | ||
|  |                                 </f:FormRow> | ||
|  |                             </Rows> | ||
|  |                         </f:Form> | ||
|  |                     </Items> | ||
|  |                 </f:Panel> | ||
|  |                 <f:Panel ID="Panel3" Title="员工HSE信息档案" BoxFlex="1" MinHeight="580px" Margin="0" runat="server" BodyPadding="0px" ShowBorder="false" ShowHeader="false"> | ||
|  |                     <Items> | ||
|  |                         <f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" Title="HSE信息汇总表" EnableCollapse="false" | ||
|  |                             runat="server" BoxFlex="1" DataKeyNames="UnitId" AllowCellEditing="true" | ||
|  |                             ClicksToEdit="1" DataIDField="UnitId" AllowSorting="false" SortField="UnitId" | ||
|  |                             SortDirection="DESC" EnableColumnLines="true" AllowColumnLocking="true" | ||
|  |                             AllowPaging="false" IsDatabasePaging="false" PageSize="50" | ||
|  |                             EnableRowDoubleClickEvent="true" EnableRowClickEvent="True"> | ||
|  | 
 | ||
|  |                             <%-- <PageItems> | ||
|  |                                 <f:ToolbarSeparator ID="ToolbarSeparator1" runat="server"> | ||
|  |                                 </f:ToolbarSeparator> | ||
|  |                                 <f:ToolbarText ID="ToolbarText1" runat="server" Text="每页记录数:"> | ||
|  |                                 </f:ToolbarText> | ||
|  |                                 <f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true" | ||
|  |                                     OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged"> | ||
|  |                                     <f:ListItem Text="10" Value="10" /> | ||
|  |                                     <f:ListItem Text="15" Value="15" /> | ||
|  |                                     <f:ListItem Text="20" Value="20" /> | ||
|  |                                     <f:ListItem Text="25" Value="25" /> | ||
|  |                                     <f:ListItem Text="所有行" Value="100000" /> | ||
|  |                                 </f:DropDownList> | ||
|  |                             </PageItems>--%> | ||
|  |                         </f:Grid> | ||
|  |                     </Items> | ||
|  |                 </f:Panel> | ||
|  |             </Items> | ||
|  |         </f:Panel> | ||
|  | 
 | ||
|  |         <%--<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" /> | ||
|  |         <f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" EnableTableStyle="true" MarginBottom="1px" | ||
|  |             BodyPadding="1px" runat="server" RedStarPosition="BeforeText" LabelAlign="Left" LabelWidth="100px"> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Right"> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpYear" runat="server" LabelWidth="100px" Width="220px" Label="年度" | ||
|  |                             EnableEdit="true" LabelAlign="Right"> | ||
|  |                         </f:DropDownList> | ||
|  |                         <f:ToolbarFill runat="server" /> | ||
|  |                         <f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" Text="查询" ToolTip="查询"> | ||
|  |                         </f:Button> | ||
|  |                     </Items> | ||
|  |                 </f:Toolbar> | ||
|  |             </Toolbars> | ||
|  |             <Rows> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextBox runat="server" ID="txtUserName" Label="姓名" Text="张三" LabelWidth="100px"></f:TextBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |             </Rows> | ||
|  |         </f:Form>--%> | ||
|  |     </form> | ||
|  |     <script type="text/javascript"> | ||
|  | 
 | ||
|  | </script> | ||
|  | </body> | ||
|  | </html> |