📄 lowgoodschange.aspx
字号:
<%@ Page language="c#" Codebehind="LowGoodsChange.aspx.cs" AutoEventWireup="false" Inherits="AMSystem.user.LowGoodsPart.LowGoodsChange" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ZiChanAdd</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="宋体">
<table borderColor="#ffffff" height="139" cellSpacing="0" cellPadding="0" width="100%"
border="1">
<tr>
<td class="P1" background="../../Images/bgcolor.gif" colSpan="10" height="30">
<P align="center">低值品修改
</P>
</td>
</tr>
<tr class="P" bgColor="#e7f7ef" height="25" width="10%">
<td class="P">
<P align="right">编号:</P>
</td>
<td class="P"><asp:label id="lbl_AssetsCoding" runat="server"></asp:label></td>
<td class="P">
<P align="right">单位:</P>
</td>
<td class="P">
<asp:Label id="lbl_Units" runat="server" Width="80px" BackColor="Silver"></asp:Label></td>
<TD class="P">
<P align="right">使用部门:</P>
</TD>
<TD class="P">
<asp:dropdownlist id="ddl_usedep2" runat="server" Width="80px"></asp:dropdownlist></TD>
<TD class="P">
<P align="right"> </P>
</TD>
<TD class="P"></TD>
<TD class="P">
<P align="right"> </P>
</TD>
<TD class="P"></TD>
</tr>
<TR class="P" bgColor="#e7f7ef" height="25">
<td>
<P align="right">名称:</P>
</td>
<td>
<P align="left"><asp:textbox id="txt_Name" runat="server" Width="80px"></asp:textbox></P>
</td>
<td>
<P align="right">原值:</P>
</td>
<td><asp:textbox id="txt_OriValue" runat="server" Width="80px"></asp:textbox></td>
<TD>
<P align="right"><FONT face="宋体">品牌</FONT>:</P>
</TD>
<TD><asp:textbox id="txt_Brand" runat="server" Width="80px"></asp:textbox></TD>
<TD>
<P align="right"><FONT face="宋体">购置时间</FONT>:</P>
</TD>
<TD>
<P align="left"><INPUT id="ST_PurchaseTime" style="WIDTH: 80px; HEIGHT: 22px" onclick="setday(this)" size="12"
name="starttime" runat="server"></P>
</TD>
<TD>
<P align="right"><FONT face="宋体">规格型号</FONT>:</P>
</TD>
<TD><asp:textbox id="txt_Spec" runat="server" Width="80px"></asp:textbox></TD>
</TR>
<TR class="P" vAlign="top" bgColor="#e7f7ef" height="25">
<TD align="right">详细信息:
</TD>
<TD colSpan="9"><asp:textbox id="txt_DetailsSet" runat="server" Width="100%" Height="55px" TextMode="MultiLine"></asp:textbox></TD>
</TR>
<TR>
<TD class="P" align="right" bgColor="#e7f7ef" height="25">增加方式:</TD>
<TD class="P" align="left" bgColor="#e7f7ef" height="25"><asp:dropdownlist id="ddl_AddKind" runat="server" Width="80px" Font-Size="12px"></asp:dropdownlist></TD>
<TD class="P" bgColor="#e7f7ef" height="25">
<P align="right">使用情况:</P>
</TD>
<td class="P" align="left" bgColor="#e7f7ef" height="25"><asp:dropdownlist id="ddl_UsingState" runat="server" Width="80px" Font-Size="12px">
<asp:ListItem Value="正常">正常</asp:ListItem>
<asp:ListItem Value="报废">报废</asp:ListItem>
</asp:dropdownlist></td>
<td class="P" align="right" bgColor="#e7f7ef" height="25">保管人员:</td>
<td class="P" align="left" bgColor="#e7f7ef" height="25"><asp:textbox id="txt_CarePerson" runat="server" Width="80px"></asp:textbox></td>
<td class="P" align="right" bgColor="#e7f7ef" height="25">数量:</td>
<td class="P" align="left" bgColor="#e7f7ef" height="25"><asp:textbox id="txt_Num" runat="server" Width="80px" Font-Size="12px">1</asp:textbox></td>
<td class="P" align="right" bgColor="#e7f7ef" height="25">计量单位:</td>
<td class="P" align="left" bgColor="#e7f7ef" height="25"><asp:textbox id="txt_MesureUnit" runat="server" Width="80px"></asp:textbox></td>
</TR>
<tr vAlign="top">
<td class="P" align="right" bgColor="#e7f7ef" height="45">备注:</td>
<td class="P" align="left" bgColor="#e7f7ef" colSpan="9" height="45"><asp:textbox id="txt_Remark" runat="server" Width="100%" Height="96px" TextMode="MultiLine"></asp:textbox></td>
</tr>
<TR>
<TD class="P" bgColor="#e7f7ef" colSpan="10" height="25">
<P align="center"><asp:button id="btn_Submit" runat="server" Font-Size="12px" Text="提交"></asp:button></P>
</TD>
</TR>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -