📄 cst_orders_add.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CST_Orders_add.aspx.cs" Inherits="Admin_CST_Orders_add" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body style="background-color: #dee5ef;">
<form id="form1" runat="server">
<div style="background-color: #dee5ef">
<table border="0" align="center" bordercolor="#999999" style="width: 199px; height: 117px; background-color: #dee5ef;">
<tr>
<td colspan="2" style="background-color: #dee5ef; height: 21px;" align="center"> <asp:Label ID="LabT" runat="server" Text="添加定单" Width="115px"></asp:Label> </td>
</tr>
<tr>
<td style="width: 136px"> <asp:Label ID="LabID" runat="server" Text="定单编号" Width="110px"></asp:Label></td>
<td style="width: 126px">
<asp:TextBox ID="TxtID" runat="server" Height="22px" Width="131px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 136px; height: 28px;"> <asp:Label ID="Labitem" runat="server" Text="商品编号" Width="109px"></asp:Label></td>
<td style="width: 126px; height: 28px;">
<asp:TextBox ID="Txtitem_id" runat="server" Height="18px" Width="131px" OnTextChanged="Txtitem_id_TextChanged"></asp:TextBox>
<asp:DropDownList ID="DropDownList1" runat="server" Width="139px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 136px"> <asp:Label ID="Labcust" runat="server" Text="客户编号" Width="109px"></asp:Label></td>
<td style="width: 126px">
<asp:TextBox ID="Txtcust_id" runat="server" Height="20px" Width="129px"></asp:TextBox>
<asp:DropDownList ID="DropDownList2" runat="server" Width="139px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 136px"> <asp:Label ID="Labquantity" runat="server" Text="数量" Width="109px"></asp:Label></td>
<td style="width: 126px">
<asp:TextBox ID="Txtquantity" runat="server" Height="20px" Width="132px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 136px"> <asp:Label ID="Labbase_price" runat="server" Text="价格" Width="108px"></asp:Label></td>
<td style="width: 126px">
<asp:TextBox ID="Txtbase_price" runat="server" Height="22px" Width="131px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 136px"> <asp:Label ID="Laborder_date" runat="server" Text="日期" Width="108px"></asp:Label></td>
<td style="width: 126px">
<asp:TextBox ID="Txtorder_date" runat="server" Height="16px" Width="131px"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="btOk" runat="server" Text="添加" OnClick="btOk_Click" />
<asp:Button ID="btCncel" runat="server" Text="重置" OnClick="btCncel_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -