78 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			78 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ManPowerPlanEdit.aspx.cs" Inherits="FineUIPro.Web.JDGL.SGManPower.ManPowerPlanEdit" %> | ||
|  | 
 | ||
|  | <!DOCTYPE html> | ||
|  | 
 | ||
|  | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
|  | <head runat="server"> | ||
|  |     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
|  |     <title></title> | ||
|  | </head> | ||
|  | <body> | ||
|  |     <form id="form1" runat="server"> | ||
|  |         <f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="SimpleForm1" /> | ||
|  |         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" | ||
|  |             AutoScroll="true" BodyPadding="10px" runat="server" RedStarPosition="BeforeText" | ||
|  |             LabelAlign="Right"> | ||
|  |             <Rows> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpUnit" runat="server" Label="单位" LabelWidth="150px" AutoSelectFirstItem="false" > | ||
|  |                         </f:DropDownList> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpUnitWork" runat="server" Label="装置" LabelWidth="150px" AutoSelectFirstItem="false"> | ||
|  |                         </f:DropDownList> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DropDownList ID="drpWorkPost" runat="server" Label="岗位" LabelWidth="150px" AutoSelectFirstItem="false"> | ||
|  |                         </f:DropDownList> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                  | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextBox ID="txtVersion" runat="server" Label="版本" LabelAlign="Right" LabelWidth="150px" ></f:TextBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:NumberBox  ID="txtQuantity" runat="server" Label="人数" LabelAlign="Right" LabelWidth="150px" ></f:NumberBox> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:DatePicker ID="txtPlanDate" runat="server" Label="时间" LabelAlign="Right" LabelWidth="150px" > | ||
|  |                         </f:DatePicker> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  |                  | ||
|  |                 <f:FormRow> | ||
|  |                     <Items> | ||
|  |                         <f:TextArea ID="txtRemarks" runat="server" Label="备注" LabelAlign="Right" LabelWidth="150px"></f:TextArea> | ||
|  |                     </Items> | ||
|  |                 </f:FormRow> | ||
|  | 
 | ||
|  |             </Rows> | ||
|  |             <Toolbars> | ||
|  |                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> | ||
|  |                     <Items> | ||
|  |                         <f:ToolbarFill ID="ToolbarFill1" runat="server"> | ||
|  |                         </f:ToolbarFill> | ||
|  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" Text="保存" | ||
|  |                             OnClick="btnSave_Click"> | ||
|  |                         </f:Button> | ||
|  |                     </Items> | ||
|  |                 </f:Toolbar> | ||
|  |             </Toolbars> | ||
|  |         </f:Form> | ||
|  |     </form> | ||
|  | </body> | ||
|  | </html> |