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

📄 up_wx.aspx

📁 该系统采用asp+sql的实验室管理系统
💻 ASPX
字号:
<%@ Page language="c#" Inherits="Sbgl.Admin.UP_Wx" CodeFile="UP_Wx.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>
		<script language="javascript">
function showtime(divname)
{  
	var targetDiv =eval("document.all." + divname);
		if (targetDiv.style.display!='block'){
			targetDiv.style.display="block";
		}else{
			targetDiv.style.display="none";
	}
}
		</script>
		<form id="frmAnnounce" method="post" runat="server">
			<table width="99%" height="27" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td class="f12">你的位置:设备管理--&gt;修改维修信息</td>
					<td>&nbsp;</td>
				</tr>
			</table>
			<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#2c8ed8"
				class="f12">
				<TBODY>
					<tr>
						<td width="113" height="12" align="center" bgcolor="#cce4f7" style="WIDTH: 113px; HEIGHT: 12px">维修人:</td>
						<td width="368" height="12" bgcolor="#e6f2fb" style="WIDTH: 368px; HEIGHT: 12px">&nbsp;<INPUT id="myid" type="hidden" name="bfid" runat="server">
							<asp:TextBox id="my_Wxr" runat="server"></asp:TextBox>
						</td>
						<td width="89" height="12" align="center" bgcolor="#cce4f7" class="f12" style="WIDTH: 89px; HEIGHT: 12px"></td>
						<td width="304" height="12" bgcolor="#e6f2fb" style="HEIGHT: 12px">&nbsp;</td>
					</tr>
					<TR>
						<TD width="113" height="20" align="center" bgColor="#cce4f7" style="WIDTH: 113px">维修工时:</TD>
						<TD height="20" bgColor="#e6f2fb" style="WIDTH: 368px">&nbsp;
							<asp:TextBox id="Wxgs" runat="server"></asp:TextBox>
							(小时)</TD>
						<TD width="89" height="20" align="center" bgColor="#cce4f7" class="f12" style="WIDTH: 89px">维修费用:</TD>
						<TD height="20" bgColor="#e6f2fb">&nbsp;
							<asp:TextBox id="Wsfy" runat="server"></asp:TextBox>(元)</TD>
					</TR>
					<TR>
						<TD width="113" height="60" align="center" bgColor="#cce4f7" style="WIDTH: 113px; HEIGHT: 60px">故障原因:</TD>
						<TD height="60" colspan="3" bgColor="#e6f2fb" style="HEIGHT: 60px">&nbsp;
							<asp:TextBox id="Gzyy" runat="server" TextMode="MultiLine" Width="90%" Height="40px"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD width="113" height="20" align="center" bgColor="#cce4f7" style="WIDTH: 113px">开始时间:</TD>
						<TD height="20" bgColor="#e6f2fb" style="WIDTH: 368px">&nbsp;&nbsp;
							<asp:TextBox id="kssj" runat="server"></asp:TextBox>
							<INPUT class="submit" onclick="seltime('kssj')" type="button" value="选择" name="Button"></TD>
						<TD width="89" height="20" align="center" bgColor="#cce4f7" class="f12" style="WIDTH: 89px">结束时间:</TD>
						<TD height="20" bgColor="#e6f2fb">&nbsp;&nbsp;
							<asp:TextBox id="jssj" runat="server"></asp:TextBox>
							<INPUT class="submit" onclick="seltime('jssj')" type="button" value="选择" name="Button2"></TD>
					</TR>
					<TR>
						<TD width="113" height="20" align="center" bgColor="#cce4f7" style="WIDTH: 113px; HEIGHT: 138px">备注:</TD>
						<TD style="HEIGHT: 138px" bgColor="#e6f2fb" colSpan="3" height="20">&nbsp;
							<asp:TextBox id="myBz" runat="server" TextMode="MultiLine" Width="90%" Height="121px"></asp:TextBox></TD>
					</TR>
					<TR bgColor="#e6f2fb">
						<TD align="center" colSpan="4" height="25">&nbsp;
							<asp:Button id="Button1" runat="server" CssClass="submit" Text="保存" onclick="Button1_Click"></asp:Button><INPUT class="submit" type="reset" value="重写" name="Reset"></TD>
					</TR>
				</TBODY>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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