You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.2 KiB
54 lines
2.2 KiB
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UNIAPI.aspx.cs" Inherits="SCP.Admin.UNIAPI" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!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 runat="server" AutoSizePanelID="Panel1" />
|
|
<f:Panel ID="Panel1" runat="server" Title="" Layout="VBox" BoxConfigAlign="Stretch" BoxConfigPosition="Start">
|
|
<Items>
|
|
<f:Form runat="server">
|
|
<Toolbars>
|
|
<f:Toolbar ID="Toolbar2" runat="server">
|
|
<Items>
|
|
<f:DropDownList runat="server" ID="DDL_State" Label="查询接口">
|
|
<f:ListItem Text="订单接口" Value="xxqad_pod_det"/>
|
|
<f:ListItem Text="QAD收货单接口" Value="xxqad_prh_det" />
|
|
<f:ListItem Text="WMS收货单接口" Value="xxwms_rc_det" />
|
|
<f:ListItem Text="发货单接口" Value="xxscm_tx_mstr" />
|
|
<f:ListItem Text="发票接口" Value="xxscm_inv_det" />
|
|
</f:DropDownList>
|
|
<f:TextArea runat="server" Label="单据号" ID="TXT_billnum" Width="600" ></f:TextArea>
|
|
<f:Button ID="BtnSearch" runat="server" OnClick="BtnSearch_Click" Text="快速查找">
|
|
</f:Button>
|
|
</Items>
|
|
</f:Toolbar>
|
|
</Toolbars>
|
|
</f:Form>
|
|
|
|
|
|
<f:Grid ID = "Grid" EnableCollapse = "true" ShowBorder = "true" ShowHeader = "true" runat ="server"
|
|
>
|
|
|
|
<Columns>
|
|
|
|
</Columns>
|
|
</f:Grid>
|
|
</Items>
|
|
</f:Panel>
|
|
|
|
</form>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|