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

171 lines
10 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SupplyLinkModify.aspx.cs" Inherits="Supply_SupplyLinkModify" %>
<html>
<head>
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
<script src="../JS/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<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="txtSupplysName" 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('txtSupplysName').value=wName;}" src="../images/Button/search.gif" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtSupplysName" 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="txtLinkManName" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=LinkManName&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtLinkManName').value=wName;}" src="../images/Button/search.gif" />
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtLinkManName"
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="txtZhiWei" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=ZhiWei&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtZhiWei').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="txtSex" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=Sex&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtSex').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="txtShengRi" runat="server" onClick="WdatePicker({startDate:'%y-%M-01',dateFmt:'yyyy-MM-dd',alwaysUseStartDate:true})" Width="350px" ></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtShengRi"
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator><asp:RangeValidator
ID="RangeValidator1" runat="server" ControlToValidate="txtShengRi" ErrorMessage="*该项格式必须为2000-12-01"
MaximumValue="3099-12-01" MinimumValue="1800-12-01" Type="Date"></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="txtAiHao" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=AiHao&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtAiHao').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="txtIFFirstLink" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=IFFirstLink&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtIFFirstLink').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="txtYouBian" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=YouBian&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtYouBian').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="txtDiZhi" runat="server" Width="350px"></asp:TextBox>
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPSupplyLink&LieName=DiZhi&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('txtDiZhi').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="txtJobTel" 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="txtJiaTingTel" 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="txtMobTel" 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="txtEmailStr" runat="server" Width="350px"></asp:TextBox>
</td></tr>
<tr>
<td style="width: 170px; height: 25px; background-color: #D6E2F3" align="right">
QQ或MSN
</td>
<td style="padding-left: 5px; height: 25px; background-color: #ffffff" >
<asp:TextBox id="txtQQorMsn" 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="60px" TextMode="MultiLine"></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="txtUserName" runat="server" Width="350px" Enabled="False"></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="txtTimeStr" runat="server" Width="350px" Enabled="False"></asp:TextBox>
</td></tr>
</table>
</div>
</form>
</body>
</html>