Skip to content
CheckStockInfo.aspx 2.83 KiB
Newer Older
Jack Dan's avatar
Jack Dan committed
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckStockInfo.aspx.cs" Inherits="CheckStockInfo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
    <link href="Css/style.css" rel="stylesheet" type="text/css" />
    <link href="Css/reset.css" rel="stylesheet" type="text/css" />
    <link href="Css/tblBlueGradient.css" rel="stylesheet" type="text/css" />
    <link href="Css/normal.css" rel="stylesheet" type="text/css" />
    <script src="Scripts/jquery-1.5.2.js" type="text/javascript"></script>
    <script src="Scripts/pageScripts/CheckStockInfo.js" type="text/javascript"></script>
    <script src="plugin/pinyin/pinyinEngine.js" type="text/javascript"></script>
</head>
<body id="DeliveryGoodsMgr22">
    <form id="form2" runat="server" enableviewstate="False">
    <div class="mainDiv" style="width: 960px;">
        <asp:HiddenField ID="hfSupplierID" runat="server" EnableViewState="False" />
        <div id="Div1">
            <ul id="Ul1" class="alBox01" style="margin-top: 10px;">
                <li><span style="padding-left: 15px;"><strong>配送点:</strong>
                    <asp:DropDownList ID="lstDelivery" runat="server" EnableViewState="False" EnableTheming="False"
                        Width="150">
                    </asp:DropDownList>
                </span>&nbsp; &nbsp; &nbsp; <span>年份:</span> <span>
                    <asp:DropDownList ID="lstNian" runat="server">
                    </asp:DropDownList>
                    &nbsp; &nbsp; &nbsp; <span>月份:</span><asp:DropDownList ID="lstYue" runat="server">
                    </asp:DropDownList>
                </span>
                    <div class="right">
                        <a id="btnAdd" runat="server" style="color: Black;" class="button">提交</a>
                    </div>
                </li>
            </ul>
            <table id="tmpTable" border="0" width="100%" class="BGtable">
                <thead class="tblHead">
                    <tr>
                        <th width="300">
                            品名
                        </th>
                        <th width="250">
                            供应商
                        </th>
                        <th width="100">
                            单位
                        </th>
                        <th width="200" style="text-align: center;">
                            盘点数量
                        </th>
                    </tr>
                </thead>
            </table>
        </div>
        <div id="block" style="height: 0px;">
        </div>
        <table id="tblGoods" width="100%" class="BGtable datalist">
        </table>
    </div>
    </form>
</body>
</html>