📄 query_move.aspx
字号:
<%@ Page language="c#" Codebehind="Query_Move.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.admin.QuaryPart.Query_Move" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Query_MoHu</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">
<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="1" borderColor="#ffffff">
<TR>
<TD class="P1" background="../../Images/bgcolor.gif" height="30">
<P align="center">调拨查看</P>
</TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef" height="20" style="HEIGHT: 20px"> 请选择调出单位:
<asp:DropDownList id="ddl_OutUnit" runat="server" Width="80px"></asp:DropDownList>
请选择调入单位:
<asp:DropDownList id="ddl_InUnit" runat="server" Width="80px"></asp:DropDownList>
<asp:Button id="btn_choose" runat="server" Text="编辑显示项"></asp:Button>
<asp:CheckBox id="chbcheck" runat="server" AutoPostBack="True" Text="全选"></asp:CheckBox>
<asp:Button id="btn_QueryState" runat="server" Width="60px" Text="查找" Font-Size="12px"></asp:Button></TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef" borderColor="#ffffff"><FONT face="宋体"></FONT>
<asp:panel id="Panel_choose" runat="server" Runat="server" Visible="False" Width="100%">
<FONT face="宋体">
<asp:CheckBoxList id="cblEdit" runat="server" Width="100%" RepeatDirection="Horizontal" CssClass="P"
RepeatColumns="9">
<asp:ListItem Value="movemsg_assetsName as 资产名称" Selected="True">资产名称</asp:ListItem>
<asp:ListItem Value="movemsg_outUnit as 调出单位" Selected="True">调出单位</asp:ListItem>
<asp:ListItem Value="movemsg_outDep as 调出大类" Selected="True">调出大类</asp:ListItem>
<asp:ListItem Value="movemsg_outClass as 调出小类" Selected="True">调出小类</asp:ListItem>
<asp:ListItem Value="movemsg_outUsedep as 调出部门">调出部门</asp:ListItem>
<asp:ListItem Value="movemsg_outAssetsCode as 调出资产编号" Selected="True">调出资产编号</asp:ListItem>
<asp:ListItem Value="movemsg_outFinanceNum as 调出财务号" Selected="True">调出财务号</asp:ListItem>
<asp:ListItem Value="movemsg_currntNum as 调出数量">调出数量</asp:ListItem>
<asp:ListItem Value="movemsg_inUnit as 调入单位" Selected="True">调入单位</asp:ListItem>
<asp:ListItem Value="movemsg_inDep as 调入大类" Selected="True">调入大类</asp:ListItem>
<asp:ListItem Value="movemsg_inClass as 调入小类" Selected="True">调入小类</asp:ListItem>
<asp:ListItem Value="movemsg_inUsedep as 调入部门">调入部门</asp:ListItem>
<asp:ListItem Value="movemsg_inAssetsCode as 调入资产编号" Selected="True">调入资产编号</asp:ListItem>
<asp:ListItem Value="movemsg_inFinanceNum as 调入财务号" Selected="True">调入财务号</asp:ListItem>
<asp:ListItem Value="movemsg_inNum as 调入数量">调入数量</asp:ListItem>
<asp:ListItem Value="movemsg_operator as 操作员" Selected="True">操作员</asp:ListItem>
<asp:ListItem Value="convert(varchar(10),movemsg_datatime,126) as 操作时间" Selected="True">操作时间</asp:ListItem>
<asp:ListItem Value="movemsg_remark as 备注">备注</asp:ListItem>
</asp:CheckBoxList></FONT>
</asp:panel>
</TD>
</TR>
<TR>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="left">
<asp:Button id="btn_Daochu" runat="server" Text="导出数据"></asp:Button></P>
</TD>
</TR>
<TR>
<TD bgColor="#e7f7ef">
<asp:datagrid id="dg_State" runat="server" Width="100%" 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 Font-Size="12px" BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle Font-Size="12px" ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Size="13px" Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<PagerStyle Visible="False" HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF"
Mode="NumericPages"></PagerStyle>
</asp:datagrid></TD>
</TR>
</TABLE>
<asp:Panel id="Panel1" 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 + -