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

📄 returnstocklist.aspx

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>采购退货</title>
</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;
                        <br />
                    </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>
                            
                            <table>
                                <tr>
                                    <td>
                                     已入库的采购单据编号: &nbsp;<asp:DropDownList ID="ddlStockID"
                                            runat="server" AutoPostBack="True" 
                                            OnSelectedIndexChanged="ddlStockID_SelectedIndexChanged" Width="170px">
                                            <asp:ListItem>请选择采购单据编号</asp:ListItem>
                                        </asp:DropDownList>
                                       
                                        <td align=right>填单人:<asp:Label ID="lblName" runat="server" 
                                                ForeColor="Blue"></asp:Label>
                                     
                                    </td>
                                  
                                </tr>
                            </table>
                            <br />
                          
                            <br />
                            <asp:GridView ID="gvShow" runat="server" Style="text-align: center"
                                AutoGenerateColumns="False">
                                <Columns>
                                    <asp:BoundField DataField="StockForm_id" HeaderText="采购单据编号" />
                                    <asp:BoundField DataField="Product_id" HeaderText="商品编号" />
                                    <asp:BoundField DataField="Stock_Setails_s1" HeaderText="尺码1" />
                                    <asp:BoundField DataField="Stock_Setails_s2" HeaderText="尺码2" />
                                    <asp:BoundField DataField="Stock_Setails_s3" HeaderText="尺码3" />
                                    <asp:BoundField DataField="Stock_Setails_s4" HeaderText="尺码4" />
                                    <asp:BoundField DataField="Stock_Setails_s5" HeaderText="尺码5" />
                                    <asp:BoundField DataField="Stock_Setails_s6" HeaderText="尺码6" />
                                    <asp:BoundField DataField="Stock_Setails_s7" HeaderText="尺码7" />
                                    <asp:BoundField DataField="Stock_Setails_TradePrice" HeaderText="采购单价" />
                                    <asp:BoundField DataField="Stock_Setails_color" HeaderText="商品颜色" />
                                    <asp:BoundField DataField="Stock_Setails_brand" HeaderText="商品品牌" />
                                    <asp:BoundField DataField="Stock_Setails_sum" HeaderText="商品数量" />
                                </Columns>
                            </asp:GridView>
              <asp:Label ID="lblshow" runat="server" ForeColor="Red" Text="库存不足,执行失败" 
                  Visible="False"></asp:Label>
                            <br />

                            
                                                      <asp:Button ID="btnOK" runat="server" Text="生成采购单" OnClick="btnOK_Click" 
                                    Visible="False" />

                            
                        </div>
                    </td>
                    <td style="background-image: url(../images/main_rs.gif)">
                    </td>
                </tr>
                <tr style="background-image: url(../images/main_fs.gif); background-repeat: repeat-x"
                    height="10">
                    <td style="background-image: url(../images/main_lf.gif)">
                    </td>
                    <td style="background-image: url(../images/main_fs.gif)">
                    </td>
                    <td style="background-image: url(../images/main_rf.gif)">
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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