温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net物资流通管理系统源码
当前文件:
WuZiLiuTongGuanLi/UserControl/GoodSum.ascx,打开代码结构图
WuZiLiuTongGuanLi/UserControl/GoodSum.ascx,打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="GoodSum.ascx.cs" Inherits="UserControl_GoodSum" %> 2
<asp:Panel ID="Panel1" runat="server"> 3
<table width="550" bgcolor="#a3c5ce" border="0" cellspacing="1" cellpadding="0"> 4
<tr><td colspan="7" align="center" height="20"><font color="#FFFFFF"><b>库存盘点</b></td></tr> 5
<tr bgcolor="#f0fbfd" align="center"><td height="20">时间</td><td>入库</td><td>出库</td><td>调拨</td><td>借出</td><td>归还</td><td>退库</td></tr> 6
<tr bgcolor="#f0fbfd" align="center"> 7
<td height="20"><asp:Label ID="Month1" runat="server"></asp:Label></td> 8
<td><asp:Label ID="Month1_1" runat="server"></asp:Label></td> 9
<td><asp:Label ID="Month1_2" runat="server"></asp:Label></td> 10
<td><asp:Label ID="Month1_3" runat="server"></asp:Label></td> 11
<td><asp:Label ID="Month1_4" runat="server"></asp:Label></td> 12
<td><asp:Label ID="Month1_5" runat="server"></asp:Label></td> 13
<td><asp:Label ID="Month1_6" runat="server"></asp:Label></td> 14
</tr> 15
<tr bgcolor="#f0fbfd" align="center"> 16
<td height="20"><asp:Label ID="Month2" runat="server"></asp:Label></td> 17
<td><asp:Label ID="Month2_1" runat="server"></asp:Label></td> 18
<td><asp:Label ID="Month2_2" runat="server"></asp:Label></td> 19
<td><asp:Label ID="Month2_3" runat="server"></asp:Label></td> 20
<td><asp:Label ID="Month2_4" runat="server"></asp:Label></td> 21
<td><asp:Label ID="Month2_5" runat="server"></asp:Label></td> 22
<td><asp:Label ID="Month2_6" runat="server"></asp:Label></td> 23
</tr> 24
<tr bgcolor="#f0fbfd" align="center"> 25
<td height="20"><asp:Label ID="Month3" runat="server"></asp:Label></td> 26
<td><asp:Label ID="Month3_1" runat="server"></asp:Label></td> 27
<td><asp:Label ID="Month3_2" runat="server"></asp:Label></td> 28
<td><asp:Label ID="Month3_3" runat="server"></asp:Label></td> 29
<td><asp:Label ID="Month3_4" runat="server"></asp:Label></td> 30
<td><asp:Label ID="Month3_5" runat="server"></asp:Label></td> 31
<td><asp:Label ID="Month3_6" runat="server"></asp:Label></td> 32
</tr> 33
<tr bgcolor="#f0fbfd" align="center"> 34
<td height="20"><asp:Label ID="Years" runat="server"></asp:Label></td> 35
<td><asp:Label ID="Years_1" runat="server"></asp:Label></td> 36
<td><asp:Label ID="Years_2" runat="server"></asp:Label></td> 37
<td><asp:Label ID="Years_3" runat="server"></asp:Label></td> 38
<td><asp:Label ID="Years_4" runat="server"></asp:Label></td> 39
<td><asp:Label ID="Years_5" runat="server"></asp:Label></td> 40
<td><asp:Label ID="Years_6" runat="server"></asp:Label></td> 41
</tr> 42
</table> 43
</asp:Panel> 44




