goodsum.ascx
来自「Asp.net物资流通管理系统源码 本系统主要针对物流供应链中的库存管理环」· ASCX 代码 · 共 44 行
ASCX
44 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="GoodSum.ascx.cs" Inherits="UserControl_GoodSum" %>
<asp:Panel ID="Panel1" runat="server">
<table width="550" bgcolor="#a3c5ce" border="0" cellspacing="1" cellpadding="0">
<tr><td colspan="7" align="center" height="20"><font color="#FFFFFF"><b>库存盘点</b></td></tr>
<tr bgcolor="#f0fbfd" align="center"><td height="20">时间</td><td>入库</td><td>出库</td><td>调拨</td><td>借出</td><td>归还</td><td>退库</td></tr>
<tr bgcolor="#f0fbfd" align="center">
<td height="20"><asp:Label ID="Month1" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_1" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_2" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_3" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_4" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_5" runat="server"></asp:Label></td>
<td><asp:Label ID="Month1_6" runat="server"></asp:Label></td>
</tr>
<tr bgcolor="#f0fbfd" align="center">
<td height="20"><asp:Label ID="Month2" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_1" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_2" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_3" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_4" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_5" runat="server"></asp:Label></td>
<td><asp:Label ID="Month2_6" runat="server"></asp:Label></td>
</tr>
<tr bgcolor="#f0fbfd" align="center">
<td height="20"><asp:Label ID="Month3" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_1" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_2" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_3" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_4" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_5" runat="server"></asp:Label></td>
<td><asp:Label ID="Month3_6" runat="server"></asp:Label></td>
</tr>
<tr bgcolor="#f0fbfd" align="center">
<td height="20"><asp:Label ID="Years" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_1" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_2" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_3" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_4" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_5" runat="server"></asp:Label></td>
<td><asp:Label ID="Years_6" runat="server"></asp:Label></td>
</tr>
</table>
</asp:Panel>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?