tijian_tieying/web/Web/Sell/ProductModify.aspx
2025-02-20 12:14:39 +08:00

237 lines
15 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProductModify.aspx.cs" Inherits="Sell_ProductModify" %>
<html>
<head>
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
<script language="javascript">
function PrintTable()
{
document.getElementById("PrintHide") .style.visibility="hidden"
print();
document.getElementById("PrintHide") .style.visibility="visible"
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">&nbsp;<img src="../images/BanKuaiJianTou.gif" />
<a class="hei" href="../Main/MyDesk.aspx">桌面</a>&nbsp;>>&nbsp;销售订单&nbsp;>>&nbsp;修改产品信息
</td>
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/Button/Submit.jpg"
OnClick="ImageButton1_Click" />
<img src="../images/Button/JianGe.jpg" />&nbsp;
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" />&nbsp;</td>
</tr>
<tr>
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
</tr>
</table>
<table style="width: 100%" bgcolor="#999999" border="0" cellpadding="2" cellspacing="1">
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品名称:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtProductName" runat="server" Width="350px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtProductName" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品编码:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtProductSerils" runat="server" Width="350px"></asp:TextBox>
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品供应商:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtGongYingShang" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplys&LieName=SupplysName&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtGongYingShang').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品类别:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtProductType" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=ProductType&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtProductType').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品型号:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtXingHao" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=XingHao&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtXingHao').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
计量单位:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtDanWei" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=DanWei&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtDanWei').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
规格尺寸:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtProductSize" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=ProductSize&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtProductSize').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
性能:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtPerformance" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=Performance&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtPerformance').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
镀层:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtCoating" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=Coating&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtCoating').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
表面处理:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtSurfaceTreatment" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=SurfaceTreatment&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtSurfaceTreatment').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
充磁方向:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtMagnetizingDirection" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=MagnetizingDirection&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtMagnetizingDirection').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
公差:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtTolerance" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=Tolerance&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtTolerance').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
是否含税:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:RadioButtonList ID="rdoIsContainingTax" runat="server"
RepeatDirection="Horizontal">
<asp:ListItem Value="1">是</asp:ListItem>
<asp:ListItem Selected="True" Value="0">否</asp:ListItem>
</asp:RadioButtonList>
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
成本价:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtChengBen" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtChengBen"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="txtChengBen"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
出售价:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtChuShou" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtChuShou"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="txtChuShou"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
入库总量:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtRuKuSum" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtRuKuSum"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator3" runat="server" ControlToValidate="txtRuKuSum"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
出库总量:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtChuKuSum" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtChuKuSum"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator4" runat="server" ControlToValidate="txtChuKuSum"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
当前库存:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtNowKuCun" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="txtNowKuCun"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator5" runat="server" ControlToValidate="txtNowKuCun"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
库存报警量:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
<asp:TextBox ID="txtKuCunBaoJing" runat="server" Width="350px">0</asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="txtKuCunBaoJing"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="RangeValidator6" runat="server" ControlToValidate="txtKuCunBaoJing"
ErrorMessage="*该项必须输入有效数字" MaximumValue="10000000000" MinimumValue="-100000000000"
Type="Double"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
存储位置:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtCunChuWeiZhi" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPProduct&LieName=CunChuWeiZhi&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtCunChuWeiZhi').value=wName;}" src="../images/Button/search.gif" />
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
产品描述:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtChanPinMiaoShu" runat="server" Width="350px"></asp:TextBox></td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
备注信息:
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtBackInfo" runat="server" Width="350px" Height="70px" TextMode="MultiLine"></asp:TextBox></td></tr>
</table>
</div>
</form>
</body>
</html>