42 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UsingPlanImport.aspx.cs" Inherits="FineUIPro.Web.WeldMat.UsingPlan.UsingPlanImport" %>
 | 
						||
 | 
						||
 | 
						||
<!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: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="请选择要导入的文件!" Width="500px">
 | 
						||
                </f:FileUpload>
 | 
						||
                <f:HiddenField ID="hdFileName" runat="server"></f:HiddenField>
 | 
						||
                <f:Label runat="server" Text="导入说明:"></f:Label>
 | 
						||
                <f:Label runat="server" Text="1、以一个施工号作为导入的文件"></f:Label>
 | 
						||
                <f:Label runat="server" Text="2、时间段正确录入为:7:0 - 8:0 至 11:0 - 12:0, 注意 '-' 两边各有一个空格 "></f:Label>
 | 
						||
                <f:Label runat="server" Text="3、焊件材质:如有多个可用英文 ',' 隔开"></f:Label>
 | 
						||
            </Items>
 | 
						||
        </f:Panel>
 | 
						||
    </form>
 | 
						||
</body>
 | 
						||
</html>
 | 
						||
 |