237 lines
15 KiB
Plaintext
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;"> <img src="../images/BanKuaiJianTou.gif" />
|
|||
|
|
<a class="hei" href="../Main/MyDesk.aspx"><3E><><EFBFBD><EFBFBD></a> >> <3B><><EFBFBD>۶<EFBFBD><DBB6><EFBFBD> >> <3B>IJ<DEB8>Ʒ<EFBFBD><C6B7>Ϣ
|
|||
|
|
</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" />
|
|||
|
|
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" /> </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">
|
|||
|
|
<09><>Ʒ<EFBFBD><C6B7><EFBFBD>ƣ<EFBFBD>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
</td></tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><>Ʒ<EFBFBD><C6B7><EFBFBD>룺
|
|||
|
|
</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">
|
|||
|
|
<09><>Ʒ<EFBFBD><C6B7>Ӧ<EFBFBD>̣<EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><>Ʒ<EFBFBD>ͺţ<CDBA>
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB>
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD><EFBFBD><EFBFBD>ߴ磺
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD>ܣ<EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09>Ʋ㣺
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD>洦<EFBFBD><E6B4A6><EFBFBD><EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD>ŷ<EFBFBD><C5B7><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><><EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09>Ƿ<EFBFBD><C7B7><EFBFBD>˰<EFBFBD><CBB0>
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
|
|||
|
|
<asp:RadioButtonList ID="rdoIsContainingTax" runat="server"
|
|||
|
|
RepeatDirection="Horizontal">
|
|||
|
|
<asp:ListItem Value="1"><3E><></asp:ListItem>
|
|||
|
|
<asp:ListItem Selected="True" Value="0"><3E><></asp:ListItem>
|
|||
|
|
</asp:RadioButtonList>
|
|||
|
|
</td></tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09>ɱ<EFBFBD><C9B1>ۣ<EFBFBD>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="txtChengBen"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><><EFBFBD>ۼۣ<DBBC>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="txtChuShou"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator3" runat="server" ControlToValidate="txtRuKuSum"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator4" runat="server" ControlToValidate="txtChuKuSum"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><>ǰ<EFBFBD><C7B0><EFBFBD>棺
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator5" runat="server" ControlToValidate="txtNowKuCun"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09><><EFBFBD>汨<EFBFBD><E6B1A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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="*<2A><><EFBFBD><EFBFBD><EEB2BB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator6" runat="server" ControlToValidate="txtKuCunBaoJing"
|
|||
|
|
ErrorMessage="*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD>" MaximumValue="10000000000" MinimumValue="-100000000000"
|
|||
|
|
Type="Double"></asp:RangeValidator></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
|
|||
|
|
<09>洢λ<E6B4A2>ã<EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
</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">
|
|||
|
|
<09><>ע<EFBFBD><D7A2>Ϣ<EFBFBD><CFA2>
|
|||
|
|
</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>
|