Parcourir la Source

外呼弹屏页面优化

yuqian il y a 8 ans
Parent
commit
aba979a5f8

+ 5 - 1
HyBaseCallCenter/BaseCallCenter.Web/calloutmanage/ajax/calloutopt.ashx.cs

@@ -59,6 +59,10 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage.ajax
59 59
                 string pagerid = context.Request.Params["pagerid"];
60 60
                 string labels = context.Request["labels"];
61 61
                 string userid = context.Request.Params["userid"];
62
+                if (string.IsNullOrWhiteSpace(context.Request.Form["YHFK"]) || string.IsNullOrWhiteSpace(context.Request.Form["YHFKText"]))
63
+                {
64
+                    return "{\"msg\":\"" + type + "\",\"info\":\"必须填写用户反馈\"}";
65
+                }
62 66
 
63 67
                 string updatesql = "";
64 68
                 //保存用户反馈
@@ -191,7 +195,7 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage.ajax
191 195
                 fielddt.Dispose();
192 196
             }
193 197
 
194
-            return "{msg:" + type + ",info:\"" + res + "\"}";
198
+            return "{\"msg\":\"" + type + "\",\"info\":\"" + res + "\"}";
195 199
         }
196 200
 
197 201
         public bool IsReusable

+ 59 - 68
HyBaseCallCenter/BaseCallCenter.Web/calloutmanage/callout.aspx

@@ -26,7 +26,7 @@
26 26
         var historylist;
27 27
         $(function () {
28 28
             $("#layout1").ligerLayout({
29
-                leftWidth: 250
29
+                leftWidth: 300
30 30
             });
31 31
             var w = $("#form1").width();
32 32
             //historylist = $("#divHistoryForm").ligerPanel({
@@ -37,13 +37,13 @@
37 37
             $("#divOrderForm").ligerPanel({
38 38
                 title: '问卷信息',
39 39
                 height: 300,
40
-                width: w - 300,
40
+                width: w - 350,
41 41
 
42 42
             });
43 43
             $("#divYHFKForm").ligerPanel({
44 44
                 title: '用户反馈',
45
-                height: 100,
46
-                width: w - 300
45
+                height: 150,
46
+                width: w - 350
47 47
             });
48 48
 
49 49
             //初始化选择
@@ -228,6 +228,7 @@
228 228
                 }
229 229
             });
230 230
         }
231
+
231 232
         function ProvinceData() {
232 233
             $.post("../customermanage/ajax/customeredit.ashx?action=getprovincelist", function (data, states) {
233 234
                 if (states == "success") {
@@ -771,7 +772,7 @@
771 772
                     <col />
772 773
                     <tbody>
773 774
                         <tr>
774
-                            <th>客户名称
775
+                            <th>姓名
775 776
                             </th>
776 777
                             <td>
777 778
                                 <div style="float: left;">
@@ -783,102 +784,99 @@
783 784
                                 </div>
784 785
                             </td>
785 786
                         </tr>
786
-                        <%--    <tr>
787
-                            <th>客户编号:
788
-                            </th>
789
-                            <td>
790
-                                <div id="divCustomerCode" runat="server">
791
-                                    <a href="javascript:void(null)" target="_self" onclick="ShowCustomer('0');">0000</a>
792
-                                </div>
793
-                            </td>
794
-                        </tr>--%>
795 787
                         <tr>
796
-                            <th>所属部门
788
+                            <th>性别:
797 789
                             </th>
798 790
                             <td>
799
-                                <asp:TextBox ID="drpServiceDept" runat="server"></asp:TextBox><asp:HiddenField ID="hiddSeriveDeptId"
791
+
792
+                                <asp:TextBox ID="drpGender" runat="server"></asp:TextBox><asp:HiddenField ID="hiddGender"
800 793
                                     runat="server" />
801 794
                             </td>
802 795
                         </tr>
796
+
803 797
                         <tr>
804
-                            <th>所属省份
798
+                            <th>出生日期
805 799
                             </th>
806 800
                             <td>
807
-                                <asp:TextBox ID="drpProvince" runat="server"></asp:TextBox><asp:HiddenField ID="hiddProvinceId"
801
+                                <asp:TextBox ID="drpBirthday" runat="server" CssClass="txtInput normal" Style="width: 120px;" onfocus="WdatePicker({skin:'whyGreen'})"></asp:TextBox><asp:HiddenField ID="hiddBirthday"
808 802
                                     runat="server" />
809 803
                             </td>
810 804
                         </tr>
805
+
811 806
                         <tr>
812
-                            <th>所属市县
807
+                            <th>客户来源
813 808
                             </th>
814 809
                             <td>
815
-                                <asp:TextBox ID="drpCity" runat="server"></asp:TextBox><asp:HiddenField ID="hiddCityId"
810
+                                <asp:TextBox ID="drpSource" runat="server"></asp:TextBox><asp:HiddenField ID="hiddSource"
816 811
                                     runat="server" />
817 812
                             </td>
818 813
                         </tr>
819 814
                         <tr>
820
-                            <th>系统类型
815
+                            <th>所属省份
821 816
                             </th>
822 817
                             <td>
823
-                                <asp:TextBox ID="txtBxSystem" runat="server" Style="width: 120px;"></asp:TextBox><asp:HiddenField
824
-                                    ID="hiddBxSystem" runat="server" Value="0" />
818
+                                <asp:TextBox ID="drpProvince" runat="server"></asp:TextBox><asp:HiddenField ID="hiddProvinceId"
819
+                                    runat="server" />
825 820
                             </td>
826 821
                         </tr>
827 822
                         <tr>
828
-                            <th>质保时间
823
+                            <th>所属市县
829 824
                             </th>
830 825
                             <td>
831
-                                <asp:TextBox ID="txtZbDate" runat="server" CssClass="txtInput normal" Style="width: 120px;" onfocus="WdatePicker({skin:'whyGreen'})"></asp:TextBox>
826
+                                <asp:TextBox ID="drpCity" runat="server"></asp:TextBox><asp:HiddenField ID="hiddCityId"
827
+                                    runat="server" />
832 828
                             </td>
833 829
                         </tr>
834 830
                         <tr>
835
-                            <th>产品系列
831
+                            <th>详细地址
836 832
                             </th>
837 833
                             <td>
838
-                                <asp:TextBox ID="drpProductLine" runat="server"></asp:TextBox><asp:HiddenField ID="hiddProductLineId"
834
+                                <asp:TextBox ID="txtAddress" runat="server"></asp:TextBox><asp:HiddenField ID="hiddAddress"
839 835
                                     runat="server" />
840 836
                             </td>
841 837
                         </tr>
842 838
                         <tr>
843
-                            <th>客户属性
839
+                            <th>收入
844 840
                             </th>
845 841
                             <td>
846
-                                <asp:TextBox ID="drpCustomerNature" runat="server"></asp:TextBox><asp:HiddenField
847
-                                    ID="hiddCustomerNatureId" runat="server" />
842
+                                <asp:TextBox ID="drpSalary" runat="server"></asp:TextBox><asp:HiddenField ID="hiddSalary"
843
+                                    runat="server" />
848 844
                             </td>
849 845
                         </tr>
850 846
                         <tr>
851
-                            <th>客户等级
847
+                            <th>婚姻
852 848
                             </th>
853 849
                             <td>
854
-                                <asp:TextBox ID="drpCustomerClass" runat="server"></asp:TextBox><asp:HiddenField
855
-                                    ID="hiddCustomerClassId" runat="server" />
850
+                                <asp:TextBox ID="drpMarriage" runat="server"></asp:TextBox><asp:HiddenField ID="hiddMarriage"
851
+                                    runat="server" />
856 852
                             </td>
857 853
                         </tr>
854
+
858 855
                         <tr>
859
-                            <th>所属行业
856
+                            <th>学历
860 857
                             </th>
861 858
                             <td>
862
-                                <asp:TextBox ID="drpCustomerIndustry" runat="server"></asp:TextBox><asp:HiddenField
863
-                                    ID="hiddCustomerIndustryId" runat="server" />
859
+                                <asp:TextBox ID="drpEducation" runat="server"></asp:TextBox><asp:HiddenField ID="hiddEducation"
860
+                                    runat="server" />
864 861
                             </td>
865 862
                         </tr>
866 863
                         <tr>
867
-                            <th>关系等级
864
+                            <th>职业
868 865
                             </th>
869 866
                             <td>
870
-                                <asp:TextBox ID="drpRelationShipClass" runat="server"></asp:TextBox><asp:HiddenField
871
-                                    ID="hiddRelationShipClassId" runat="server" />
867
+                                <asp:TextBox ID="drpCustomerIndustry" runat="server"></asp:TextBox><asp:HiddenField
868
+                                    ID="hiddCustomerIndustryId" runat="server" />
872 869
                             </td>
873 870
                         </tr>
874 871
                         <tr>
875
-                            <th>售后负责人
872
+                            <th>备注
876 873
                             </th>
877 874
                             <td>
878
-                                <asp:TextBox ID="drpAfterSaleName" runat="server"></asp:TextBox><asp:HiddenField
879
-                                    ID="hiddAfterSaleNameID" runat="server" />
875
+                                <asp:TextBox ID="txtRemark" runat="server"></asp:TextBox><asp:HiddenField ID="hiddRemark"
876
+                                    runat="server" />
880 877
                             </td>
881 878
                         </tr>
879
+
882 880
                         <tr>
883 881
                             <th>联系电话1:
884 882
                             </th>
@@ -930,23 +928,22 @@
930 928
                 </table>
931 929
             </div>
932 930
             <div position="center" title="">
933
-                <%-- <div id="divHistoryForm">
934
-                    <div id="divDataList">
931
+                <div id="divYHFKForm" style="overflow: auto; width: 100%;">
932
+                    <div id="YHFKdiv">
933
+                        <div style="float: left; width: 150px; height: 23px; padding: 3px;">&nbsp;&nbsp;&nbsp;<input id="YHFK1" type="radio" name="YHFK" value="443" /><label for="YHFK1">&nbsp;&nbsp;已同意</label></div>
934
+                        <div style="float: left; width: 150px; height: 23px; padding: 3px;">&nbsp;&nbsp;&nbsp;<input id="YHFK2" type="radio" name="YHFK" value="444" /><label for="YHFK2">&nbsp;&nbsp;不同意</label></div>
935
+                        <div style="float: left; width: 150px; height: 23px; padding: 3px;">&nbsp;&nbsp;&nbsp;<input id="YHFK3" type="radio" name="YHFK" value="445" /><label for="YHFK3">&nbsp;&nbsp;下次沟通</label></div>
936
+                        <div style="float: left; width: 150px; height: 23px; padding: 3px;">&nbsp;&nbsp;&nbsp;<input id="YHFK4" type="radio" name="YHFK" value="446" /><label for="YHFK4">&nbsp;&nbsp;直接挂断</label></div>
937
+                        <div style="float: left; width: 150px; height: 23px; padding: 3px;">&nbsp;&nbsp;&nbsp;<input id="YHFK5" type="radio" name="YHFK" value="447" /><label for="YHFK5">&nbsp;&nbsp;强烈反感</label></div>
938
+
939
+
940
+                        <div style="width: 200px; height: 70px; margin: 0 20px;">
941
+                            备注:
942
+                              <textarea name="remarktxt" style="width: 200px; height: 65px;"></textarea>
943
+                        </div>
935 944
                     </div>
936
-                </div>--%>
945
+                </div>
937 946
                 <div id="divOrderForm" style="overflow: auto; width: 100%;">
938
-                    <%--     <div style="position: relative; z-index: 9999;">
939
-                        <div id="divJDDept" ostate="0" onmouseover="this.ostate='1';" onmouseout="this.ostate='0';"
940
-                            style="display: none; height: 180px; width: 280px; background-color: White; border: solid 1px #89BBDC; position: absolute; top: -120px; left: 150px;">
941
-                            <div id="divDataJDDept" style="height: 180px; width: 100%; overflow-y: auto;">
942
-                            </div>
943
-                        </div>
944
-                        <div id="divJDDeptZX" ostate="0" onmouseover="this.ostate='1';" onmouseout="this.ostate='0';"
945
-                            style="display: none; height: 180px; width: 280px; background-color: White; border: solid 1px #89BBDC; position: absolute; top: -120px; left: 450px;">
946
-                            <div id="divDataJDDeptZX" style="height: 180px; width: 100%; overflow-y: auto;">
947
-                            </div>
948
-                        </div>
949
-                    </div>--%>
950 947
                     <div id="contentTab">
951 948
                         <table id="tableMessage" cellpadding="3" cellspacing="3" border="0" style="width: 100%;">
952 949
                             <tr>
@@ -1004,21 +1001,15 @@
1004 1001
 
1005 1002
 
1006 1003
                 </div>
1007
-                <div id="divYHFKForm" style="overflow: auto; width: 100%;">
1008
-                    <div id="YHFKdiv">
1009
-                        <input type="radio" name="YHFK" value="443" title="已同意" />已同意
1010
-                                    <input type="radio" name="YHFK" value="444" title="不同意" />不同意
1011
-                                    <input type="radio" name="YHFK" value="445" title="下次沟通" />下次沟通
1012
-                                    <input type="radio" name="YHFK" value="446" title="直接挂断" />直接挂断
1013
-                                    <input type="radio" name="YHFK" value="447" title="强烈反感" />强烈反感
1014
-                                    <input type="hidden" name="YHFKText" id="YHFKText" value="" />
1015
-                    </div>
1016
-                </div>
1017
-                <div style="width: 100%; text-align: center; margin-top: 50px;">
1004
+                <div style="width: 100%; text-align: center;">
1018 1005
                     <input id="btnSubmit" type="button" class="btnSubmit" onclick="SaveData();" value="提交保存" />
1019 1006
                 </div>
1020 1007
             </div>
1008
+
1009
+
1010
+
1021 1011
         </div>
1012
+
1022 1013
     </form>
1023 1014
     <script>
1024 1015
         $(function () {

+ 45 - 45
HyBaseCallCenter/BaseCallCenter.Web/calloutmanage/callout.aspx.cs

@@ -368,28 +368,28 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage
368 368
                 hiddCustomerId.Value = model.F_CustomerId.ToString();
369 369
                 txtCustomerName.Text = model.F_CustomerName;
370 370
                 //divCustomerCode.InnerHtml = "<a href=\"javascript:void(null)\" target=\"_self\" onclick=\"ShowCustomer('" + model.F_CustomerId.ToString() + "');\">" + model.F_CustomerCode + "</a>";
371
-                hiddSeriveDeptId.Value = model.F_ServiceDeptID.ToString();
371
+                // hiddSeriveDeptId.Value = model.F_ServiceDeptID.ToString();
372 372
                 hiddProvinceId.Value = model.F_RegionId.ToString();
373 373
                 hiddCityId.Value = model.F_CityID.ToString();
374
-                hiddProductLineId.Value = model.F_ProductLineID.ToString();
375
-                hiddCustomerNatureId.Value = model.F_CustomerNatureID.ToString();
376
-                hiddCustomerClassId.Value = model.F_CustomerClassID.ToString();
374
+                // hiddProductLineId.Value = model.F_ProductLineID.ToString();
375
+                //hiddCustomerNatureId.Value = model.F_CustomerNatureID.ToString();
376
+                // hiddCustomerClassId.Value = model.F_CustomerClassID.ToString();
377 377
                 hiddCustomerIndustryId.Value = model.F_IndustryId.ToString();
378
-                hiddRelationShipClassId.Value = model.F_RelationShipClassID.ToString();
379
-                hiddAfterSaleNameID.Value = model.F_AfterSaleNameID.ToString();
378
+                //hiddRelationShipClassId.Value = model.F_RelationShipClassID.ToString();
379
+                //hiddAfterSaleNameID.Value = model.F_AfterSaleNameID.ToString();
380 380
                 hiddTelephone.Value = model.F_Telephone;
381 381
                 hiddMobile.Value = model.F_Mobile;
382 382
                 hiddChargeTelephone.Value = model.F_ChargeTelephone;
383 383
 
384
-                drpServiceDept.Text = model.F_ServiceDept;
384
+                //drpServiceDept.Text = model.F_ServiceDept;
385 385
                 drpProvince.Text = model.F_Province;
386 386
                 drpCity.Text = model.F_City;
387
-                drpProductLine.Text = model.F_ProductLine;
388
-                drpCustomerNature.Text = model.F_CustomerNature;
389
-                drpCustomerClass.Text = model.F_CustomerClass;
387
+                //drpProductLine.Text = model.F_ProductLine;
388
+                // drpCustomerNature.Text = model.F_CustomerNature;
389
+                // drpCustomerClass.Text = model.F_CustomerClass;
390 390
                 drpCustomerIndustry.Text = model.F_CustomerIndustry;
391
-                drpRelationShipClass.Text = model.F_RelationShipClass;
392
-                drpAfterSaleName.Text = model.F_AfterSaleName;
391
+                //drpRelationShipClass.Text = model.F_RelationShipClass;
392
+                //drpAfterSaleName.Text = model.F_AfterSaleName;
393 393
 
394 394
                 drpTelephone.Text = model.F_Telephone;
395 395
                 drpMobile.Text = model.F_Mobile;
@@ -403,8 +403,8 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage
403 403
                 //txtBxName.Text = model.F_CustomerName;
404 404
                 //txtBxName.Text = model.F_ChargeName;// 2015-4-9 张高炯
405 405
                 //txtBxPhone.Text = phone;
406
-                txtZbDate.Text = model.F_QualityGuaranteeEndTime.ToString();
407
-                txtBxSystem.Text = model.F_SystemType;
406
+                //txtZbDate.Text = model.F_QualityGuaranteeEndTime.ToString();
407
+                //txtBxSystem.Text = model.F_SystemType;
408 408
                 //投诉
409 409
                 //txtTsName.Text = model.F_CustomerName;
410 410
                 //txtTsPhone.Text = phone;
@@ -1065,11 +1065,11 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage
1065 1065
                     _model.F_CustomerCode = "KHBH" + DateTime.Now.ToString("yyyyMMddHHmmss");// txtCustomerCode.Text.Trim();
1066 1066
                 }
1067 1067
                 _model.F_CustomerName = txtCustomerName.Text.Trim();
1068
-                if (hiddSeriveDeptId.Value != "")
1069
-                {
1070
-                    _model.F_ServiceDeptID = Convert.ToInt32(hiddSeriveDeptId.Value);
1071
-                }
1072
-                _model.F_ServiceDept = drpServiceDept.Text;
1068
+                //if (hiddSeriveDeptId.Value != "")
1069
+                //{
1070
+                //    _model.F_ServiceDeptID = Convert.ToInt32(hiddSeriveDeptId.Value);
1071
+                //}
1072
+                //_model.F_ServiceDept = drpServiceDept.Text;
1073 1073
                 if (hiddProvinceId.Value != "")
1074 1074
                 {
1075 1075
                     _model.F_RegionId = Convert.ToInt32(hiddProvinceId.Value);
@@ -1080,37 +1080,37 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage
1080 1080
                     _model.F_CityID = Convert.ToInt32(hiddCityId.Value);
1081 1081
                 }
1082 1082
                 _model.F_City = drpCity.Text;
1083
-                if (hiddProductLineId.Value != "")
1084
-                {
1085
-                    _model.F_ProductLineID = Convert.ToInt32(hiddProductLineId.Value);
1086
-                }
1087
-                _model.F_ProductLine = drpProductLine.Text;
1088
-                if (hiddCustomerNatureId.Value != "")
1089
-                {
1090
-                    _model.F_CustomerNatureID = Convert.ToInt32(hiddCustomerNatureId.Value);
1091
-                }
1092
-                _model.F_CustomerNature = drpCustomerNature.Text;
1093
-                if (hiddCustomerClassId.Value != "")
1094
-                {
1095
-                    _model.F_CustomerClassID = Convert.ToInt32(hiddCustomerClassId.Value);
1096
-                }
1097
-                _model.F_CustomerClass = drpCustomerClass.Text;
1083
+                //if (hiddProductLineId.Value != "")
1084
+                //{
1085
+                //    _model.F_ProductLineID = Convert.ToInt32(hiddProductLineId.Value);
1086
+                //}
1087
+                //_model.F_ProductLine = drpProductLine.Text;
1088
+                //if (hiddCustomerNatureId.Value != "")
1089
+                //{
1090
+                //    _model.F_CustomerNatureID = Convert.ToInt32(hiddCustomerNatureId.Value);
1091
+                //}
1092
+                //_model.F_CustomerNature = drpCustomerNature.Text;
1093
+                //if (hiddCustomerClassId.Value != "")
1094
+                //{
1095
+                //    _model.F_CustomerClassID = Convert.ToInt32(hiddCustomerClassId.Value);
1096
+                //}
1097
+                //_model.F_CustomerClass = drpCustomerClass.Text;
1098 1098
                 if (hiddCustomerIndustryId.Value != "")
1099 1099
                 {
1100 1100
                     _model.F_IndustryId = Convert.ToInt32(hiddCustomerIndustryId.Value);
1101 1101
                 }
1102 1102
                 _model.F_CustomerIndustry = drpCustomerIndustry.Text;
1103
-                if (hiddRelationShipClassId.Value != "")
1104
-                {
1105
-                    _model.F_RelationShipClassID = Convert.ToInt32(hiddRelationShipClassId.Value);
1106
-                }
1107
-                _model.F_RelationShipClass = drpRelationShipClass.Text;
1108
-                if (hiddAfterSaleNameID.Value != "")
1109
-                {
1110
-                    _model.F_AfterSaleNameID = Convert.ToInt32(hiddAfterSaleNameID.Value);
1111
-                }
1112
-                _model.F_AfterSaleName = drpAfterSaleName.Text;
1113
-                _model.F_SystemType = txtBxSystem.Text.Trim();
1103
+                //if (hiddRelationShipClassId.Value != "")
1104
+                //{
1105
+                //    _model.F_RelationShipClassID = Convert.ToInt32(hiddRelationShipClassId.Value);
1106
+                //}
1107
+                //_model.F_RelationShipClass = drpRelationShipClass.Text;
1108
+                //if (hiddAfterSaleNameID.Value != "")
1109
+                //{
1110
+                //    _model.F_AfterSaleNameID = Convert.ToInt32(hiddAfterSaleNameID.Value);
1111
+                //}
1112
+                //_model.F_AfterSaleName = drpAfterSaleName.Text;
1113
+                //_model.F_SystemType = txtBxSystem.Text.Trim();
1114 1114
 
1115 1115
                 _model.F_Telephone = drpTelephone.Text;
1116 1116
                 _model.F_Mobile = drpMobile.Text;

+ 51 - 42
HyBaseCallCenter/BaseCallCenter.Web/calloutmanage/callout.aspx.designer.cs

@@ -166,193 +166,202 @@ namespace HySoft.BaseCallCenter.Web.calloutmanage {
166 166
         protected global::System.Web.UI.WebControls.TextBox txtCustomerName;
167 167
         
168 168
         /// <summary>
169
-        /// drpServiceDept 控件。
169
+        /// drpGender 控件。
170 170
         /// </summary>
171 171
         /// <remarks>
172 172
         /// 自动生成的字段。
173 173
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
174 174
         /// </remarks>
175
-        protected global::System.Web.UI.WebControls.TextBox drpServiceDept;
175
+        protected global::System.Web.UI.WebControls.TextBox drpGender;
176 176
         
177 177
         /// <summary>
178
-        /// hiddSeriveDeptId 控件。
178
+        /// hiddGender 控件。
179 179
         /// </summary>
180 180
         /// <remarks>
181 181
         /// 自动生成的字段。
182 182
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
183 183
         /// </remarks>
184
-        protected global::System.Web.UI.WebControls.HiddenField hiddSeriveDeptId;
184
+        protected global::System.Web.UI.WebControls.HiddenField hiddGender;
185 185
         
186 186
         /// <summary>
187
-        /// drpProvince 控件。
187
+        /// drpBirthday 控件。
188 188
         /// </summary>
189 189
         /// <remarks>
190 190
         /// 自动生成的字段。
191 191
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
192 192
         /// </remarks>
193
-        protected global::System.Web.UI.WebControls.TextBox drpProvince;
193
+        protected global::System.Web.UI.WebControls.TextBox drpBirthday;
194 194
         
195 195
         /// <summary>
196
-        /// hiddProvinceId 控件。
196
+        /// hiddBirthday 控件。
197 197
         /// </summary>
198 198
         /// <remarks>
199 199
         /// 自动生成的字段。
200 200
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
201 201
         /// </remarks>
202
-        protected global::System.Web.UI.WebControls.HiddenField hiddProvinceId;
202
+        protected global::System.Web.UI.WebControls.HiddenField hiddBirthday;
203 203
         
204 204
         /// <summary>
205
-        /// drpCity 控件。
205
+        /// drpSource 控件。
206 206
         /// </summary>
207 207
         /// <remarks>
208 208
         /// 自动生成的字段。
209 209
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
210 210
         /// </remarks>
211
-        protected global::System.Web.UI.WebControls.TextBox drpCity;
211
+        protected global::System.Web.UI.WebControls.TextBox drpSource;
212 212
         
213 213
         /// <summary>
214
-        /// hiddCityId 控件。
214
+        /// hiddSource 控件。
215 215
         /// </summary>
216 216
         /// <remarks>
217 217
         /// 自动生成的字段。
218 218
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
219 219
         /// </remarks>
220
-        protected global::System.Web.UI.WebControls.HiddenField hiddCityId;
220
+        protected global::System.Web.UI.WebControls.HiddenField hiddSource;
221 221
         
222 222
         /// <summary>
223
-        /// txtBxSystem 控件。
223
+        /// drpProvince 控件。
224 224
         /// </summary>
225 225
         /// <remarks>
226 226
         /// 自动生成的字段。
227 227
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
228 228
         /// </remarks>
229
-        protected global::System.Web.UI.WebControls.TextBox txtBxSystem;
229
+        protected global::System.Web.UI.WebControls.TextBox drpProvince;
230 230
         
231 231
         /// <summary>
232
-        /// hiddBxSystem 控件。
232
+        /// hiddProvinceId 控件。
233 233
         /// </summary>
234 234
         /// <remarks>
235 235
         /// 自动生成的字段。
236 236
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
237 237
         /// </remarks>
238
-        protected global::System.Web.UI.WebControls.HiddenField hiddBxSystem;
238
+        protected global::System.Web.UI.WebControls.HiddenField hiddProvinceId;
239 239
         
240 240
         /// <summary>
241
-        /// txtZbDate 控件。
241
+        /// drpCity 控件。
242 242
         /// </summary>
243 243
         /// <remarks>
244 244
         /// 自动生成的字段。
245 245
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
246 246
         /// </remarks>
247
-        protected global::System.Web.UI.WebControls.TextBox txtZbDate;
247
+        protected global::System.Web.UI.WebControls.TextBox drpCity;
248 248
         
249 249
         /// <summary>
250
-        /// drpProductLine 控件。
250
+        /// hiddCityId 控件。
251 251
         /// </summary>
252 252
         /// <remarks>
253 253
         /// 自动生成的字段。
254 254
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
255 255
         /// </remarks>
256
-        protected global::System.Web.UI.WebControls.TextBox drpProductLine;
256
+        protected global::System.Web.UI.WebControls.HiddenField hiddCityId;
257 257
         
258 258
         /// <summary>
259
-        /// hiddProductLineId 控件。
259
+        /// txtAddress 控件。
260 260
         /// </summary>
261 261
         /// <remarks>
262 262
         /// 自动生成的字段。
263 263
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
264 264
         /// </remarks>
265
-        protected global::System.Web.UI.WebControls.HiddenField hiddProductLineId;
265
+        protected global::System.Web.UI.WebControls.TextBox txtAddress;
266 266
         
267 267
         /// <summary>
268
-        /// drpCustomerNature 控件。
268
+        /// hiddAddress 控件。
269 269
         /// </summary>
270 270
         /// <remarks>
271 271
         /// 自动生成的字段。
272 272
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
273 273
         /// </remarks>
274
-        protected global::System.Web.UI.WebControls.TextBox drpCustomerNature;
274
+        protected global::System.Web.UI.WebControls.HiddenField hiddAddress;
275 275
         
276 276
         /// <summary>
277
-        /// hiddCustomerNatureId 控件。
277
+        /// drpSalary 控件。
278 278
         /// </summary>
279 279
         /// <remarks>
280 280
         /// 自动生成的字段。
281 281
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
282 282
         /// </remarks>
283
-        protected global::System.Web.UI.WebControls.HiddenField hiddCustomerNatureId;
283
+        protected global::System.Web.UI.WebControls.TextBox drpSalary;
284 284
         
285 285
         /// <summary>
286
-        /// drpCustomerClass 控件。
286
+        /// hiddSalary 控件。
287 287
         /// </summary>
288 288
         /// <remarks>
289 289
         /// 自动生成的字段。
290 290
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
291 291
         /// </remarks>
292
-        protected global::System.Web.UI.WebControls.TextBox drpCustomerClass;
292
+        protected global::System.Web.UI.WebControls.HiddenField hiddSalary;
293 293
         
294 294
         /// <summary>
295
-        /// hiddCustomerClassId 控件。
295
+        /// drpMarriage 控件。
296 296
         /// </summary>
297 297
         /// <remarks>
298 298
         /// 自动生成的字段。
299 299
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
300 300
         /// </remarks>
301
-        protected global::System.Web.UI.WebControls.HiddenField hiddCustomerClassId;
301
+        protected global::System.Web.UI.WebControls.TextBox drpMarriage;
302 302
         
303 303
         /// <summary>
304
-        /// drpCustomerIndustry 控件。
304
+        /// hiddMarriage 控件。
305 305
         /// </summary>
306 306
         /// <remarks>
307 307
         /// 自动生成的字段。
308 308
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
309 309
         /// </remarks>
310
-        protected global::System.Web.UI.WebControls.TextBox drpCustomerIndustry;
310
+        protected global::System.Web.UI.WebControls.HiddenField hiddMarriage;
311 311
         
312 312
         /// <summary>
313
-        /// hiddCustomerIndustryId 控件。
313
+        /// drpEducation 控件。
314 314
         /// </summary>
315 315
         /// <remarks>
316 316
         /// 自动生成的字段。
317 317
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
318 318
         /// </remarks>
319
-        protected global::System.Web.UI.WebControls.HiddenField hiddCustomerIndustryId;
319
+        protected global::System.Web.UI.WebControls.TextBox drpEducation;
320 320
         
321 321
         /// <summary>
322
-        /// drpRelationShipClass 控件。
322
+        /// hiddEducation 控件。
323 323
         /// </summary>
324 324
         /// <remarks>
325 325
         /// 自动生成的字段。
326 326
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
327 327
         /// </remarks>
328
-        protected global::System.Web.UI.WebControls.TextBox drpRelationShipClass;
328
+        protected global::System.Web.UI.WebControls.HiddenField hiddEducation;
329 329
         
330 330
         /// <summary>
331
-        /// hiddRelationShipClassId 控件。
331
+        /// drpCustomerIndustry 控件。
332 332
         /// </summary>
333 333
         /// <remarks>
334 334
         /// 自动生成的字段。
335 335
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
336 336
         /// </remarks>
337
-        protected global::System.Web.UI.WebControls.HiddenField hiddRelationShipClassId;
337
+        protected global::System.Web.UI.WebControls.TextBox drpCustomerIndustry;
338
+        
339
+        /// <summary>
340
+        /// hiddCustomerIndustryId 控件。
341
+        /// </summary>
342
+        /// <remarks>
343
+        /// 自动生成的字段。
344
+        /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
345
+        /// </remarks>
346
+        protected global::System.Web.UI.WebControls.HiddenField hiddCustomerIndustryId;
338 347
         
339 348
         /// <summary>
340
-        /// drpAfterSaleName 控件。
349
+        /// txtRemark 控件。
341 350
         /// </summary>
342 351
         /// <remarks>
343 352
         /// 自动生成的字段。
344 353
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
345 354
         /// </remarks>
346
-        protected global::System.Web.UI.WebControls.TextBox drpAfterSaleName;
355
+        protected global::System.Web.UI.WebControls.TextBox txtRemark;
347 356
         
348 357
         /// <summary>
349
-        /// hiddAfterSaleNameID 控件。
358
+        /// hiddRemark 控件。
350 359
         /// </summary>
351 360
         /// <remarks>
352 361
         /// 自动生成的字段。
353 362
         /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
354 363
         /// </remarks>
355
-        protected global::System.Web.UI.WebControls.HiddenField hiddAfterSaleNameID;
364
+        protected global::System.Web.UI.WebControls.HiddenField hiddRemark;
356 365
         
357 366
         /// <summary>
358 367
         /// drpTelephone 控件。