📄 add_sb_info.aspx
字号:
<%@ Page language="c#" Inherits="Sbgl.Admin.Add_sb_info" CodeFile="Add_sb_info.aspx.cs" %>
<HTML>
<HEAD>
<title>Add_sb_info</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/style.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body topmargin="0">
<form id="frmAnnounce" method="post" runat="server">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="f12">你的位置:设备管理-->加入设备</td>
<td> </td>
</tr>
</table>
<SCRIPT language="JavaScript">
function selclass() {
window.open('bm_Tree.aspx','','width=250,height=200,left=360,top=250,scrollbars=yes');
}
function seltime(inputName)
{
window.open('seltime.aspx?InputName='+inputName+'','','width=250,height=220,left=360,top=250,scrollbars=yes');
}
</SCRIPT>
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td height="330" vAlign="top">
<table class="f12" cellSpacing="1" cellPadding="0" width="100%" bgColor="#2c8ed8" border="0">
<tr bgColor="#e6f2fb">
<td align="center" width="65" bgColor="#cce4f7" height="25">使用部门:</td>
<td height="25"><input id="Classid" type="hidden" name="Classid" runat="server">
<asp:textbox id="Class_Name" runat="server" name="Class_Name"></asp:textbox><INPUT class="submit" onclick="selclass()" type="button" value="选择" name="Button"><FONT face="宋体">*</FONT></td>
<td class="f12" style="HEIGHT: 20px" align="center" width="13%" bgColor="#cce4f7" height="25"><FONT face="宋体">使用人:</FONT></td>
<TD style="HEIGHT: 20px" width="41%" height="25">
<asp:textbox id="my_Syr" runat="server"></asp:textbox></TD>
</tr>
<TR bgColor="#e6f2fb">
<td style="WIDTH: 65px; HEIGHT: 16px" align="center" bgColor="#cce4f7" height="16">类别名称:</td>
<td style="WIDTH: 201px; HEIGHT: 16px" height="16">
<asp:dropdownlist id="DDL_Sbzl" runat="server" AutoPostBack="True" onselectedindexchanged="DDL_Sbzl_SelectedIndexChanged"></asp:dropdownlist>*</td>
<td class="f12" style="HEIGHT: 16px" align="center" bgColor="#cce4f7" height="16">设备种类: </td>
<td style="HEIGHT: 16px" height="16">
<asp:dropdownlist id="DDL_Sblb" runat="server" onselectedindexchanged="DDL_Sblb_SelectedIndexChanged"></asp:dropdownlist>*</td>
</TR>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="25" style="WIDTH: 65px">设备型号:</td>
<td style="WIDTH: 201px" height="25">
<asp:textbox id="My_sn" runat="server"></asp:textbox></td>
<td class="f12" align="center" bgColor="#cce4f7" height="25">设备状态:</td>
<td height="25">
<select id="sbzt" name="sbzt">
<option value="正常" selected>正常</option>
<option value="闲置">闲置</option>
</select></td>
</tr>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="25" style="WIDTH: 65px">资产编号:</td>
<td style="WIDTH: 201px" height="25">
<asp:TextBox id="zcbh" runat="server"></asp:TextBox></td>
<TD class="f12" align="center" bgColor="#cce4f7" height="25">价值:</TD>
<TD height="25">
<asp:TextBox id="sbjz" runat="server"></asp:TextBox></TD>
</tr>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="25" style="WIDTH: 65px">生产厂家:</td>
<td style="WIDTH: 201px" height="25">
<asp:textbox id="sccj" runat="server"></asp:textbox></td>
<td class="f12" align="center" bgColor="#cce4f7" height="25">出厂日期:</td>
<td height="25">
<asp:textbox id="ccrq" runat="server" name="ccrq" ReadOnly="True"></asp:textbox><INPUT class="submit" onclick="seltime('ccrq')" type="button" value="选择" name="Button"></td>
</tr>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="25" style="WIDTH: 65px">起用时间:</td>
<td height="25">
<asp:textbox id="qysj" runat="server" name="qysj" ReadOnly="True"></asp:textbox>
<INPUT class="submit" onclick="seltime('qysj')" type="button" value="选择" name="Button"></td>
<td class="f12" align="center" bgColor="#cce4f7" height="25">采购时间:</td>
<td height="25">
<asp:textbox id="cgsj" runat="server" name="cgsj" ReadOnly="True"></asp:textbox><INPUT class="submit" onclick="seltime('cgsj')" type="button" value="选择" name="Button"></td>
</tr>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="175" style="WIDTH: 65px">备注:</td>
<td colSpan="3">
<asp:textbox id="my_bz" runat="server" Height="137px" Width="432px" TextMode="MultiLine"></asp:textbox></td>
</tr>
</table>
<div id="WdTable" runat="server"><FONT face="宋体"></FONT></div>
</td>
</tr>
<tr>
<td vAlign="top" align="center" height="21"> </td>
</tr>
<tr>
<td vAlign="top" align="center">
<asp:button id="Button1" runat="server" CssClass="submit" Text="保存" onclick="Button1_Click"></asp:button>
<input class="submit" type="reset" value="重写" name="Reset"></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -