📄 assetsshow.aspx
字号:
<%@ Page language="c#" Codebehind="AssetsShow.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.admin.AssetsPart.AssetsShow" %>
<!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 height="143" width="100%" border="1" borderColor="#ffffff" cellSpacing="0" cellPadding="0">
<tr>
<td height="30" background="../../Images/bgcolor.gif" class="P1">
<P align="center"> 资产显示</P>
</td>
</tr>
<tr>
<td height="26" bgColor="#e7f7ef" class="P" style="HEIGHT: 26px">
<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_Move" 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>
<asp:button id="btn_RecAdd" runat="server" Text="记录添加"></asp:button></td>
</tr>
<TR>
<TD align="left" bgColor="#e7f7ef" class="P">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD align="left">
<asp:button id="btn_Check" runat="server" Text="编辑显示项" Font-Size="12px"></asp:button>
<asp:checkbox id="chbCheck" runat="server" Text="全选" AutoPostBack="True" Font-Size="12px"></asp:checkbox>
<asp:button id="btn_Submit" runat="server" Text="查看"></asp:button>
<asp:button id="btn_In" runat="server" Text="导入" Width="60px" Font-Size="12px"></asp:button>
<asp:button id="btn_Out" runat="server" Text="导出" Width="60px" Font-Size="12px"></asp:button></TD>
<TD align="right">
<asp:label id="lbl_CurrentPage" runat="server" Font-Size="12px"></asp:label>
<asp:label id="lbl_TotalPage" runat="server" Font-Size="12px"></asp:label>
<asp:linkbutton id="LBtn_FirstPage" runat="server" CommandArgument="first" Font-Size="12px">首页</asp:linkbutton>
<asp:linkbutton id="LBtn_PrePage" runat="server" CommandArgument="pre" Font-Size="12px">上一页</asp:linkbutton>
<asp:linkbutton id="LBtn_NextPage" runat="server" CommandArgument="next" Font-Size="12px">下一页</asp:linkbutton>
<asp:linkbutton id="LBtn_LastPage" runat="server" CommandArgument="last" Font-Size="12px">尾页</asp:linkbutton>
<asp:dropdownlist id="DropDownList1" runat="server" Font-Size="12px"></asp:dropdownlist>
<asp:button id="Button1" runat="server" Text="GO" Font-Size="12px"></asp:button></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgColor="#e7f7ef" class="P">
<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 所在单位">所在单位</asp:ListItem>
<asp:ListItem Value="equ_UseDep as 大类">大类</asp:ListItem>
<asp:ListItem Value="equ_Class as 小类">小类</asp:ListItem>
<asp:ListItem Value="equ_UseDep2 as 使用部门">使用部门</asp:ListItem>
<asp:ListItem Value="equ_AssetsCoding as 资产编号">资产编号</asp:ListItem>
<asp:ListItem Value="equ_FinanceNum as 财务号">财务号</asp:ListItem>
<asp:ListItem Value="equ_Name as 设备名称">设备名称</asp:ListItem>
<asp:ListItem Value="equ_OriValue as 设备原值">设备原值</asp:ListItem>
<asp:ListItem Value="equ_Brand as 设备品牌">设备品牌</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_PurchaseTime,126) as 购置时间">购置时间</asp:ListItem>
<asp:ListItem Value="equ_UseYears as 使用年限">使用年限</asp:ListItem>
<asp:ListItem Value="equ_Spec as 规格型号">规格型号</asp:ListItem>
<asp:ListItem Value="equ_CompCPU as 电脑CPU">电脑CPU</asp:ListItem>
<asp:ListItem Value="equ_CompMemory as 电脑内存">电脑内存</asp:ListItem>
<asp:ListItem Value="equ_CompHarddisk as 电脑硬盘">电脑硬盘</asp:ListItem>
<asp:ListItem Value="equ_CompDisplayCard as 电脑显卡">电脑显卡</asp:ListItem>
<asp:ListItem Value="equ_CompSoundCard as 电脑声卡">电脑声卡</asp:ListItem>
<asp:ListItem Value="equ_CompODD as 电脑光驱">电脑光驱</asp:ListItem>
<asp:ListItem Value="equ_CompFloppy as 电脑软驱">电脑软驱</asp:ListItem>
<asp:ListItem Value="equ_CompDisplay as 电脑显示器">电脑显示器</asp:ListItem>
<asp:ListItem Value="equ_CompMouse as 鼠标">鼠标</asp:ListItem>
<asp:ListItem Value="equ_CompKeyBoard as 键盘">键盘</asp:ListItem>
<asp:ListItem Value="equ_CompIP as 电脑IP地址">电脑IP地址</asp:ListItem>
<asp:ListItem Value="equ_CompMAC as 电脑MAC地址">电脑MAC地址</asp:ListItem>
<asp:ListItem Value="equ_CarNum as 车牌号">车牌号</asp:ListItem>
<asp:ListItem Value="equ_CarOutType as 厂牌型号及排气量">厂牌型号及排气量</asp:ListItem>
<asp:ListItem Value="equ_CarEngineerNum as 发动机号码">发动机号码</asp:ListItem>
<asp:ListItem Value="equ_CarDownTube as 车架号码">车架号码</asp:ListItem>
<asp:ListItem Value="equ_CarSort as 车辆种类">车辆种类</asp:ListItem>
<asp:ListItem Value="equ_CarPersonNum as 核定人数">核定人数</asp:ListItem>
<asp:ListItem Value="equ_CarWeight as 核定载重">核定载重</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_CarRegistDate,126) as 初次登记日期">初次登记日期</asp:ListItem>
<asp:ListItem Value="equ_CarPrice as 新车购置价格">新车购置价格</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_CarStartInsureDate,126) as 起保日期">起保日期</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_CarFinalInsureDate,126) as 终保日期">终保日期</asp:ListItem>
<asp:ListItem Value="equ_CarPurpose as 车辆用途">车辆用途</asp:ListItem>
<asp:ListItem Value="equ_CarInsureMoney as 保费金额">保费金额</asp:ListItem>
<asp:ListItem Value="equ_BuildingAddr as 建筑地点">建筑地点</asp:ListItem>
<asp:ListItem Value="equ_BuildingSquare as 建筑面积">建筑面积</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),equ_BuildingDate,126) as 建筑时间">建筑时间</asp:ListItem>
<asp:ListItem Value="equ_KeepPlace as 存放地点">存放地点</asp:ListItem>
<asp:ListItem Value="equ_DetailsSet as 详细配置">详细配置</asp:ListItem>
<asp:ListItem Value="equ_AddKind as 增加方式">增加方式</asp:ListItem>
<asp:ListItem Value="equ_UsingState as 使用情况">使用情况</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 height="25" bgColor="#e7f7ef" class="P"><asp:datagrid id="dg_msg" runat="server" Width="100%" Font-Size="12px" CellPadding="3" BackColor="White"
BorderWidth="1px" BorderStyle="None" BorderColor="Navy" AllowPaging="True" PageSize="50">
<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>
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<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>
<TR>
<TD height="25" align="right" bgColor="#e7f7ef" class="P">
<asp:label id="lbl_CurrentPage2" runat="server"></asp:label>
<asp:label id="lbl_TotalPage2" runat="server"></asp:label>
<asp:linkbutton id="LBtn_FirstPage2" runat="server" CommandArgument="first">首页</asp:linkbutton>
<asp:linkbutton id="LBtn_PrePage2" runat="server" CommandArgument="pre">上一页</asp:linkbutton>
<asp:linkbutton id="LBtn_NextPage2" runat="server" CommandArgument="next">下一页</asp:linkbutton>
<asp:linkbutton id="LBtn_LastPage2" runat="server" CommandArgument="last">尾页</asp:linkbutton>
<asp:dropdownlist id="Dropdownlist2" runat="server"></asp:dropdownlist>
<asp:button id="Button2" runat="server" Text="GO"></asp:button></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 + -