selectgy_customer.aspx
来自「为了便于企业对客户按照地区进行统计查询分析」· ASPX 代码 · 共 134 行
ASPX
134 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectGy_Customer.aspx.cs" Inherits="SelectGy_Customer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>查找客户信息</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td align="left" style="font-size: 12px; width: 519px; color: red; height: 16px">
基础设置→查找客户信息</td>
</tr>
</table>
<br />
<table align="center" border="1" bordercolordark="#003399" cellspacing="0" style="font-size: 12px; width: 392px; height: 200px">
<tr>
<td align="center" colspan="2" style="height: 39px; color: white; background-color: #003399;">
查找客户信息</td>
</tr>
<tr>
<td align="right" style="width: 149px; height: 28px;" >
客户名称:</td>
<td style="width: 334px; height: 28px;" align="left">
<asp:Label ID="CusName" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px; height: 24px;">
是否停用:</td>
<td align="left" style="width: 334px; height: 24px;">
<asp:Label ID="StopFlag" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px" >
所属地区编码:</td>
<td style="width: 334px; height: 26px;" align="left">
<asp:Label ID="AreaCode" runat="server" Width="243px"></asp:Label>
</td>
</tr>
<tr>
<td align="right" style="width: 149px">
所属行业编码:</td>
<td align="left" style="width: 334px; height: 26px">
<asp:Label ID="TradeCode" runat="server" Width="234px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
客户地址:</td>
<td align="left" style="width: 334px; height: 26px">
<asp:Label ID="Address" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
邮政编码:</td>
<td style="width: 334px; height: 21px" align="left">
<asp:Label ID="Postalcode" runat="server" Width="239px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
开户银行:</td>
<td align="left" style="width: 334px; height: 21px">
<asp:Label ID="Bank" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px; height: 28px;">
银行账号:</td>
<td align="left" style="width: 334px; height: 28px">
<asp:Label ID="BankAccount" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
发展日期 :</td>
<td align="left" style="width: 334px; height: 21px">
<asp:Label ID="RelationDate" runat="server" Width="242px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
E-mail:</td>
<td align="left" style="width: 334px; height: 21px">
<asp:Label ID="Email" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
网址:</td>
<td align="left" style="width: 334px; height: 21px">
<asp:Label ID="WorkNet" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
联 系 人:</td>
<td align="left" style="width: 334px; height: 21px">
<asp:Label ID="ContactPerson" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px" >
联系电话:</td>
<td style="width: 334px" align="left" >
<asp:Label ID="ContactType" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px; height: 28px;">
所属销售员:</td>
<td align="left" style="width: 334px; height: 28px;">
<asp:Label ID="PersonCode" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
收货地址:</td>
<td align="left" style="width: 334px">
<asp:Label ID="DesAddress" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="right" style="width: 149px">
公司分管部门:</td>
<td align="left" style="width: 334px">
<asp:Label ID="DeptCode" runat="server" Width="240px"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 34px">
<asp:LinkButton ID="LinkButton1" runat="server" Height="18px" PostBackUrl="~/Index.aspx"
Width="55px"> 退 出 </asp:LinkButton>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?