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

📄 reportsheet.aspx

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

<!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>
        <table border="2" frame="box" align=center style="border-right: thin solid; table-layout: fixed;
            border-top: thin solid; z-index: 103; left: 19px; border-left: thin solid; width: 630px;
            cursor: crosshair; border-bottom: thin solid; position: absolute; top: 137px;
            border-collapse: collapse; height: 561px">
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    固定资产<br />
                    名称</td>
                <td align="center" style="width: 155px; height: 40px" id="grid11">
                   <% Response.Write(Application["name"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    品牌名称</td>
                <td align="center" style="width: 155px; height: 40px" id="grid12">
                   <% Response.Write(Application["brain"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    规格型号</td>
                <td style="width: 155px; height: 40px" align="center" id="grid21">
                   <% Response.Write(Application["type"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    数量</td>
                <td style="width: 155px; height: 40px" align="center" id="grid22">
                   <% Response.Write(Application["number"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    年度编号<br />
                    (序列号)</td>
                <td style="width: 155px; height: 40px" align="center" id="grid31">
                   <% Response.Write(Application["y_no"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    原值(元)</td>
                <td style="width: 155px; height: 40px" align="center" id="grid32">
                   <% Response.Write(Application["old_value"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    固定资产<br />
                    编号</td>
                <td style="width: 155px; height: 40px" align="center" id="grid41">
                   <% Response.Write(Application["f_no"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    存放地点</td>
                <td style="width: 155px; height: 40px" align="center" id="grid42">
                   <% Response.Write(Application["u_bra_detail"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    增加时间</td>
                <td style="width: 155px; height: 40px" align="center" id="grid51">
                   <% Response.Write(Application["a_date"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    增加变动<br />
                    原因</td>
                <td style="width: 155px; height: 40px" align="center" id="grid52">
                   <% Response.Write(Application["a_reason"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    减少时间</td>
                <td style="width: 155px; height: 40px" align="center" id="grid61">
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    减少变动<br />
                    原因</td>
                <td style="width: 155px; height: 40px" align="center" id="grid62">
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    经办人</td>
                <td style="width: 155px; height: 40px" align="center" id="grid71">
                   <% Response.Write(Application["deal_name"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    验收人</td>
                <td style="width: 155px; height: 40px" align="center" id="grid72">
                   <% Response.Write(Application["check_name"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    使用单位</td>
                <td style="width: 155px; height: 40px" align="center" id="grid81">
                   <% Response.Write(Application["u_branch"].ToString()); %>
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    领用部门领导</td>
                <td style="width: 155px; height: 40px" align="center" id="grid82">
                   <% Response.Write(Application["receive_name"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 40px">
                    财务部门<br />
                    领导</td>
                <td style="width: 155px; height: 40px" align="center" id="grid91">
                </td>
                <td align="center" style="width: 90px; height: 40px">
                    总经理室<br />
                    (审批)</td>
                <td style="width: 155px; height: 40px" align="center" id="grid92">
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 90px; height: 45px">
                    附属设备</td>
                <td colspan="3" style="height: 45px" id="grid10">
                   <% Response.Write(Application["as_equiment"].ToString()); %>
                </td>
            </tr>
        </table>
        <br />
        <br />
        <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="隶书" Font-Size="XX-Large"
            ForeColor="Black" Height="1px" Style="z-index: 100; left: 60px; position: absolute;
            top: 19px" Text="中国人寿保险股份有限公司厦门分公司" Width="568px"></asp:Label>
        <asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Names="隶书" Font-Size="XX-Large"
            ForeColor="Black" Height="1px" Style="z-index: 101; left: 164px; position: absolute;
            top: 59px" Text="固定资产增减变动报告单" Width="368px"></asp:Label>
        &nbsp;<br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <asp:LinkButton ID="LinkButton1" runat="server" BackColor="Cyan" PostBackUrl="~/Enter_Record.aspx"
            Style="z-index: 105; left: 758px; position: absolute; top: 669px" Width="106px">>>>返回<<<</asp:LinkButton>
        <br />
        <br />
        <br />
        <br />
        <table style="font-size: x-small; z-index: 104; left: 17px; width: 630px; position: absolute;
            top: 781px; height: 107px">
            <tr>
                <td colspan="3" style="width: 688px; height: 30px;">
                    &nbsp;&nbsp; 注1:本表一式四联。每一联实物管理部门留存;第二联财务部门留存;第三联使用部门留存;第四联报销联</td>
            </tr>
            <tr>
                <td colspan="3" style="width: 688px; height: 39px;">
                    &nbsp;&nbsp; 注2:增加变动原因填写:新建(房屋类)、购置(房屋类)、零星采购、集中采购、调拨、盘盈</td>
            </tr>
            <tr>
                <td colspan="3" style="width: 688px; height: 35px;">
                    &nbsp;&nbsp; 注3:减少变动原因填写:出售、报废、报损、调拨、盘亏。若处置应填写依据(批复文件号)</td>
            </tr>
        </table>
        <br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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