温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:
StoreManage/chukujetongji.aspx,打开代码结构图
StoreManage/chukujetongji.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chukujetongji.aspx.cs" Inherits="chukujetongji" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>--------</title> 8
<link href="style.css" rel="stylesheet" type="text/css" /> 9
<style type="text/css"> 10
<!-- 11
.STYLE1 {color: #FF0000} 12
body,td,th { 13
font-size: 9pt; 14
} 15
body { 16
margin-left: 0px; 17
margin-right: 0px; 18
margin-bottom: 0px; 19
margin-top: 0px; 20
} 21
--> 22
</style> 23
</head> 24
25
<body> 26
<form id="form2" name="form1" method="post" runat="server" action=""> 27
<table width="80%" border="1" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC"> 28
<tr> 29
<td height="10" bgcolor="#ECFFEC" style="width: 59%"><div align="center"><strong>出库管理</strong></div></td> 30
</tr> 31
</table> 32
<table width="80%" border="1" align="center" cellpadding="5" cellspacing="0"> 33
<tr> 34
<td style="width: 100%; height: 10px;" align="center"><asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" 35
OnPageIndexChanging="GridView1_PageIndexChanging1" OnRowDeleting="GridView1_RowDeleting" Width="100%" CellPadding="4" 36
ForeColor="#333333" PageSize="8" HorizontalAlign="Left" AllowPaging="True"> 37
<Columns> 38
<asp:BoundField DataField="rukuDate" HeaderText="出库时间" /> 39
<asp:BoundField DataField="rukuBianma" HeaderText="编码" /> 40
<asp:BoundField DataField="huoName" HeaderText="货物名称" /> 41
<asp:BoundField DataField="shuliang" HeaderText="数量" /> 42
<asp:BoundField DataField="jinjia" HeaderText="价格" /> 43
<asp:BoundField DataField="zhonge" HeaderText="总额" /> 44
<asp:BoundField DataField="huokuan" HeaderText="以收货款" /> 45
<asp:BoundField DataField="ghdw" HeaderText="收货单位" /> 46
<asp:BoundField DataField="jingbanren" HeaderText="经办人" /> 47
<asp:BoundField DataField="rukuID" Visible="False" /> 48
<asp:HyperLinkField DataNavigateUrlFields="rukuID" DataNavigateUrlFormatString="Editchuku.aspx?BID={0}" 49
HeaderText="更新" Text="更新" Visible="False" /> 50
<asp:TemplateField HeaderText="删除"> 51
<ItemTemplate> 52
<asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" CommandName="Delete" 53
Text="删除" onClientClick="return confirm('确定要删除吗?')" ></asp:LinkButton> 54
</ItemTemplate> 55
</asp:TemplateField> 56
</Columns> 57
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 58
<RowStyle BackColor="#EFF3FB" /> 59
<EditRowStyle BackColor="#2461BF" /> 60
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" /> 61
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> 62
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 63
<AlternatingRowStyle BackColor="White" /> 64
</asp:GridView> 65
</td> 66
67
</tr> 68
69
</table> 70
<table border="1" align="center" cellpadding="3" cellspacing="1" style="width: 80%"> 71
72
<tr align="left" > 73
<td align="left" bgcolor="#ffffff" colspan="5" rowspan="5" style="width: 80%; height: 21px;"> 74
请输入收货单位的名称:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button2" 75
runat="server" Text="收货单位的金额统计" OnClick="Button2_Click" /> 76
</td> 77
</tr> 78
<tr align="center"> 79
</tr> 80
<tr align="center"> 81
</tr> 82
<tr align="center"> 83
</tr> 84
<tr align="center"> 85
</tr> 86
87
</table> 88
</form> 89
90
</body> 91
</html> 92
93
94
95



<!--

.STYLE1 
-->
