📄 materieloutstorage_add.aspx
字号:
<%@ Page language="c#" Codebehind="materielOutStorage_Add.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.storageManage.materielOutStorage_Add" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>materielOutStorage_Add</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="../styCss/sty1.css" type="text/css" rel="stylesheet">
<LINK href="../styCss/fontsty.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../js/popcalendar.js"></script>
<SCRIPT language="JavaScript">dateFormat='yyyy-mm-dd'</SCRIPT>
<script language="javascript">
function selectPGroup()
{
window.open('selectPGroup.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
}
function selectPType()
{
window.open('selectPType.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
}
function materielAdd()
{
window.showModalDialog('selectModalDialog.aspx?tempMateriel_Add.aspx?ph='+document.Form1.stockPh.value,'s','dialogWidth:650px;dialogHeight:230px;help:no;scroll:no;status:no');
window.parent.frames["tempMateriel"].location.href = window.parent.frames["tempMateriel"].location.href;
}
</script>
</HEAD>
<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table class="hTable_cro" cellSpacing="0" cellPadding="0" width="650">
<tr>
<td class="whitFont" align="center" background="../Image/titleLine.gif" height="20">物料出库</td>
</tr>
<tr>
<td align="center" height="20">
<table width="630" border="0">
<tr>
<td>
<table width="630" border="0">
<tr>
<td class="contentFont" align="right" width="124" height="15"></td>
<td width="156"></td>
<td class="contentFont" align="right" width="43"></td>
<td width="289"></td>
</tr>
<tr>
<td class="contentFont" align="right" width="124">出库编号:</td>
<td width="156"><label><span class="xingColor"><asp:textbox id="outMaterielStorageID" runat="server"></asp:textbox>*</span>
</label>
</td>
<td class="contentFont" align="right" width="43">日期:</td>
<td width="289"><FONT face="宋体"><asp:textbox id="outDate" onclick="popUpCalendar(this, Form1.outDate, dateFormat,-1,-1)" runat="server"
ReadOnly="true"></asp:textbox></FONT><IMG onclick="popUpCalendar(this, Form1.outDate, dateFormat,-1,-1)" height="17" src="../Image/calendar.gif"
width="30"></td>
</tr>
<tr>
<td class="contentFont" align="right" width="124" height="15"><FONT face="宋体">领料组:</FONT></td>
<td width="156"><asp:dropdownlist id="workGroupList" runat="server"></asp:dropdownlist></td>
<td class="contentFont" align="right" width="43"></td>
<td width="289"></td>
</tr>
<tr>
<td class="contentFont" vAlign="top" align="right">备注:</td>
<td colSpan="3"><asp:textbox id="note" runat="server" TextMode="MultiLine" Height="128px" Width="424px"></asp:textbox> </td>
</tr>
<!--<tr>
<td colspan="4" class="contentFont"><font face="宋体">物料详细信息 <a href="javascript:materielAdd()">
新增</a> </font>
</td>
</tr>-->
<tr>
<td class="contentFont" align="right" colSpan="4"><iframe id="tempMateriel" name="tempMateriel" src="tempMaterielList.aspx" frameBorder="0"
width="100%" scrolling="auto" height="350"></iframe>
</td>
</tr>
<tr>
<td class="contentFont" align="right"><FONT face="宋体"></FONT></td>
<td> </td>
<td class="contentFont" align="right"> </td>
<td> </td>
</tr>
<tr>
<td class="contentFont" align="right"></td>
<td><asp:button id="saveBtn" runat="server" Text="保 存"></asp:button><FONT face="宋体"> </FONT>
<INPUT onclick="javascript:window.close();" type="button" value="取 消" width="50"></td>
<td class="contentFont" align="right"> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -