Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<%@ 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> <span>年份:</span> <span>
<asp:DropDownList ID="lstNian" runat="server">
</asp:DropDownList>
<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>