📄 lowgoodsshow.aspx
字号:
<%@ Page language="c#" Codebehind="LowGoodsShow.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.user.LowGoodsPart.LowGoodsShow" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ZiChanQuery</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<DIV align="center">
<table style="HEIGHT: 143px" height="143" width="100%" border="1" borderColor="#ffffff"
cellSpacing="0" cellPadding="0">
<tr>
<td class="P1" background="../../Images/bgcolor.gif" height="30">
<P align="center"> 低值品显示</P>
</td>
</tr>
<tr>
<td class="P" style="HEIGHT: 26px" bgColor="#e7f7ef" height="26">
<asp:button id="btn_AssetsAdd" runat="server" Text="增加" Width="60px" Font-Size="12px"></asp:button>
<asp:button id="btn_Change" runat="server" Text="修改" Width="60px"></asp:button>
<asp:button id="btn_Reject" runat="server" Text="报废" Width="60px"></asp:button>
<asp:button id="btn_Delete" runat="server" Text="退库" Width="60px"></asp:button></td>
</tr>
<TR>
<TD class="P" style="HEIGHT: 26px" bgColor="#e7f7ef" height="26"> 状态选择:
<asp:DropDownList id="ddl_State" runat="server" Width="80px">
<asp:ListItem Value="全部">全部</asp:ListItem>
<asp:ListItem Value="正常" Selected="True">正常</asp:ListItem>
<asp:ListItem Value="报废">报废</asp:ListItem>
<asp:ListItem Value="已退库">已退库</asp:ListItem>
</asp:DropDownList>
<asp:button id="btn_Check" runat="server" Text="编辑显示项" Font-Size="12px"></asp:button>
<asp:checkbox id="chbCheck" runat="server" Text="全选" AutoPostBack="True"></asp:checkbox>
<asp:button id="btn_Submit" runat="server" Text="查看"></asp:button>
<asp:button id="btn_Out" runat="server" Text="导出" Width="60px" Font-Size="12px"></asp:button></TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef">
<asp:panel id="Panel1" runat="server">
<P>
<TABLE id="Table1" borderColor="#ffffff" cellSpacing="0" cellPadding="0" width="100%" border="1">
<TR>
<TD>
<asp:checkboxlist id="cblEdit" runat="server" Font-Size="12px" Width="100%" CssClass="P" RepeatColumns="9"
RepeatDirection="Horizontal">
<asp:ListItem Value="equ_Units as 所在单位" Selected="True">所在单位</asp:ListItem>
<asp:ListItem Value="equ_UseDep2 as 使用部门" Selected="True">使用部门</asp:ListItem>
<asp:ListItem Value="equ_AssetsCoding as 资产编号" Selected="True">编号</asp:ListItem>
<asp:ListItem Value="equ_Name as 设备名称" Selected="True">设备名称</asp:ListItem>
<asp:ListItem Value="equ_OriValue as 设备原值" Selected="True">设备原值</asp:ListItem>
<asp:ListItem Value="equ_Brand as 设备品牌" Selected="True">设备品牌</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_PurchaseTime,126) as 购置时间" Selected="True">购置时间</asp:ListItem>
<asp:ListItem Value="equ_Spec as 规格型号" Selected="True">规格型号</asp:ListItem>
<asp:ListItem Value="equ_DetailsSet as 详细配置">详细配置</asp:ListItem>
<asp:ListItem Value="equ_AddKind as 增加方式" Selected="True">增加方式</asp:ListItem>
<asp:ListItem Value="equ_UsingState as 使用情况" Selected="True">使用情况</asp:ListItem>
<asp:ListItem Value="equ_CarePerson as 保管人员">保管人员</asp:ListItem>
<asp:ListItem Value="equ_Num as 设备数量">设备数量</asp:ListItem>
<asp:ListItem Value="equ_MesureUnit as 计数单位">计数单位</asp:ListItem>
<asp:ListItem Value="equ_Remark as 备注">备注</asp:ListItem>
</asp:checkboxlist></TD>
</TR>
</TABLE>
</P>
</asp:panel>
</TD>
</TR>
<tr>
<td class="P" bgColor="#e7f7ef" height="25"><asp:datagrid id="dg_msg" runat="server" Width="100%" Font-Size="12px" CellPadding="3" BackColor="White"
BorderWidth="1px" BorderStyle="None" BorderColor="Navy" PageSize="15">
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:CheckBox id="ChkOnly" runat="server"></asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle Visible="False" HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF"
Mode="NumericPages"></PagerStyle>
</asp:datagrid></td>
</tr>
</table>
</DIV>
</FONT>
<asp:Panel id="Panel2" runat="server" Visible="False">
<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid>
</asp:Panel>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -