📄 assetsrecadd.aspx
字号:
<%@ Page language="c#" Codebehind="AssetsRecAdd.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.admin.AssetsPart.AssetsRecAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ZiChanQuery</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
<SCRIPT src="../../js/setday.js"></SCRIPT>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<DIV align="center">
<table width="100%" border="1" borderColor="#ffffff" cellSpacing="0" cellPadding="0">
<tr>
<td class="P1" background="../../Images/bgcolor.gif" height="30">
<P align="center">记录添加</P>
</td>
</tr>
<tr>
<td class="P" bgColor="#e7f7ef" height="25">
<DIV align="left"><table width="100%" border="1" borderColor="#ffffff" cellSpacing="0" cellPadding="0">
<tr>
<td class="P" height="25">
<P align="right">记录类型:</P>
</td>
<td class="P" height="25">
<asp:DropDownList id="ddl_recordType" runat="server" Font-Size="12px" Width="80px">
<asp:ListItem Value="请选择">请选择</asp:ListItem>
<asp:ListItem Value="使用记录">使用记录</asp:ListItem>
<asp:ListItem Value="维修记录">维修记录</asp:ListItem>
</asp:DropDownList></td>
<td colspan="4" class="P" height="25"></td>
</tr>
<tr>
<td class="P" height="25" width="16%">
<P align="right">单位:</P>
</td>
<td class="P" height="25" width="16%">
<asp:Label id="lbl_Unit" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
<td class="P" height="25" width="16%">
<P align="right">大类:</P>
</td>
<td class="P" height="25" width="16%">
<asp:Label id="lbl_Dep" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
<td class="P" height="25" width="16%">
<P align="right">小类:</P>
</td>
<td class="P" height="25" width="16%">
<asp:Label id="lbl_Class" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
</tr>
<TR>
<TD class="P" width="16%" height="25">
<P align="right">使用部门:</P>
</TD>
<TD class="P" width="16%" height="25">
<asp:Label id="lbl_UseDep" runat="server" Width="90px" BackColor="#E0E0E0"></asp:Label></TD>
<TD class="P" width="16%" height="25"></TD>
<TD class="P" width="16%" height="25"></TD>
<TD class="P" width="16%" height="25"></TD>
<TD class="P" width="16%" height="25"></TD>
</TR>
<tr>
<td class="P" height="25">
<P align="right">资产编码:</P>
</td>
<td class="P" height="25">
<asp:Label id="lbl_AssetsCode" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
<td class="P" height="25">
<P align="right">财务号:</P>
</td>
<td class="P" height="25">
<asp:Label id="lbl_FinanceNum" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
<td class="P" height="25">
<P align="right">资产名称</P>
</td>
<td class="P" height="25">
<asp:Label id="lbl_AssetsName" runat="server" BackColor="#E0E0E0" Width="90px"></asp:Label></td>
</tr>
<tr>
<td class="P" height="25">
<P align="right">使用/维修时间:</P>
</td>
<td class="P" height="25">
<INPUT id="ST_RecordTime" style="WIDTH: 80px; HEIGHT: 22px" onclick="setday(this)" size="12"
name="starttime" runat="server"></td>
<td colspan="4" class="P" height="25"></td>
<tr>
<td class="P">
<P align="right">使用/维修记录:</P>
</td>
<td colspan="5" class="P">
<asp:TextBox id="txt_Content" runat="server" Font-Size="12px" TextMode="MultiLine" Width="100%"
Height="72px"></asp:TextBox></td>
</tr>
</table>
</DIV>
</td>
</tr>
<TR>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="center">
<asp:Button id="btn_submit" runat="server" Text="提交"></asp:Button></P>
</TD>
</TR>
</table>
</DIV>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -