📄 up_bf.aspx
字号:
<%@ Page language="c#" Inherits="Sbgl.Admin.UP_Bf" CodeFile="UP_Bf.aspx.cs" %>
<HTML>
<HEAD>
<title>报废修改</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/style.css" rel="stylesheet" type="text/css">
</HEAD>
<body topmargin="0">
<SCRIPT language="JavaScript">
function selclass() {
window.open('bm_Tree.aspx','','width=250,height=200,left=360,top=250,scrollbars=yes');
}
function selsbbh() {
window.open('selsbh.aspx','','width=350,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>
<form id="frmAnnounce" method="post" runat="server">
<table width="99%" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="f12">你的位置:设备管理-->修改报废</td>
<td> </td>
</tr>
</table> <table width="99%" height="88" border="0" align="center" cellpadding="0" cellspacing="1"
bgcolor="#2c8ed8" class="f12" id="Table1">
<tr align="center" bgcolor="#e6f2fb">
<td width="11%" height="18" bgcolor="#cce4f7">报废时间:</td>
<td align="left">
<asp:TextBox id="Bfsj" runat="server" ReadOnly></asp:TextBox><INPUT class="submit" onclick="seltime('Bfsj')" type="button" value="选择" name="Button">
</td>
<TD width="14%" bgColor="#cce4f7"></TD>
<td align="left"> <INPUT id="bfid" type="hidden" name="bfid" runat="server"><INPUT id="sbbh" readOnly type="hidden" name="sbbh" runat="server"></td>
</tr>
<tr align="center" bgcolor="#e6f2fb">
<td height="18" bgcolor="#cce4f7">是否拆分配件:</td>
<td align="left"> <INPUT id="sfcf" type="checkbox" value="1" name="sfcf" runat="server">是否拆分</td>
<TD bgColor="#cce4f7">累计折旧:</TD>
<TD align="left">
<asp:TextBox id="Zj" runat="server"></asp:TextBox> (元)</TD>
</tr>
<tr align="center" bgcolor="#e6f2fb">
<td height="19" bgcolor="#cce4f7">备注:</td>
<td colspan="3" bgcolor="#e6f2fb" align="left">
<asp:TextBox id="Bz" runat="server" TextMode="MultiLine" Width="605px" Height="80px"></asp:TextBox> </td>
</tr>
<tr align="center" bgcolor="#e6f2fb">
<td colspan="4">
<asp:Button id="Button1" runat="server" Text="保存" CssClass="submit" onclick="Button1_Click"></asp:Button>
<input name="Reset" type="reset" class="submit" value="重写"> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -