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

📄 print_cardreg.aspx

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

<!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>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Panel ID="Panel2" runat="server" Font-Bold="True" Font-Names="隶书" Font-Size="X-Large"
            ForeColor="#404000" Height="72px" HorizontalAlign="Center" Style="z-index: 100;
            left: 7px; position: absolute; top: 0px" Width="630px">
            中国人寿保险股份有限公司厦门分公司<br />
            固定资产增减变动报告单</asp:Panel>
        <br />
        <br />
        <br />
        <br />
        <asp:Panel ID="Panel1" runat="server" Height="836px" Style="z-index: 102; left: 7px;
            position: absolute; top: 79px" Width="637px">
            <asp:Label ID="Label3" runat="server" Height="1px" Style="z-index: 100; left: 8px;
                position: absolute; top: 9px" Text="年度编号(序列号):" Width="152px"></asp:Label>
            <asp:Label ID="lbl_y_no_id" runat="server" Height="15px" Style="z-index: 101; left: 162px;
                position: absolute; top: 8px" Width="144px"></asp:Label>
            <asp:Label ID="Label5" runat="server" Height="2px" Style="z-index: 102; left: 320px;
                position: absolute; top: 9px" Text="固定资产编号:" Width="116px"></asp:Label>
            <asp:Label ID="lbl_f_no" runat="server" Height="16px" Style="z-index: 103; left: 454px;
                position: absolute; top: 8px" Width="159px"></asp:Label>
            <table border="3" frame="box" style="border-right: black thin solid; table-layout: fixed;
                border-top: black thin solid; z-index: 105; left: 3px; border-left: black thin solid;
                width: 632px; border-bottom: black thin solid; position: absolute; top: 34px;
                border-collapse: collapse; height: 740px">
                <tr>
                    <td colspan="3" rowspan="16">
                        &nbsp;&nbsp;
                        <asp:Image ID="imgurl" runat="server" Height="451px" Style="z-index: 100; left: 3px;
                            position: absolute; top: 6px" Width="295px" />
                    </td>
                    <td align="center" style="width: 120px; height: 21px">
                        固定资产名称</td>
                    <td id="card1" align="center" style="width: 200px; height: 21px">
                        <% Response.Write(Application["name"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        品牌(厂商)</td>
                    <td id="card2" align="center" style="width: 200px; height: 22px">
                        <% Response.Write(Application["brain"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        规格型号</td>
                    <td id="card3" align="center" style="width: 200px; height: 22px">
                        <% Response.Write(Application["type"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        附属设备</td>
                    <td id="card4" align="center" style="width: 200px; height: 22px">
                        <% Response.Write(Application["as_equiment"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        原始编号</td>
                    <td id="card5" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["r_no"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        数量</td>
                    <td id="card6" align="center" style="width: 200px; height: 22px">
                        1</td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        原值(元)</td>
                    <td id="card7" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["old_value"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        来源</td>
                    <td id="card8" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["source"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        采购方式</td>
                    <td id="card9" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["purchase_way"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        使用状态</td>
                    <td id="card10" align="center" style="width: 200px; height: 20px">
                       <% Response.Write(Application["status"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        增加日期</td>
                    <td id="card11" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["a_date"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        验收日期</td>
                    <td id="card12" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["a_date"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        启用日期</td>
                    <td id="card13" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["a_date"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        存放地点</td>
                    <td id="card14" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["u_bra_detail"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 20px">
                        使用单位</td>
                    <td id="card15" align="center" style="width: 200px; height: 20px">
                        <% Response.Write(Application["u_branch"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" style="width: 120px; height: 22px">
                        使用人</td>
                    <td id="card16" align="center" style="width: 200px; height: 22px">
                        <% Response.Write(Application["user"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="center" colspan="3" style="height: 22px">
                        固定资产增减变动记录</td>
                    <td align="center" colspan="2" style="height: 22px">
                        清理记录</td>
                </tr>
                <tr>
                    <td align="center" style="width: 70px; height: 22px">
                        变动日期</td>
                    <td align="center" colspan="2" style="height: 22px">
                        变动地点、原因</td>
                    <td align="center" style="width: 120px; height: 22px">
                        清理原因</td>
                    <td id="card17" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["clear_reason"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td id="card1_1" align="center" style="width: 70px; height: 22px">
                    </td>
                    <td id="card1_2" align="center" colspan="2" style="height: 22px">
                    </td>
                    <td align="center" style="width: 120px; height: 22px">
                        清理日期</td>
                    <td id="card1_3" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["clear_date"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td id="card2_1" align="center" style="width: 70px; height: 20px">
                    </td>
                    <td id="card2_2" align="center" colspan="2" style="height: 20px">
                    </td>
                    <td align="center" style="width: 120px; height: 20px">
                        清理单位</td>
                    <td id="card2_3" align="center" style="width: 200px; height: 20px">
                       <% Response.Write(Application["clear_branch"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td id="card3_1" align="center" style="width: 70px; height: 22px">
                    </td>
                    <td id="card3_2" align="center" colspan="2" style="height: 22px">
                    </td>
                    <td align="center" style="width: 120px; height: 22px">
                        清理操作人</td>
                    <td id="card3_3" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["clear_man"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td id="card4_1" align="center" style="width: 70px; height: 22px">
                    </td>
                    <td id="card4_2" align="center" colspan="2" style="height: 22px">
                    </td>
                    <td align="center" style="width: 120px; height: 22px">
                        清理收入</td>
                    <td id="card4_3" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["clear_money"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td id="card5_1" align="center" style="width: 70px; height: 22px">
                    </td>
                    <td id="card5_2" align="center" colspan="2" style="height: 22px">
                    </td>
                    <td align="center" style="width: 120px; height: 22px">
                        清理备注</td>
                    <td id="card5_3" align="center" style="width: 200px; height: 22px">
                       <% Response.Write(Application["clear_ref"].ToString()); %>
                    </td>
                </tr>
                <tr>
                    <td align="right" colspan="5" style="height: 50px">
                        &nbsp;</td>
                </tr>
            </table>
            <asp:Panel ID="Panel3" runat="server" Height="88px" Style="z-index: 106; left: 3px;
                position: absolute; top: 718px" Width="627px">
                <asp:Label ID="Label7" runat="server" Style="z-index: 100; left: 0px; position: absolute;
                    top: 0px" Text="备注:" Width="40px"></asp:Label>
                <asp:Label ID="lbl_card_ref" runat="server" Height="48px" Style="z-index: 101; left: 48px;
                    position: absolute; top: 0px" Width="581px"></asp:Label>
                <asp:Label ID="Label9" runat="server" Height="8px" Style="z-index: 102; left: 8px;
                    position: absolute; top: 64px" Text="建卡日期:" Width="120px"></asp:Label>
                <asp:Label ID="Label10" runat="server" Height="8px" Style="z-index: 103; left: 304px;
                    position: absolute; top: 64px" Text="卡片登记人:" Width="120px"></asp:Label>
                <asp:Label ID="lbl_reg_date" runat="server" Height="8px" Style="z-index: 104; left: 144px;
                    position: absolute; top: 64px" Width="120px"></asp:Label>
                <asp:Label ID="lbl_card_reg" runat="server" Height="23px" Style="z-index: 105; left: 438px;
                    position: absolute; top: 62px" Width="149px"></asp:Label>
                &nbsp;
            </asp:Panel>
        </asp:Panel>
        &nbsp;</div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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