📄 s_stockmanger.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="C_Navigation2" Src="C_Navigation2.ascx" %>
<%@ Register TagPrefix="uc1" TagName="C_Navigation1" Src="C_Navigation1.ascx" %>
<%@ Page language="c#" Codebehind="S_stockManger.aspx.cs" AutoEventWireup="false" Inherits="Supermart.S_stockManger" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>S_stockManger</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<table style="WIDTH: 803px; HEIGHT: 582px" height="582" cellSpacing="0" cellPadding="0"
width="803" align="center" border="0">
<tr>
<td colSpan="4" height="128">
<P align="center"><EM>
<asp:Image id="Image4" runat="server" ImageUrl="IMAGE/header.jpg"></asp:Image></EM></P>
</td>
</tr>
<tr>
<td style="HEIGHT: 61px" bgColor="#ffffff" colSpan="4" height="61" vAlign="top">
<uc1:C_Navigation1 id="C_Navigation11" runat="server"></uc1:C_Navigation1></td>
</tr>
<tr>
<td style="HEIGHT: 5px" bgColor="#ffffff" colSpan="4" height="5">
<asp:Image id="Image1" runat="server" ImageUrl="IMAGE/line上.jpg"></asp:Image></td>
</tr>
<tr>
<td style="WIDTH: 9px; HEIGHT: 294px" align="left" width="9" bgColor="#ffffff" background="IMAGE/line左右.jpg"></td>
<td style="WIDTH: 155px; HEIGHT: 294px" align="left" width="155" height="294" vAlign="top">
<uc1:C_Navigation2 id="C_Navigation21" runat="server"></uc1:C_Navigation2></td>
<td style="HEIGHT: 294px" vAlign="top" width="7" bgColor="#ffffff" height="294" background="IMAGE/line左右.jpg"></td>
<td style="HEIGHT: 294px" width="641" height="294" vAlign="top">
<TABLE id="Table1" style="WIDTH: 634px; HEIGHT: 190px" cellSpacing="0" cellPadding="0"
width="634" border="0">
<TR>
<TD style="HEIGHT: 46px" bgColor="#99ccff" colSpan="2"><FONT size="5"><STRONG>库存管理</STRONG></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 389px; HEIGHT: 26px" bgColor="#ccccff" colSpan="2"><FONT face="宋体" color="#0000cc"><STRONG>商品类型:</STRONG>
</FONT>
<asp:dropdownlist id="ddl_mertype" runat="server" Width="72px" AutoPostBack="True"></asp:dropdownlist></TD>
</TR>
<TR>
<TD vAlign="top" align="right" colSpan="2"><asp:datagrid id="depotManger" runat="server" Width="636px" CellPadding="4" BackColor="White"
BorderWidth="1px" BorderStyle="None" BorderColor="#CC9966" AutoGenerateColumns="False" AllowPaging="True" PageSize="8">
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="merName" ReadOnly="True" HeaderText="商品名">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="typeName" ReadOnly="True" HeaderText="商品类型">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="merBit" ReadOnly="True" HeaderText="单位">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="stock" ReadOnly="True" HeaderText="数量">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="cost" ReadOnly="True" HeaderText="成本">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="depotName" HeaderText="仓库">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:TemplateColumn HeaderText="操作">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:LinkButton id="LinkButton1" runat="server" CausesValidation="false" CommandName="Edit" Text="编辑"></asp:LinkButton>
</ItemTemplate>
<EditItemTemplate>
<asp:LinkButton id="LinkButton3" runat="server" CommandName="Update" Text="更新"></asp:LinkButton>
<asp:LinkButton id="LinkButton2" runat="server" CausesValidation="false" CommandName="Cancel" Text="取消"></asp:LinkButton>
</EditItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Center" ForeColor="#330099"
BackColor="#FFFFCC"></PagerStyle>
</asp:datagrid>
</TD>
</TR>
</TABLE>
</td>
</tr>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"><asp:image id="Image2" runat="server" ImageUrl="IMAGE/footer.jpg"></asp:image></td>
</tr>
</table>
</TD></TR>
<tr>
<td style="HEIGHT: 9px" align="left" colSpan="4"></td>
</tr>
</TABLE> </FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -