📄 order_info.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Order_Info.aspx.cs" Inherits="OrderInfo_Order_Info" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 650px; height: 500px">
<tr>
<td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc">
<span style="font-size: 24pt; font-family: 楷体_GB2312">订单详细内容</span></td>
</tr>
<tr>
<td colspan="3" rowspan="1" style="height: 200px">
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid;
width: 550px; border-bottom: black 1px solid">
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
客户公司名:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblCompanyName" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
产品名:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblProductname" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
单价:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblProductPrice" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
件数:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblNum" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
总价:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblOrderPrice" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="border-right: black 1px solid; width: 150px; border-bottom: black 1px solid;
text-align: right">
添加人:</td>
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left">
<asp:Label ID="lblAddPersonName" runat="server"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" rowspan="3" style="height: 50px; text-align: right">
<asp:HyperLink ID="HyperLink1" runat="server">返回订单列表</asp:HyperLink></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -