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

📄 cardreg.aspx

📁 固定资产管理系统 登陆
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CardReg.aspx.cs" Inherits="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 title="生成固定资产卡片">
        &nbsp;
        <table border="3" frame="box" style="border-right: black thin solid; table-layout: fixed;
            border-top: black thin solid; z-index: 106; left: 5px; border-left: black thin solid;
            width: 632px; border-bottom: black thin solid; position: absolute; top: 161px;
            border-collapse: collapse; height: 740px">
            <tr>
                <td colspan="3" rowspan="16">
                    &nbsp;&nbsp;
                    <asp:Image ID="imgurl" runat="server" Height="445px" Style="z-index: 100; left: 4px;
                        position: absolute; top: 0px" Width="295px" />
                </td>
                <td align="center" style="width: 120px; height: 21px">
                    固定资产名称</td>
                <td style="width: 200px; height: 21px" align="center" id="card1">
                   <% Response.Write(Application["name"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    品牌(厂商)</td>
                <td style="width: 200px; height: 22px" align="center" id="card2">
                   <% Response.Write(Application["brain"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    规格型号</td>
                <td style="width: 200px; height: 22px" align="center" id="card3">
                   <% Response.Write(Application["type"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    附属设备</td>
                <td style="width: 200px; height: 22px" align="center" id="card4">
                   <% Response.Write(Application["as_equiment"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    原始编号</td>
                <td style="width: 200px; height: 22px" align="center" id="card5">
                    <asp:TextBox ID="txt_r_no" runat="server" Width="152px"></asp:TextBox></td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    数量</td>
                <td style="width: 200px; height: 22px" align="center" id="card6">
                    1</td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    原值(元)</td>
                <td style="width: 200px; height: 20px" align="center" id="card7">
                   <% Response.Write(Application["old_value"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    来源</td>
                <td style="width: 200px; height: 20px" align="center" id="card8">
                   <% Response.Write(Application["source"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    采购方式</td>
                <td style="width: 200px; height: 20px" align="center" id="card9">
                   <% Response.Write(Application["purchase_way"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    使用状态</td>
                <td align="center" style="width: 200px; height: 20px" id="card10">
                    <asp:DropDownList ID="dpl_status" runat="server" Width="136px" Height="30px">
                        <asp:ListItem Selected="True" Value="1">正常使用</asp:ListItem>
                        <asp:ListItem Value="2">退出固定资产转低值易耗品管理</asp:ListItem>
                        <asp:ListItem Value="3">报废</asp:ListItem>
                    </asp:DropDownList></td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    增加日期</td>
                <td style="width: 200px; height: 20px" align="center" id="card11">
                    <% Response.Write(Application["a_date"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    验收日期</td>
                <td style="width: 200px; height: 20px" align="center" id="card12">
                   <% Response.Write(Application["a_date"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    启用日期</td>
                <td style="width: 200px; height: 20px" align="center" id="card13">
                   <% Response.Write(Application["a_date"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    存放地点</td>
                <td style="width: 200px; height: 20px" align="center" id="card14">
                    &nbsp;
                    <asp:TextBox ID="txt_u_bra" runat="server" Style="z-index: 100; left: 444px;
                        top: 400px" Width="152px"></asp:TextBox>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 20px">
                    使用单位</td>
                <td style="width: 200px; height: 20px" align="center" id="card15">
                   <% Response.Write(Application["u_branch"].ToString()); %>
                </td>
            </tr>
            <tr>
                <td align="center" style="width: 120px; height: 22px">
                    使用人</td>
                <td style="width: 200px; height: 22px" align="center" id="card16">
                    <asp:TextBox ID="TextBox1" runat="server" Width="152px"></asp:TextBox>
                    &nbsp;</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 style="width: 200px; height: 22px" align="center" id="card17">
                </td>
            </tr>
            <tr>
                <td style="width: 70px; height: 22px" align="center" id="card1_1">
                   
                </td>
                <td align="center" colspan="2" style="height: 22px" id="card1_2">
                   
                </td>
                <td align="center" style="width: 120px; height: 22px">
                    清理日期</td>
                <td style="width: 200px; height: 22px" align="center" id="card1_3">
                </td>
            </tr>
            <tr>
                <td style="width: 70px; height: 20px" align="center" id="card2_1">
                </td>

⌨️ 快捷键说明

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