浏览代码

外呼弹屏页面优化

yuqian 8 年之前
父节点
当前提交
aba979a5f8

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

59
                 string pagerid = context.Request.Params["pagerid"];
59
                 string pagerid = context.Request.Params["pagerid"];
60
                 string labels = context.Request["labels"];
60
                 string labels = context.Request["labels"];
61
                 string userid = context.Request.Params["userid"];
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
                 string updatesql = "";
67
                 string updatesql = "";
64
                 //保存用户反馈
68
                 //保存用户反馈
191
                 fielddt.Dispose();
195
                 fielddt.Dispose();
192
             }
196
             }
193
 
197
 
194
-            return "{msg:" + type + ",info:\"" + res + "\"}";
198
+            return "{\"msg\":\"" + type + "\",\"info\":\"" + res + "\"}";
195
         }
199
         }
196
 
200
 
197
         public bool IsReusable
201
         public bool IsReusable

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

26
         var historylist;
26
         var historylist;
27
         $(function () {
27
         $(function () {
28
             $("#layout1").ligerLayout({
28
             $("#layout1").ligerLayout({
29
-                leftWidth: 250
29
+                leftWidth: 300
30
             });
30
             });
31
             var w = $("#form1").width();
31
             var w = $("#form1").width();
32
             //historylist = $("#divHistoryForm").ligerPanel({
32
             //historylist = $("#divHistoryForm").ligerPanel({
37
             $("#divOrderForm").ligerPanel({
37
             $("#divOrderForm").ligerPanel({
38
                 title: '问卷信息',
38
                 title: '问卷信息',
39
                 height: 300,
39
                 height: 300,
40
-                width: w - 300,
40
+                width: w - 350,
41
 
41
 
42
             });
42
             });
43
             $("#divYHFKForm").ligerPanel({
43
             $("#divYHFKForm").ligerPanel({
44
                 title: '用户反馈',
44
                 title: '用户反馈',
45
-                height: 100,
46
-                width: w - 300
45
+                height: 150,
46
+                width: w - 350
47
             });
47
             });
48
 
48
 
49
             //初始化选择
49
             //初始化选择
228
                 }
228
                 }
229
             });
229
             });
230
         }
230
         }
231
+
231
         function ProvinceData() {
232
         function ProvinceData() {
232
             $.post("../customermanage/ajax/customeredit.ashx?action=getprovincelist", function (data, states) {
233
             $.post("../customermanage/ajax/customeredit.ashx?action=getprovincelist", function (data, states) {
233
                 if (states == "success") {
234
                 if (states == "success") {
771
                     <col />
772
                     <col />
772
                     <tbody>
773
                     <tbody>
773
                         <tr>
774
                         <tr>
774
-                            <th>客户名称
775
+                            <th>姓名
775
                             </th>
776
                             </th>
776
                             <td>
777
                             <td>
777
                                 <div style="float: left;">
778
                                 <div style="float: left;">
783
                                 </div>
784
                                 </div>
784
                             </td>
785
                             </td>
785
                         </tr>
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
                         <tr>
787
                         <tr>
796
-                            <th>所属部门
788
+                            <th>性别:
797
                             </th>
789
                             </th>
798
                             <td>
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
                                     runat="server" />
793
                                     runat="server" />
801
                             </td>
794
                             </td>
802
                         </tr>
795
                         </tr>
796
+
803
                         <tr>
797
                         <tr>
804
-                            <th>所属省份
798
+                            <th>出生日期
805
                             </th>
799
                             </th>
806
                             <td>
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
                                     runat="server" />
802
                                     runat="server" />
809
                             </td>
803
                             </td>
810
                         </tr>
804
                         </tr>
805
+
811
                         <tr>
806
                         <tr>
812
-                            <th>所属市县
807
+                            <th>客户来源
813
                             </th>
808
                             </th>
814
                             <td>
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
                                     runat="server" />
811
                                     runat="server" />
817
                             </td>
812
                             </td>
818
                         </tr>
813
                         </tr>
819
                         <tr>
814
                         <tr>
820
-                            <th>系统类型
815
+                            <th>所属省份
821
                             </th>
816
                             </th>
822
                             <td>
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
                             </td>
820
                             </td>
826
                         </tr>
821
                         </tr>
827
                         <tr>
822
                         <tr>
828
-                            <th>质保时间
823
+                            <th>所属市县
829
                             </th>
824
                             </th>
830
                             <td>
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
                             </td>
828
                             </td>
833
                         </tr>
829
                         </tr>
834
                         <tr>
830
                         <tr>
835
-                            <th>产品系列
831
+                            <th>详细地址
836
                             </th>
832
                             </th>
837
                             <td>
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
                                     runat="server" />
835
                                     runat="server" />
840
                             </td>
836
                             </td>
841
                         </tr>
837
                         </tr>
842
                         <tr>
838
                         <tr>
843
-                            <th>客户属性
839
+                            <th>收入
844
                             </th>
840
                             </th>
845
                             <td>
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
                             </td>
844
                             </td>
849
                         </tr>
845
                         </tr>
850
                         <tr>
846
                         <tr>
851
-                            <th>客户等级
847
+                            <th>婚姻
852
                             </th>
848
                             </th>
853
                             <td>
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
                             </td>
852
                             </td>
857
                         </tr>
853
                         </tr>
854
+
858
                         <tr>
855
                         <tr>
859
-                            <th>所属行业
856
+                            <th>学历
860
                             </th>
857
                             </th>
861
                             <td>
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
                             </td>
861
                             </td>
865
                         </tr>
862
                         </tr>
866
                         <tr>
863
                         <tr>
867
-                            <th>关系等级
864
+                            <th>职业
868
                             </th>
865
                             </th>
869
                             <td>
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
                             </td>
869
                             </td>
873
                         </tr>
870
                         </tr>
874
                         <tr>
871
                         <tr>
875
-                            <th>售后负责人
872
+                            <th>备注
876
                             </th>
873
                             </th>
877
                             <td>
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
                             </td>
877
                             </td>
881
                         </tr>
878
                         </tr>
879
+
882
                         <tr>
880
                         <tr>
883
                             <th>联系电话1:
881
                             <th>联系电话1:
884
                             </th>
882
                             </th>
930
                 </table>
928
                 </table>
931
             </div>
929
             </div>
932
             <div position="center" title="">
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
                     </div>
944
                     </div>
936
-                </div>--%>
945
+                </div>
937
                 <div id="divOrderForm" style="overflow: auto; width: 100%;">
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
                     <div id="contentTab">
947
                     <div id="contentTab">
951
                         <table id="tableMessage" cellpadding="3" cellspacing="3" border="0" style="width: 100%;">
948
                         <table id="tableMessage" cellpadding="3" cellspacing="3" border="0" style="width: 100%;">
952
                             <tr>
949
                             <tr>
1004
 
1001
 
1005
 
1002
 
1006
                 </div>
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
                     <input id="btnSubmit" type="button" class="btnSubmit" onclick="SaveData();" value="提交保存" />
1005
                     <input id="btnSubmit" type="button" class="btnSubmit" onclick="SaveData();" value="提交保存" />
1019
                 </div>
1006
                 </div>
1020
             </div>
1007
             </div>
1008
+
1009
+
1010
+
1021
         </div>
1011
         </div>
1012
+
1022
     </form>
1013
     </form>
1023
     <script>
1014
     <script>
1024
         $(function () {
1015
         $(function () {

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

368
                 hiddCustomerId.Value = model.F_CustomerId.ToString();
368
                 hiddCustomerId.Value = model.F_CustomerId.ToString();
369
                 txtCustomerName.Text = model.F_CustomerName;
369
                 txtCustomerName.Text = model.F_CustomerName;
370
                 //divCustomerCode.InnerHtml = "<a href=\"javascript:void(null)\" target=\"_self\" onclick=\"ShowCustomer('" + model.F_CustomerId.ToString() + "');\">" + model.F_CustomerCode + "</a>";
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
                 hiddProvinceId.Value = model.F_RegionId.ToString();
372
                 hiddProvinceId.Value = model.F_RegionId.ToString();
373
                 hiddCityId.Value = model.F_CityID.ToString();
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
                 hiddCustomerIndustryId.Value = model.F_IndustryId.ToString();
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
                 hiddTelephone.Value = model.F_Telephone;
380
                 hiddTelephone.Value = model.F_Telephone;
381
                 hiddMobile.Value = model.F_Mobile;
381
                 hiddMobile.Value = model.F_Mobile;
382
                 hiddChargeTelephone.Value = model.F_ChargeTelephone;
382
                 hiddChargeTelephone.Value = model.F_ChargeTelephone;
383
 
383
 
384
-                drpServiceDept.Text = model.F_ServiceDept;
384
+                //drpServiceDept.Text = model.F_ServiceDept;
385
                 drpProvince.Text = model.F_Province;
385
                 drpProvince.Text = model.F_Province;
386
                 drpCity.Text = model.F_City;
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
                 drpCustomerIndustry.Text = model.F_CustomerIndustry;
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
                 drpTelephone.Text = model.F_Telephone;
394
                 drpTelephone.Text = model.F_Telephone;
395
                 drpMobile.Text = model.F_Mobile;
395
                 drpMobile.Text = model.F_Mobile;
403
                 //txtBxName.Text = model.F_CustomerName;
403
                 //txtBxName.Text = model.F_CustomerName;
404
                 //txtBxName.Text = model.F_ChargeName;// 2015-4-9 张高炯
404
                 //txtBxName.Text = model.F_ChargeName;// 2015-4-9 张高炯
405
                 //txtBxPhone.Text = phone;
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
                 //txtTsName.Text = model.F_CustomerName;
409
                 //txtTsName.Text = model.F_CustomerName;
410
                 //txtTsPhone.Text = phone;
410
                 //txtTsPhone.Text = phone;
1065
                     _model.F_CustomerCode = "KHBH" + DateTime.Now.ToString("yyyyMMddHHmmss");// txtCustomerCode.Text.Trim();
1065
                     _model.F_CustomerCode = "KHBH" + DateTime.Now.ToString("yyyyMMddHHmmss");// txtCustomerCode.Text.Trim();
1066
                 }
1066
                 }
1067
                 _model.F_CustomerName = txtCustomerName.Text.Trim();
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
                 if (hiddProvinceId.Value != "")
1073
                 if (hiddProvinceId.Value != "")
1074
                 {
1074
                 {
1075
                     _model.F_RegionId = Convert.ToInt32(hiddProvinceId.Value);
1075
                     _model.F_RegionId = Convert.ToInt32(hiddProvinceId.Value);
1080
                     _model.F_CityID = Convert.ToInt32(hiddCityId.Value);
1080
                     _model.F_CityID = Convert.ToInt32(hiddCityId.Value);
1081
                 }
1081
                 }
1082
                 _model.F_City = drpCity.Text;
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
                 if (hiddCustomerIndustryId.Value != "")
1098
                 if (hiddCustomerIndustryId.Value != "")
1099
                 {
1099
                 {
1100
                     _model.F_IndustryId = Convert.ToInt32(hiddCustomerIndustryId.Value);
1100
                     _model.F_IndustryId = Convert.ToInt32(hiddCustomerIndustryId.Value);
1101
                 }
1101
                 }
1102
                 _model.F_CustomerIndustry = drpCustomerIndustry.Text;
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
                 _model.F_Telephone = drpTelephone.Text;
1115
                 _model.F_Telephone = drpTelephone.Text;
1116
                 _model.F_Mobile = drpMobile.Text;
1116
                 _model.F_Mobile = drpMobile.Text;

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

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