?? invoiceadd.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceAdd.aspx.cs" Inherits="金利來分銷管理系統(tǒng).Invoice.InvoiceAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>總部發(fā)貨申請(qǐng)</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" />
<style type="text/css">
.style3
{
text-align: center;
}
.style1
{}
</style>
</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: ">總部發(fā)貨申請(qǐng)</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>
發(fā)貨單據(jù)編號(hào):
<asp:Label ID="lblInvoiceID" runat="server" Text="Label" ForeColor="Red"></asp:Label>
</td>
<td>
申請(qǐng)人:<asp:Label ID="lblName" runat="server" Text="總經(jīng)理(name)" Style="font-size: medium"
ForeColor="Blue"></asp:Label>
</td>
<td>
</td>
</tr>
</table>
<br />
<br />
<table>
<tr>
<td>
商品編號(hào):
</td>
<td>
<asp:DropDownList ID="ddlProductID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlProductID_SelectedIndexChanged">
<asp:ListItem>請(qǐng)選擇商品編號(hào)</asp:ListItem>
</asp:DropDownList>
</td>
<td>
商品名稱:
</td>
<td>
<asp:TextBox ID="txtProductName" runat="server" CssClass="style1"></asp:TextBox>
</td>
<td>
顏色:
</td>
<td>
<asp:DropDownList ID="ddlColor" runat="server" Width="80px">
<asp:ListItem>未選擇</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td></td>
<td>
<asp:Label ID="lblproductidcheck" runat="server" ForeColor="Red" Text="請(qǐng)選擇商品編號(hào)"
Visible="False" style="font-size: x-small"></asp:Label>
</td>
</tr>
</table>
<br/>
<table width="400">
<tr>
<td class="style3">
尺碼:
</td>
<td style="text-align: center">
<asp:Label ID="lblsize1" runat="server" Text="32" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize2" runat="server" Text="33" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize3" runat="server" Text="34" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize4" runat="server" Text="35" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize5" runat="server" Text="36" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize6" runat="server" Text="37" Width=40px></asp:Label>
</td>
<td style="text-align: center">
<asp:Label ID="lblsize7" runat="server" Text="38" Width=40px></asp:Label>
</td>
</tr>
<tr align="center">
<td>
數(shù)量:
</td>
<td>
<asp:TextBox ID="txtSize1" runat="server" CssClass="style1" Width="25px"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="txtSize2" runat="server" CssClass="style1" Width="25px"></asp:TextBox>
</td>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -