📄 po04.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/OrderMenu.master" AutoEventWireup="true" CodeFile="PO04.aspx.cs" Inherits="Web_Order_Default" Title="待确认订单一览" %>
<%@ MasterType VirtualPath="~/MasterPage/OrderMenu.master" %>
<%@ Register src="../../UserControl/OrderSearch.ascx" tagname="OrderSearch" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="content" Runat="Server">
<uc1:OrderSearch ID="OrderSearch1" runat="server" IsVisibleSearch="False" />
<table>
<tr>
<td><asp:Panel ID="panelFieldSearch" Width="550px" runat="server">
</asp:Panel>
</td>
<td><asp:Button ID="btnSearch" runat="server" Height="18px"
onclick="btnSearch_Click" Text="开始搜索" Width="63px" /></td>
</tr>
</table>
<fieldset style="height: 70px; width: 601px">
<legend>
待确认订单一览
</legend>
<asp:Table ID="tabNeedToSure" runat="server" Height="16px" Width="701px"
HorizontalAlign="Center">
<asp:TableHeaderRow ID="headRow" CssClass="Header" HorizontalAlign="Center">
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="订单ID"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="客户"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="建立者"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="配货者"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="发货者"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="50px" Text="订单状态"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="80px" Text="订单建立时间"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="80px" Text="配货时间"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="80px" Text="发货时间"></asp:TableCell>
<asp:TableCell HorizontalAlign="Center" Width="60px" Text="所属分支"></asp:TableCell>
</asp:TableHeaderRow>
</asp:Table>
<table>
<tr>
<td>
<asp:Panel ID="panelFieldMsg" Width="250px" runat="server">
</asp:Panel>
</td>
<td>
<asp:Label ID="showMessage" runat="server" Text="抱歉!您搜索的订单不存在."></asp:Label></td>
</tr>
</table>
</fieldset>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -