⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tablesview.aspx

📁 固定资产管理系统 登陆
💻 ASPX
字号:
<%@ Page Language="C#"  EnableEventValidation = "false" AutoEventWireup="true"  CodeFile="TablesView.aspx.cs" Inherits="Default4" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>数据导出EXCEL--中国人寿保险股份有限公司厦门分公司--固定资产录入系统</title>
</head>
<body>
    <form id="form1" runat="server">
    <div style="text-align: center; background-color: #cc9900; font-weight: bold; font-size: medium; font-family: 隶书;">
        <table frame="void" style="z-index: 100; left: 12px; width: 1408px; position: absolute;
            top: 62px; height: 376px; border-right-style: none;">
            <tr>
                <td align="left" rowspan="4" style="width: 88px; background-color: transparent">
                    <asp:TreeView ID="TreeView1" runat="server" Font-Bold="True" Font-Size="XX-Large"
                        Height="813px" ImageSet="WindowsHelp" LineImagesFolder="~/TreeLineImages" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged"
                        Style="z-index: 100" Width="176px" BackColor="GhostWhite">
                        <ParentNodeStyle Font-Bold="False" />
                        <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA" />
                        <SelectedNodeStyle BackColor="#B5B5B5" Font-Underline="False" HorizontalPadding="0px"
                            VerticalPadding="0px" />
                        <Nodes>
                            <asp:TreeNode Text="表单汇总" Value="1">
                                <asp:TreeNode Text="资产信息表" Value="1" SelectAction="None">
                                    <asp:TreeNode Text="汇总表" Value="10"></asp:TreeNode>
                                    <asp:TreeNode Text="报告单" Value="11"></asp:TreeNode>
                                    <asp:TreeNode Text="卡片" Value="12"></asp:TreeNode>
                                    <asp:TreeNode Text="增减变动记录表" Value="13"></asp:TreeNode>
                                </asp:TreeNode>
                                <asp:TreeNode Text="使用单位表" Value="2" SelectAction="None">
                                    <asp:TreeNode Text="使用单位" Value="21"></asp:TreeNode>
                                </asp:TreeNode>
                                <asp:TreeNode Text="其它相关表" Value="3" SelectAction="None">
                                    <asp:TreeNode Text="来源" Value="31"></asp:TreeNode>
                                    <asp:TreeNode Text="购买方式" Value="32"></asp:TreeNode>
                                </asp:TreeNode>
                            </asp:TreeNode>
                        </Nodes>
                        <NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
                            NodeSpacing="0px" VerticalPadding="1px" />
                    </asp:TreeView>
                </td>
                <td colspan="1" rowspan="1" style="width: 542px; height: 3px" align="center">
                    <asp:Label ID="Label1" runat="server" ForeColor="#C0C0FF" Height="24px" Style="z-index: 100;
                        left: 192px;  top: 9px" Text="查询条件:" Width="88px"></asp:Label>
                </td>
                <td align="center" colspan="1" rowspan="1" style="width: 805px; height: 3px">
                    <asp:DropDownList ID="dpl_select" runat="server" Style="z-index: 100; left: 351px;
                         top: 13px" AutoPostBack="True" OnSelectedIndexChanged="dpl_select_SelectedIndexChanged" Width="158px">
                        <asp:ListItem>年份</asp:ListItem>
                        <asp:ListItem>固定资产名称</asp:ListItem>
                        <asp:ListItem>品牌名称</asp:ListItem>
                        <asp:ListItem>使用状态</asp:ListItem>
                        <asp:ListItem Value="年份+使用状态"></asp:ListItem>
                    </asp:DropDownList>
                </td>
                <td colspan="1" rowspan="1" style="width: 1228px; height: 3px" align="center">
                    关键字</td>
                <td colspan="1" rowspan="1" style="width: 148px; height: 3px" align="center">
                    <asp:TextBox ID="txt_key" runat="server" Style="z-index: 100; left: 396px; 
                        top: 8px" Width="113px"></asp:TextBox>
                </td>
                <td colspan="1" rowspan="1" style="width: 1274px; height: 3px" align="center">
                    使用状态</td>
                <td colspan="1" rowspan="1" style="width: 869px; height: 3px">
                    <asp:TextBox ID="txt_status" runat="server" Style="z-index: 102; left: 742px;
                        top: 9px" Width="89px" Enabled="False"></asp:TextBox>
                    &nbsp;

                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Style="z-index: 101;
                        left: 668px; position: absolute; top: 72px" Text="导出整表" BackColor="Transparent" Width="140px" />
                </td>
                <td colspan="1" rowspan="1" style="width: 1810px; height: 3px">
                    <asp:Button ID="query_btn" runat="server" BackColor="Transparent" OnClick="query_btn_Click"
                        Style="z-index: 100; left: 313px; position: absolute; top: 70px" Text="查询" Width="148px" />
                </td>
                <td rowspan="1" style="width: 5095px; height: 3px">
                </td>
            </tr>
            <tr>
                <td colspan="12" rowspan="1" style="width: 4100px; height: 19px; background-color: aliceblue">
                    <asp:LinkButton ID="LinkButton1" runat="server" BackColor="Transparent" Height="20px"
                        PostBackUrl="~/Default.aspx" Style="z-index: 100; left: 837px; position: absolute;
                        top: 73px" Width="117px">>>>返回<<<</asp:LinkButton><asp:Button ID="btn_export_selected" runat="server" BackColor="Transparent" OnClick="btn_export_selected_Click"
                        Style="z-index: 102; left: 494px; position: absolute; top: 70px" Text="导出查询结果" Width="148px" />
                </td>
            </tr>
            <tr>
                <td colspan="12" rowspan="2" style="width: 4100px; height: 322px; background-color: transparent; border-bottom-style: none;">
                    <asp:GridView ID="GridView0" runat="server" BackColor="#DEBA84" BorderColor="#DEBA84"
                        BorderStyle="None" BorderWidth="1px" CellPadding="3" Enabled="False" Style="z-index: 109; left: 198px; position: absolute; top: 140px"
                        Visible="False" OnPageIndexChanging="GridView0_PageIndexChanging" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                    </asp:GridView>
                    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
                    <asp:GridView ID="GridView4" runat="server" AllowPaging="True" AllowSorting="True" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None"
                        BorderWidth="1px" CellPadding="3"
                        Enabled="False" Height="0px" PageSize="8" Style="z-index: 102; left: 220px;
                        position: absolute; top: 104px" Visible="False" Width="0px" OnPageIndexChanging="GridView4_PageIndexChangeing" AutoGenerateColumns="False" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:BoundField DataField="u_branch_no" HeaderText="编号" />
                            <asp:BoundField DataField="u_branch_name" HeaderText="部门名称" />
                        </Columns>
                    </asp:GridView>
                    <asp:GridView ID="GridView6" runat="server" AllowPaging="True" AllowSorting="True" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None"
                        BorderWidth="1px" CellPadding="3"
                        Enabled="False" Height="0px" PageSize="8"
                        Style="z-index: 103; left: 192px; position: absolute; top: 152px" Visible="False"
                        Width="0px" OnPageIndexChanging="GridView6_PageIndexChangeing" AutoGenerateColumns="False" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:BoundField DataField="purchase_way_id" HeaderText="编号" />
                            <asp:BoundField DataField="purchase_way" HeaderText="购买方式" />
                        </Columns>
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                    </asp:GridView>
                    <asp:GridView ID="GridView5" runat="server" AllowPaging="True" AllowSorting="True" CellPadding="3"
                        Enabled="False" Height="0px" Style="z-index: 104;
                        left: 203px; position: absolute; top: 146px" Visible="False" Width="0px" OnPageIndexChanging="GridView5_PageIndexChangeing" AutoGenerateColumns="False" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:BoundField DataField="source_id" HeaderText="编号" />
                            <asp:BoundField DataField="source_name" HeaderText="来源类别" />
                        </Columns>
                     </asp:GridView>
                    &nbsp;&nbsp;
                    <asp:GridView ID="GridView3" runat="server" AllowPaging="True" AllowSorting="True"
                        BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px"
                        CellPadding="3" Enabled="False"
                        Height="0px" PageSize="8" Style="z-index: 105; left: 200px; position: absolute;
                        top: 143px" Visible="False" Width="0px" OnPageIndexChanging="GridView3_PageIndexChangeing" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                    </asp:GridView>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    <asp:GridView ID="GridView2" runat="server" AllowPaging="True" AllowSorting="True" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None"
                        BorderWidth="1px" CellPadding="3" Height="0px" PageSize="6" Style="z-index: 106; left: 202px;
                        position: absolute; top: 143px" Width="0px" OnPageIndexChanging="GridView2_PageIndexChangeing" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                    </asp:GridView>
                    <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"
                        BackColor="White" BorderColor="Gray" BorderStyle="None" BorderWidth="1px"
                        CellPadding="3" Enabled="False" Height="0px"
                        PageSize="6" Style="z-index: 107; left: 197px; position: absolute; top: 140px"
                        Visible="False" Width="0px" OnPageIndexChanging="GridView1_PageIndexChangeing" CellSpacing="2">
                        <FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
                        <RowStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
                        <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:CommandField ButtonType="Button" ShowEditButton="True" />
                        </Columns>
                    </asp:GridView>
                    &nbsp;
                </td>
            </tr>
        </table>
        <asp:Panel ID="Panel1" runat="server" Font-Size="XX-Large" Height="1px" Style="z-index: 101;
            left: 312px; position: absolute; top: 8px" Width="624px">
            中国人寿保险股份有限公司厦门分公司<br />
        </asp:Panel>
        &nbsp;</div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -