insertxs_pricelist.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 73 行
ASPX
73 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="InsertXS_PriceList.aspx.cs" Inherits="InsertXS_PriceList" %>
<!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>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
基本信息→添加价格清单设置</td>
</tr>
</table>
<br />
<table align="center" border="1" bordercolordark="#003399" cellspacing="0" style="font-size: 12px; width: 392px; height: 200px">
<tr>
<td align="center" colspan="2" style="height: 36px; color: white; background-color: #003399;">
添加价格清单设置</td>
</tr>
<tr>
<td align="right" style="width: 123px" >
客户编码:</td>
<td style="width: 299px" align="left" >
<asp:DropDownList ID="CusCode" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" style="width: 123px; height: 28px;" >
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="CusCode"
ErrorMessage="货物编码不能为空">*</asp:RequiredFieldValidator>货物编码:</td>
<td style="width: 299px; height: 28px;" align="left" >
<asp:TextBox ID="WareCode" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 123px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="Quantity"
ErrorMessage="数量不能为空">*</asp:RequiredFieldValidator>数量:</td>
<td align="left" style="width: 299px">
<asp:TextBox ID="Quantity" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 123px" >
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="CapitalUnitPrice"
ErrorMessage="单价不能为空">*</asp:RequiredFieldValidator>单价:</td>
<td style="width: 299px" align="left" >
<asp:TextBox ID="CapitalUnitPrice" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td s align="right" style="width: 123px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="PriceDate"
ErrorMessage="价格日期不能为空">*</asp:RequiredFieldValidator>价格日期:</td>
<td style="width: 299px" align="left" >
<asp:TextBox ID="PriceDate" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="Button1" runat="server" Text=" 添加 " OnClick="Button1_Click" />
<input id="Reset1" type="reset" value=" 重置 " onclick="return Reset1_onclick()" />
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
ShowSummary="False" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?