📄 bigcustomerbranchsale.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BigCustomerBranchSale.aspx.cs"
Inherits="WebApplication1.BigCustomerBranchSale" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>大客户销售</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="MSHTML 6.00.2900.5848" name="GENERATOR" />
<link href="../jinlilai.files/CSS/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-position-y: -120px; background-image: url(../images/bg.gif);
background-repeat: repeat-x">
<form id="form1" runat="server">
<div>
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr style="background-image: url(../images/bg_header.gif); background-repeat: repeat-x"
height="47">
<td width="10">
<span style="float: left; background-image: url(../images/main_hl.gif); width: 15px;
background-repeat: no-repeat; height: 47px"></span>
</td>
<td>
<span style="float: left; background-image: url(../images/main_hl2.gif); width: 15px;
background-repeat: no-repeat; height: 47px"></span><span style="padding-right: 10px;
padding-left: 10px; float: left; background-image: url(../images/main_hb.gif);
padding-bottom: 10px; color: white; padding-top: 10px; background-repeat: repeat-x;
height: 47px; text-align: center; 0px: ">大客户销售</span><span style="float: left; background-image: url(../images/main_hr.gif);
width: 60px; background-repeat: no-repeat; height: 47px"></span>
</td>
<td style="background-position: 50% bottom; background-image: url(../images/main_rc.gif)"
width="10">
</td>
</tr>
<tr>
<td style="background-image: url(../images/main_ls.gif)">
</td>
<td style="padding-right: 10px; padding-left: 10px; padding-bottom: 10px; color: #566984;
padding-top: 10px; background-color: white" valign="top" align="middle">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table>
<tr>
<td>
大客户编号:</td><td><asp:DropDownList ID="ddlBigID" runat="server">
<asp:ListItem>请选择大客户编号</asp:ListItem>
</asp:DropDownList>
大客户销售单据编号:<asp:Label ID="lblSellID" runat="server" Text="Label" ForeColor="Red"></asp:Label>
填单人:<asp:Label ID="lblName" runat="server"
Text="YG10000 " ForeColor="Blue"></asp:Label>
</td>
</tr>
<tr><td></td><td>
<asp:Label ID="lblBigID" runat="server" ForeColor="Red" Text="请选择大客户编号"
Visible="False"></asp:Label>
</td></tr>
</table>
<br />
<br />
<table>
<tr>
<td>
商品编号:
</td>
<td>
<asp:DropDownList ID="ddlProductID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlProductID_SelectedIndexChanged">
<asp:ListItem>请选择商品编号</asp:ListItem>
</asp:DropDownList>
</td>
<td>
商品名称:
</td>
<td>
<asp:TextBox ID="txtProductName" runat="server" CssClass="style1" Enabled="False"></asp:TextBox>
</td>
<td>
零售价:
</td>
<td>
<asp:TextBox ID="txtPrice" runat="server" CssClass="style1" Enabled="False"></asp:TextBox>
</td>
</tr>
<tr>
<td>
</td>
<td height=25px>
<asp:Label ID="lblShowPID" runat="server" ForeColor="Red" Text="请选择商品编号"
Visible="False" Height="25px"></asp:Label>
</td>
</tr>
<tr>
<td>
颜色:
</td>
<td>
<asp:DropDownList ID="ddlColor" runat="server">
</asp:DropDownList>
</td>
<td>
折扣价:
</td>
<td>
<asp:TextBox ID="tbSellPrice" runat="server" CssClass="style1"></asp:TextBox>
</td>
<td>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbSellPrice"
Display="Dynamic" ErrorMessage="请填写折扣价" ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
</table>
<table width="600">
<tr>
<td class="style3">
尺码:
</td>
<td style="text-align: center">
<asp:Label ID="lblsize1" runat="server" Text="32"></asp:Label>
</td>
<td style="text-align: center">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -