37 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DriverSubContactorIn.aspx.cs" Inherits="FineUIPro.Web.TestRun.DriverSub.DriverSubContactorIn" %> | ||
|  | 
 | ||
|  | <!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" AutoSizePanelID="Panel1" runat="server" OnCustomEvent="PageManager1_CustomEvent" /> | ||
|  |     <f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false" | ||
|  |              ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch"> | ||
|  |         <Toolbars> | ||
|  |             <f:Toolbar ID="Toolbar1" runat="server" Position="Bottom"> | ||
|  |                 <Items> | ||
|  |                     <f:Label runat="server" Text="分包类别分为:催化剂装填,烘炉,化学清洗,开车队"/> | ||
|  |                     <f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill> | ||
|  |                     <f:Button ID="btnImport" Icon="DoorIn" runat="server" Text="导入" ToolTip="数据导入" ValidateForms="SimpleForm1" | ||
|  |                               OnClick="btnImport_Click"> | ||
|  |                     </f:Button> | ||
|  |                     <f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" Text="下载模板" ToolTip="下载模板" OnClick="btnDownLoad_Click"> | ||
|  |                     </f:Button> | ||
|  |                 </Items> | ||
|  |             </f:Toolbar> | ||
|  |         </Toolbars> | ||
|  |         <Items> | ||
|  |             <f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="请选择导入的Eexce文件" Width="500px"> | ||
|  |             </f:FileUpload> | ||
|  |             <f:HiddenField ID="hdFileName" runat="server"></f:HiddenField> | ||
|  |         </Items> | ||
|  |     </f:Panel> | ||
|  | </form> | ||
|  | </body> | ||
|  | </html> |