您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->Asp.net物资流通管理系统源码>>UserControl/GoodSum.ascx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net物资流通管理系统源码
当前文件:文件类型 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
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Asp.net物资流通管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号