username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProxyApplication.aspx.cs" Inherits="CY.WebForm.Pages.front.ProxyApplication" %>
 
<!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" />
    <style type="text/css">
        .tableStyle .th { font-weight: bold; }
        .tableStyle td.specialThTdTable { background-color: White; border: none; border-bottom: 1px solid #ccc; }
        .specialThTdTable { background-color: White; border: none; border-bottom: 1px solid #ccc; }
    </style>
    <script type="text/javascript">
        function checkproxy() {
            if ($("#selApplicationType").val() == "区县代理" && $("#selectCounty").val() == "") {
                alertMsg("请选择完整的申请区域");
                return false;
            } else {
                return true;
            }
        }
    </script>
</head>
<body>
    <form id="form1" runat="server" class="form2">
    <div style="display: block; margin: 20px auto; width: 1000px;">
        <table class="tableStyle specialThTdTable" style="width: 100%;">
            <tr>
                <th colspan="6" class="specialThTdTable" style="text-align: center; font-size: 20px; background: none; height: 60px; line-height: 60px;">
                    代理申请表
                </th>
            </tr>
            <tr>
                <th colspan="6">
                    基本信息
                </th>
            </tr>
            <tr>
                <td class="ali03">
                    <span class="red">* </span>申请类型:
                </td>
                <td>
                    <asp:DropDownList ID="selApplicationType" runat="server" keepDefaultStyle="true" AutoPostBack="true" OnSelectedIndexChanged="ChangeApplicationType" CssClass="Sreq" msg="请选择申请类型">
                    </asp:DropDownList>
                </td>
                <td class="ali03">
                    <span class="red">* </span>申请区域:
                </td>
                <td colspan="3">
                    <asp:DropDownList ID="selectProvince" runat="server" keepDefaultStyle="true" AutoPostBack="true" OnSelectedIndexChanged="ChangeProvince" CssClass="Sreq" msg="请选择完整的申请区域">
                    </asp:DropDownList>
                    <asp:DropDownList ID="selectCity" runat="server" keepDefaultStyle="true" AutoPostBack="true" OnSelectedIndexChanged="ChangeCity" CssClass="Sreq" msg="请选择完整的申请区域">
                    </asp:DropDownList>
                    <asp:DropDownList ID="selectCounty" runat="server" keepDefaultStyle="true" AutoPostBack="false">
                    </asp:DropDownList>
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    <span class="red">* </span>申请单位:
                </td>
                <td>
                    <input type="text" id="TextUnitName" runat="server" maxlength="25" class="w240px req" msg="请填写申请单位" />
                </td>
                <td class="ali03">
                    法人代表:
                </td>
                <td>
                    <input type="text" id="TextUnitLegal" runat="server" maxlength="25" />
                </td>
                <td class="ali03">
                    注册资金:
                </td>
                <td>
                    <input type="text" id="TextUnitRegistCapital" runat="server" maxlength="25" />(万元)
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    详细地址:
                </td>
                <td>
                    <input type="text" id="TextUnAddressiDetail" runat="server" maxlength="50" class="w240px" />
                </td>
                <td class="ali03">
                    联 系 人:
                </td>
                <td>
                    <input type="text" id="TextUnitContacts" runat="server" maxlength="25" />
                </td>
                <td class="ali03">
                    联系电话:
                </td>
                <td>
                    <input type="text" id="TextUnitPhoneNum" runat="server" maxlength="25" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    主营业务:
                </td>
                <td>
                    <input type="text" id="TextUnitBusiness" runat="server" maxlength="50" class="w240px" />
                </td>
                <td class="ali03">
                    年 产 值:
                </td>
                <td>
                    <input type="text" id="TextUnitAnnualMoney" runat="server" maxlength="25" />
                </td>
                <td class="ali03">
                    年 利 润:
                </td>
                <td>
                    <input type="text" id="TextUnitAnnualProfit" runat="server" maxlength="25" />
                </td>
            </tr>
            <tr>
                <td class="ali03">
                    主要设备:
                </td>
                <td>
                    <input type="text" id="TextUnitMachine" runat="server" maxlength="50" class="w240px" />
                </td>
                <td class="ali03">
                    员工人数:
                </td>
                <td>
                    <input type="text" id="TextUnitStaffNum" runat="server" maxlength="25" />
                </td>
                <td class="ali03">
                    场地面积:
                </td>
                <td>
                    <input type="text" id="TextUnitSize" runat="server" maxlength="25" />
                </td>
            </tr>
            <tr>
                <td colspan="6" class="specialThTdTable">
                </td>
            </tr>
            <tr>
                <th colspan="6">
                    主要客户简介
                </th>
            </tr>
            <tr>
                <td colspan="6">
                    <textarea style="width: 98%; height: 50px;" maxlength="249" id="textareaUnitCustomDetail" runat="server"></textarea>
                </td>
            </tr>
            <tr>
                <td colspan="6" class="specialThTdTable">
                </td>
            </tr>
            <tr>
                <th colspan="6">
                    法人代表简历
                </th>
            </tr>
            <tr>
                <td colspan="6">
                    <textarea style="width: 98%; height: 50px;" maxlength="249" id="textareaUnitLegalDetail" runat="server"></textarea>
                </td>
            </tr>
            <tr>
                <td colspan="6" class="specialThTdTable">
                </td>
            </tr>
            <tr>
                <th colspan="6">
                    股东情况介绍 (姓名、性别、年龄、担任职务、股份比例)
                </th>
            </tr>
            <tr>
                <td colspan="6">
                    <textarea style="width: 98%; height: 50px;" maxlength="249" id="textareaUnitShareholder" runat="server"></textarea>
                </td>
            </tr>
            <tr>
                <td colspan="6" class="specialThTdTable">
                </td>
            </tr>
            <tr>
                <th colspan="6">
                    代理计划及发展目标
                </th>
            </tr>
            <tr>
                <td colspan="6">
                    <textarea style="width: 98%; height: 50px;" maxlength="249" id="textareaUnitAffiliateProgram" runat="server"></textarea>
                </td>
            </tr>
            <tr>
                <td colspan="6" class="specialThTdTable">
                </td>
            </tr>
            <tr>
                <th colspan="6">
                    优势说明
                </th>
            </tr>
            <tr>
                <td colspan="6">
                    <textarea style="width: 98%; height: 50px;" maxlength="249" id="textareaUnitSuperiority" runat="server"></textarea>
                </td>
            </tr>
            <tr>
                <td colspan="6" style="text-align: center;">
                    <asp:Button ID="btn_Submit" Text="提交申请" runat="server" OnClick="btn_Submit_form" OnClientClick="if(checkproxy())return true;else return false;" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>