You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CDiscountImport.aspx.cs" Inherits="TradeManage.SysManage.CDiscountImport" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
|
|
|
|
<asp:DropDownList ID="grouplist" runat="server">
|
|
<asp:ListItem Text="Cdiscount1" Value="97"></asp:ListItem>
|
|
<asp:ListItem Text="Cdiscount2" Value="121"></asp:ListItem>
|
|
<asp:ListItem Text="Cdiscount3" Value="143"></asp:ListItem>
|
|
</asp:DropDownList>
|
|
|
|
|
|
<asp:FileUpload ID="FileUploadImport" runat="server" />
|
|
<asp:Button ID="ImportOrders" runat="server" OnClick="ImportOrders_Click"
|
|
Text="导入" />
|
|
<asp:Button ID="APIImport" runat="server"
|
|
Text="API导入" OnClick="APIImport_Click" />
|
|
|
|
<asp:Button ID="test" runat="server"
|
|
Text="test" OnClick="test_Click" />
|
|
<br />
|
|
<asp:Label ID="TILabel" runat="server" Text=""></asp:Label>
|
|
<br />
|
|
<asp:Label ID="Errorlable" runat="server" Text=""></asp:Label>
|
|
<asp:Label ID="EndLabel" runat="server" Width="500px" Style="overflow: hidden;"></asp:Label>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|