📄 outstoragetoarea.aspx
字号:
<%@ Page language="c#" Codebehind="outStorageToArea.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.storageManage.outStorageToArea" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>outStorageToArea</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">
<LINK href="../styCss/sty1.css" type="text/css" rel="stylesheet">
<LINK href="../styCss/fontsty.css" type="text/css" rel="stylesheet">
<script language="javascript" type="text/javascript">
function checkLable()
{
if(document.Form1.productGroupName.value == '')
{
alert('子菜单名称不可为空');
document.Form1.productGroupName.focus();
return false;
}
}
function selectStorage()
{
window.open('shortStorageList.aspx','s','width=500px;height=350px;scroll=auto;status=yes');
//alert(r);
//var rList = new Array();
//rList = r.split('@');
//document.Form1.storageName.value = rList(1);
//document.Form1.storageID.value = rList(0);
}
function selectPType()
{
window.open('../product/selectPType.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
}
function selectProduct()
{
window.open('selectProduct.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
}
function selectArea()
{
window.open('../sysManage/selectArea.aspx','s','width=300px,height=350px,scroll=auto,status=yes');
}
</script>
</HEAD>
<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table height="120" width="500" border="0">
<tr>
<td class="whitFont" align="center" background="../Image/titleLine.gif" colSpan="4"
height="27">产品出库发往办事处/分公司</td>
</tr>
<tr>
<td align="right" width="95" height="10" style="WIDTH: 95px"></td>
<td></td>
<td width="85"></td>
<td width="48"></td>
</tr>
<tr>
<td align="right" width="95" style="WIDTH: 95px">出库编号</td>
<td><asp:textbox id="outStorageID" runat="server" Width="200px"></asp:textbox> *</td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="95" height="10" style="WIDTH: 95px">产品名称</td>
<td><asp:textbox id="productName" runat="server" Width="200px" ReadOnly="True"></asp:textbox>*<input id="pSelect" onClick="selectProduct()" type="image" alt="选择产品" src="../Image/download.gif"
name="pSelect"><asp:textbox id="pCode" style="DISPLAY: none" runat="server"></asp:textbox></td>
<td width="85"></td>
<td width="48"></td>
</tr>
<tr>
<td align="right" width="95" style="WIDTH: 95px">型号</td>
<td><asp:textbox id="productTypeName" runat="server" Width="200px" ReadOnly="True"></asp:textbox>*<input id="pTypeSelect" onClick="selectPType()" type="image" alt="选择产品型号" src="../Image/download.gif"
name="pTypeSelect"><asp:textbox id="productTypeID" style="DISPLAY: none" runat="server"></asp:textbox></td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="95" style="WIDTH: 95px">数量</td>
<td><asp:textbox id="productNum" runat="server" Width="200px"></asp:textbox>*</td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" width="95" style="WIDTH: 95px">规格</td>
<td><asp:textbox id="productSpec" runat="server" Width="200px"></asp:textbox> </td>
<td width="85"> </td>
<td width="48"> </td>
</tr>
<tr>
<td align="right" style="WIDTH: 95px">发送区域</td>
<td><asp:textbox id="area" runat="server" Width="200px" ReadOnly="True"></asp:textbox>*<input id="areaSelectID" onClick="selectArea()" type="image" alt="选择区域" src="../Image/download.gif"
name="areaGroup"><asp:textbox id="areaID" style="DISPLAY: none" runat="server" Width="10"></asp:textbox></td>
<td></td>
<td> </td>
</tr>
<tr>
<td align="right" style="WIDTH: 95px">备注</td>
<td colSpan="3"><asp:textbox id="storageNotes" runat="server" Width="300px" TextMode="MultiLine" Height="72px"></asp:textbox> </td>
</tr>
<tr>
<td style="WIDTH: 95px"> </td>
<td><asp:button id="saveBtn" runat="server" Width="50px" Text="增 加"></asp:button>
<INPUT onClick="javascript:window.close();" type="button" value="取 消" width="50">
</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td style="WIDTH: 95px"> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -