⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 invoiceadd.aspx

📁 c#三层架构项目开发的全过程
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceAdd.aspx.cs" Inherits="金利来分销管理系统.Invoice.InvoiceAdd" %>

<!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" />
    <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: ">总部发货申请</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)">
                        &nbsp;
                    </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>
                                                发货单据编号:
                                                <asp:Label ID="lblInvoiceID" runat="server" Text="Label" ForeColor="Red"></asp:Label>
                                            </td>
                                            <td>
                                                申请人:<asp:Label ID="lblName" runat="server" Text="总经理(name)" Style="font-size: medium"
                                                    ForeColor="Blue"></asp:Label>
                                            </td>
                                            <td>
                                                &nbsp;
                                            </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>
                                                &nbsp;&nbsp;&nbsp;
                                            </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="请选择商品编号" 
                                                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>
                                                    数量:
                                                </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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -