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

📄 branchsale.aspx

📁 c#三层架构项目开发的全过程
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BranchSale.aspx.cs" Inherits="WebApplication1.BranchSale" %>

<!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
        {
            width: 52px;
            text-align: center;
        }
    </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>
                                    <br />
                                    <br />
                                    <table align="center" width="80%">
                                        <tr>
                                            <td>
                                                门店名称:<asp:Label ID="lblshowname" runat="server"></asp:Label>
                                            </td>
                                            <td>
                                                单据号:<asp:Label ID="lblID" runat="server" Text=""></asp:Label>
                                            </td>
                                            <td>
                                                销售人:<asp:Label ID="namela" runat="server"></asp:Label>
                                            </td>
                                            <td>
                                                操作类型:<asp:Label ID="lbltypename" runat="server" Text="售出"></asp:Label>
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                    <table align="center">
                                        <tr>
                                            <td>
                                                商品编号:<br />
                                                <br />
                                            </td>
                                            <td>
                                                <asp:DropDownList ID="ddlProductID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlProductID_SelectedIndexChanged">
                                                    <asp:ListItem>未选择商品</asp:ListItem>
                                                </asp:DropDownList>
                                                &nbsp;<br />
                                                <asp:Label ID="lblShowPID" runat="server" ForeColor="Red" Height="25px" Text="请选择商品编号"
                                                    Visible="False"></asp:Label>
                                                <br />
                                            </td>
                                            <td>
                                                商品名称:<br />
                                                <br />
                                            </td>
                                            <td>
                                                <asp:TextBox ID="txtProductName" runat="server" CssClass="style1" Enabled="False"
                                                    Height="16px"></asp:TextBox>
                                                &nbsp;<br />
                                                <br />
                                            </td>
                                            <td>
                                                单价:<br />
                                                <br />
                                            </td>
                                            <td>
                                                <asp:TextBox ID="txtprice" runat="server" CssClass="style1" Enabled="False"></asp:TextBox>
                                                &nbsp;<br />
                                                <br />
                                            </td>
                                        </tr>
                                        <tr>
                                            <td>
                                                颜色:<br />
                                            </td>
                                            <td>
                                                <asp:DropDownList ID="ddlcolor" runat="server">
                                                    <asp:ListItem>未选择商品</asp:ListItem>
                                                </asp:DropDownList>
                                                <br />
                                            </td>
                                            <td>
                                                会员编号:<br />
                                            </td>
                                            <td>
                                                <asp:DropDownList ID="ddlMemberID" runat="server">
                                                    <asp:ListItem>无</asp:ListItem>
                                                </asp:DropDownList>
                                                <br />
                                            </td>
                                        </tr>
                                    </table>
                                    <br />
                                    <table width="550">
                                        <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 + -