username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StrangeCustomerInfo.aspx.cs" Inherits="CY.WebForm.Pages.business.StrangeCustomerInfo" %>
 
<!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>
    <uc:CMSHead ID="CMSHead1" runat="server"/>
</head>
<body>
    <form id="form1" runat="server" class="form">
    <table class="tableStyle">
                <tr><td class="ali03">客户名称:</td><td><asp:TextBox ID="txtCustomerName" runat="server" Width="150px" class="req "></asp:TextBox></td></tr>
                <tr><td class="ali03">联系人:</td><td><asp:TextBox ID="txtContractPeraon" runat="server" Width="150px"></asp:TextBox></td></tr>
                <tr><td class="ali03">联系电话:</td><td><asp:TextBox ID="txtContractCall" runat="server" Width="150px"></asp:TextBox></td></tr>
                <tr><td class="ali03">联系手机:</td><td><asp:TextBox ID="txtContractPhone" runat="server" Width="150px"></asp:TextBox></td></tr>
                <tr><td class="ali03">QQ:</td><td><asp:TextBox ID="txtQQ" runat="server" Width="150px"></asp:TextBox></td></tr>
                <tr><td class="ali03">地址:</td><td><asp:TextBox ID="txtAddress" runat="server" Width="350px"></asp:TextBox></td></tr>
                <tr><td class="ali03">备注:</td><td><asp:TextBox ID="txtRemark" runat="server" TextMode="MultiLine" Width="350px"></asp:TextBox></td></tr>
                <tr><td class="ali03"></td><td><asp:Button ID="btnSubmit" Text="保存" runat="server" OnClick="btnSubmit_Click"/>&nbsp;&nbsp;<input type="button" id="btnClose" value="关闭" onclick="RefreshDIVOpener();"/></td></tr>
     </table>
    </form>
</body>
</html>