📄 query_combo.aspx
字号:
<%@ Page language="c#" Codebehind="Query_Combo.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.admin.QuaryPart.Query_Combo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Query_Combo</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">
<SCRIPT src="../../js/setday.js"></SCRIPT>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" height="70" width="100%" border="1" borderColor="#ffffff" cellSpacing="0"
cellPadding="0">
<TR>
<TD class="P1" background="../../Images/bgcolor.gif" bgColor="#e7f7ef" height="30">
<P align="center">组合查找</P>
</TD>
</TR>
<tr>
<td>
<TABLE id="Table00" width="100%" border="1" borderColor="#ffffff" cellSpacing="0" cellPadding="0">
<TR>
<TD class="P" align="right" bgColor="#e7f7ef" height="25" width="12%">单位:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25" width="12%"><asp:dropdownlist id="ddl_unit" runat="server" Width="80px"></asp:dropdownlist></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25" width="12%">大类:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25" width="12%"><asp:dropdownlist id="ddl_dep" runat="server" AutoPostBack="True" Width="80px"></asp:dropdownlist></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25" width="12%">小类:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25" width="12%"><asp:dropdownlist id="ddl_Kind" runat="server" Width="80px"></asp:dropdownlist></TD>
<TD class="P" bgColor="#e7f7ef" height="25" width="12%" align="right">
使用部门:
</TD>
<TD class="P" bgColor="#e7f7ef" height="25" width="12%">
<asp:DropDownList id="ddl_UseDep" runat="server" Width="80px"></asp:DropDownList>
</TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right">资产编号:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<asp:textbox id="txt_AssetsCoding" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right">财务号:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<asp:textbox id="txt_FinanceNum" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right">名称:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<asp:textbox id="txt_Name" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25" s>
<P align="right">原值:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<asp:textbox id="txt_OriValue" runat="server" Width="80px"></asp:textbox></TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right"><FONT face="宋体">品牌</FONT>:</P>
</TD>
<TD class="P" style="WIDTH: 153px" bgColor="#e7f7ef" height="25">
<asp:textbox id="txt_Brand" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right"><FONT face="宋体">购置时间</FONT>:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25"><INPUT id="ST_PurchaseTime" style="WIDTH: 80px; HEIGHT: 22px" onClick="setday(this)" size="14"
name="starttime" runat="server">
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right"><FONT face="宋体">规格型号</FONT>:</P>
</TD>
<TD class="P" s bgColor="#e7f7ef" height="25"><asp:textbox id="txt_Spec" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right"><FONT face="宋体">增加方式</FONT>:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25"><asp:dropdownlist id="ddl_Add" runat="server" Width="80px"></asp:dropdownlist></TD>
</TR>
<tr>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right"><FONT face="宋体">保管人员</FONT>:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25"><asp:textbox id="txt_Person" runat="server" Width="80px"></asp:textbox></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right">使用年限:</P>
</TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<asp:dropdownlist id="ddl_UseYears" runat="server" Width="80px"></asp:dropdownlist></TD>
<TD height="25" colSpan="4" bgColor="#e7f7ef" class="P"> </TD>
</tr>
</TABLE>
</td>
</tr>
<TR>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="center"> 类别选择:
<asp:dropdownlist id="ddl_Class" runat="server" AutoPostBack="True" Font-Size="12px" Width="80px">
<asp:ListItem Value="请选择">请选择</asp:ListItem>
<asp:ListItem Value="电脑信息">电脑信息</asp:ListItem>
<asp:ListItem Value="车辆信息">车辆信息</asp:ListItem>
<asp:ListItem Value="建筑信息">建筑信息</asp:ListItem>
</asp:dropdownlist></P>
</TD>
</TR>
<TR>
<TD><asp:panel id="Panel1" runat="server" Visible="False">
<TABLE id="Table2" borderColor="#ffffff" height="111" cellSpacing="0" cellPadding="0" width="100%"
border="1">
<TR>
<TD class="P" align="right" width="10%" bgColor="#e7f7ef" height="25">CPU:</TD>
<TD class="P" align="left" width="10%" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerCPU" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" width="10%" bgColor="#e7f7ef" height="25">内存:</TD>
<TD class="P" align="left" width="10%" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerMemory" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" width="10%" bgColor="#e7f7ef" height="25">硬盘:</TD>
<TD class="P" align="left" width="10%" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerHardDisk" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" width="10%" bgColor="#e7f7ef" height="25">显卡:</TD>
<TD class="P" align="left" width="10%" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerDisplayCard" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" width="10%" bgColor="#e7f7ef" height="25">声卡:</TD>
<TD class="P" align="left" width="10%" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerSoundCard" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
</TR>
<TR>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">光驱:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerCDRom" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">软驱:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25">
<asp:DropDownList id="ddl_ComputerFD" runat="server" Width="80px" Font-Size="12px"></asp:DropDownList></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">显示器:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25">
<asp:TextBox id="txt_ComputerDisplay" runat="server" Width="80px" Font-Size="12px"></asp:TextBox></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">鼠标:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25">
<asp:TextBox id="txt_ComputerMouse" runat="server" Width="80px" Font-Size="12px"></asp:TextBox></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">键盘:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25">
<asp:TextBox id="txt_ComputerKeyBoard" runat="server" Width="80px" Font-Size="12px"></asp:TextBox></TD>
</TR>
<TR>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">IP:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" colSpan="3" height="25">
<asp:TextBox id="txt_ComputerIP" runat="server" Width="200px" Font-Size="12px"></asp:TextBox></TD>
<TD class="P" align="right" bgColor="#e7f7ef" height="25"> MAC:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" colSpan="5" height="25">
<asp:TextBox id="txt_ComputerMac" runat="server" Width="200px" Font-Size="12px"></asp:TextBox></TD>
</TR>
</TABLE>
</asp:panel><asp:panel id="Panel2" runat="server" Visible="False">
<TABLE id="Table3" borderColor="#ffffff" height="66" cellSpacing="0" cellPadding="0" width="100%"
border="1">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -