liuyifan %!s(int64=5) %!d(string=hace) años
padre
commit
d5d7d91103

+ 3 - 3
CallCenterWeb.UI/TelCall/CallRecord.html

@@ -319,10 +319,10 @@
319 319
                                 <option value="6">人工处理</option>
320 320
                             </select>
321 321
                         </li>
322
-                        <li>
322
+                        <!-- <li>
323 323
                             <label for="">工单编号:</label>
324 324
                             <input id="workordercode" class="photo x-color" type="text" />
325
-                        </li>
325
+                        </li> -->
326 326
                         <li>
327 327
                             <label for="">电话号码:</label>
328 328
                             <input id="tel" class="photo x-color" type="text" />
@@ -539,7 +539,7 @@
539 539
                         pagesize: params.pageSize,
540 540
                         usercode: $("#seat").val(),
541 541
                         phone: $("#tel").val(),
542
-                        workordercode: $("#workordercode").val(), //工单编号
542
+                        // workordercode: $("#workordercode").val(), //工单编号
543 543
                         //dept: IDs,
544 544
                         callstate: $("#ss_hjzt").val(),
545 545
                         calltype: $("#ss_hcfx").val(),

+ 5 - 8
CallCenterWeb.UI/callScreen/call.js

@@ -661,18 +661,12 @@ function Clean() {
661 661
     $('#formQuestionLevel').val('');
662 662
     $('#formQuestionType').val('');
663 663
     $('#formQuestionType').val('');
664
-    $('#formCitizenClassification').val('农民工');
665
-    $('#formPutRecord input[name="type"][value="是"]').prop('checked', 'checked')
664
+    $('#formCitizenClassification').val('');
665
+    $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
666 666
 }
667 667
 
668 668
 //保存
669 669
 function saveCustomer() {
670
-    // if (!$("#khid").val()) {
671
-    //     layer.confirm('请先保存用户档案!', {
672
-    //         btn: ['确定']
673
-    //     });
674
-    //     return;
675
-    // }
676 670
     if (!$("#formComplainedUnit").val()) {
677 671
         layer.confirm('请选择被投诉单位!', {
678 672
             btn: ['确定']
@@ -746,15 +740,18 @@ function currentLogInAgentGroup() {
746 740
     if (seatGroupCode === "LDZCZ") {
747 741
         $(".citizenClassificationWrapper").hide();
748 742
         $(".putRecordWrapper").hide();
743
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
749 744
     } else if (seatGroupCode === "LDJCZ") {
750 745
         $(".citizenClassificationWrapper").show();
751 746
         $(".putRecordWrapper").hide();
747
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
752 748
     } else if (seatGroupCode === "GSHWZ") {
753 749
         $(".citizenClassificationWrapper").hide();
754 750
         $(".putRecordWrapper").show();
755 751
     } else {
756 752
         $(".citizenClassificationWrapper").hide();
757 753
         $(".putRecordWrapper").hide();
754
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
758 755
     }
759 756
 }
760 757
 

+ 4 - 0
CallCenterWeb.UI/callScreen/callScreen.html

@@ -748,6 +748,7 @@
748 748
                                                 <td>
749 749
                                                     <div class="form-group">
750 750
 														<select class="form-control" id="formCitizenClassification">
751
+															<option value="">请选择</option>
751 752
 															<option value="农民工">农民工</option>
752 753
 															<option value="企业问题">企业问题</option>
753 754
 														</select>
@@ -758,6 +759,9 @@
758 759
 												<th>是否立案:</th>
759 760
 												<td>
760 761
 													<div id="formPutRecord" class="col-md-6">
762
+														<label class="radio-inline" style="display: none">
763
+															<input type="radio" name="putRecord" value="" />
764
+														</label>
761 765
 														<label class="radio-inline">
762 766
 															<input type="radio" name="putRecord" value="是" checked="checked">
763 767

+ 4 - 0
CallCenterWeb.UI/registrationManagement/registrationList/addRegistrationList.html

@@ -359,6 +359,7 @@
359 359
 							<td>
360 360
 								<div class="form-group">
361 361
 									<select class="form-control" id="formCitizenClassification">
362
+										<option value="">请选择</option>
362 363
 										<option value="农民工">农民工</option>
363 364
 										<option value="企业问题">企业问题</option>
364 365
 									</select>
@@ -369,6 +370,9 @@
369 370
 							<th>是否立案:</th>
370 371
 							<td>
371 372
 								<div id="formPutRecord" class="col-md-6">
373
+									<label class="radio-inline" style="display: none">
374
+										<input type="radio" name="putRecord" value="" />
375
+									</label>
372 376
 									<label class="radio-inline">
373 377
 										<input type="radio" name="putRecord" value="是" checked="checked">
374 378

+ 4 - 0
CallCenterWeb.UI/registrationManagement/registrationList/edit.html

@@ -190,6 +190,7 @@
190 190
                         <td>
191 191
                             <div class="form-group">
192 192
                                 <select class="form-control" id="formCitizenClassification">
193
+                                    <option value="">请选择</option>
193 194
                                     <option value="农民工">农民工</option>
194 195
                                     <option value="企业问题">企业问题</option>
195 196
                                 </select>
@@ -201,6 +202,9 @@
201 202
                         <th>是否立案:</th>
202 203
                         <td>
203 204
                             <div id="formPutRecord" class="col-md-6">
205
+                                <label class="radio-inline" style="display: none">
206
+                                    <input type="radio" name="putRecord" value="" />
207
+                                </label>
204 208
                                 <label class="radio-inline">
205 209
                                     <input type="radio" name="putRecord" value="是" checked="checked">
206 210

+ 14 - 1
CallCenterWeb.UI/registrationManagement/registrationList/js/addRegistrationList.js

@@ -132,10 +132,20 @@ function Clean() {
132 132
     $('#formCity').val('');
133 133
     $('#formCounty').val('');
134 134
     $('#formAddress').val('');
135
-    $('#formComplainedUnit').val('');
136 135
     $('#formRegistrationContent').val('');
137 136
     $('#formRegistrationRemark').val('');
138 137
     $("#formRegistrationType input[name='type'][value='1']").prop("checked","checked"); //工单类型
138
+    $('#formComplainedUnit').val('');
139
+    $('#formRegistrationContent').val('');
140
+    $('#formRegistrationRemark').val('');
141
+    $('#formComplainedUnitOffice').val('');
142
+    $('#formComplaintUndertaker').val('');
143
+    $('#formQuestionLevel').val('');
144
+    $('#formQuestionType').val('');
145
+    $('#formQuestionType').val('');
146
+    $('#formCitizenClassification').val('');
147
+    $('#formPutRecord input[name="putRecord"][value="是"]').prop('checked', 'checked')
148
+
139 149
 }
140 150
 
141 151
 //被投诉单位所属办事处
@@ -381,15 +391,18 @@ function currentLogInAgentGroup() {
381 391
     if (seatGroupCode === "LDZCZ") {
382 392
         $(".citizenClassificationWrapper").hide();
383 393
         $(".putRecordWrapper").hide();
394
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
384 395
     } else if (seatGroupCode === "LDJCZ") {
385 396
         $(".citizenClassificationWrapper").show();
386 397
         $(".putRecordWrapper").hide();
398
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
387 399
     } else if (seatGroupCode === "GSHWZ") {
388 400
         $(".citizenClassificationWrapper").hide();
389 401
         $(".putRecordWrapper").show();
390 402
     } else {
391 403
         $(".citizenClassificationWrapper").hide();
392 404
         $(".putRecordWrapper").hide();
405
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
393 406
     }
394 407
 }
395 408
 

+ 3 - 0
CallCenterWeb.UI/registrationManagement/registrationList/js/edit.js

@@ -406,14 +406,17 @@ function currentLogInAgentGroup() {
406 406
     if (seatGroupCode === "LDZCZ") {
407 407
         $(".citizenClassificationWrapper").hide();
408 408
         $(".putRecordWrapper").hide();
409
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
409 410
     } else if (seatGroupCode === "LDJCZ") {
410 411
         $(".citizenClassificationWrapper").show();
411 412
         $(".putRecordWrapper").hide();
413
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
412 414
     } else if (seatGroupCode === "GSHWZ") {
413 415
         $(".citizenClassificationWrapper").hide();
414 416
         $(".putRecordWrapper").show();
415 417
     } else {
416 418
         $(".citizenClassificationWrapper").hide();
417 419
         $(".putRecordWrapper").hide();
420
+        $('#formPutRecord input[name="putRecord"][value=""]').prop('checked', 'checked')
418 421
     }
419 422
 }

+ 8 - 2
CallCenterWeb.UI/registrationManagement/registrationList/js/transfer.js

@@ -1,5 +1,5 @@
1 1
 var id = helper.request.queryString("ids");
2
-var depId; //部门id
2
+var depId = 0; //部门id
3 3
 var depName = ''; //部门name
4 4
 $(document).ready(function() {
5 5
     getDepartmentTree()
@@ -7,6 +7,12 @@ $(document).ready(function() {
7 7
 
8 8
 //保存按钮
9 9
 $('.customerSubmit').click(function() {
10
+	if (depId == 0) {
11
+        layer.confirm('请选择部门!', {
12
+            btn: ['确定']
13
+        });
14
+        return;
15
+    }
10 16
     $.post(huayi.config.callcenter_url + 'ATheChangeLog/AddAreaATheChangeLog', {
11 17
 		"token": $.cookie("token"),
12 18
         token: $.cookie("token"),
@@ -47,7 +53,7 @@ function ztreeDep(event, treeId, treeNode) {
47 53
 	$('#departmentTreeValue').val(depName);
48 54
 };
49 55
 function getDepartmentTree() {
50
-	$.get(huayi.config.callcenter_url + "Department/GetDeptList", {
56
+	$.get(huayi.config.callcenter_url + "Department/GetAllDeptList", {
51 57
 		"token": $.cookie("token"),
52 58
 		"pid": '',
53 59
 	}, function(result) {

+ 1 - 1
CallCenterWeb.UI/registrationManagement/registrationList/registrationList.html

@@ -107,7 +107,7 @@
107 107
 							<th data-field="F_Unit" data-align="center">被投诉单位</th>
108 108
                             <th data-field="F_Content" data-align="center">登记内容</th>
109 109
 							<th data-field="F_Direction" data-align="center" data-formatter="formatterRegisterDirection">呼叫方向</th>
110
-                            <th data-field="CreateByName" data-align="center">创建人</th>
110
+                            <th data-field="F_CreateBy" data-align="center">创建人</th>
111 111
 							<th data-field="F_Remark" data-align="center">备注</th>
112 112
 							<th data-field="F_CreateOn" data-align="center">创建时间</th>
113 113
 							<th data-field="" data-align="center" data-formatter="formatterOperating">操作</th>

+ 1 - 1
CallCenterWeb.UI/registrationManagement/registrationList/registrationListReceive.html

@@ -106,7 +106,7 @@
106 106
 							<th data-field="F_Unit" data-align="center">被投诉单位</th>
107 107
                             <th data-field="F_Content" data-align="center">登记内容</th>
108 108
 							<th data-field="F_Direction" data-align="center" data-formatter="formatterRegisterDirection">呼叫方向</th>
109
-                            <th data-field="CreateByName" data-align="center">创建人</th>
109
+                            <th data-field="F_CreateBy" data-align="center">创建人</th>
110 110
 							<th data-field="F_Remark" data-align="center">备注</th>
111 111
 							<th data-field="F_CreateOn" data-align="center">创建时间</th>
112 112
 							<!-- <th data-field="" data-align="center" data-formatter="formatterOperatingReceive">操作</th> -->

+ 1 - 1
CallCenterWeb.UI/registrationManagement/registrationList/registrationListWaitingReceive.html

@@ -106,7 +106,7 @@
106 106
 							<th data-field="F_Unit" data-align="center">被投诉单位</th>
107 107
                             <th data-field="F_Content" data-align="center">登记内容</th>
108 108
 							<th data-field="F_Direction" data-align="center" data-formatter="formatterRegisterDirection">呼叫方向</th>
109
-                            <th data-field="CreateByName" data-align="center">创建人</th>
109
+                            <th data-field="F_CreateBy" data-align="center">创建人</th>
110 110
 							<th data-field="F_Remark" data-align="center">备注</th>
111 111
 							<th data-field="F_CreateOn" data-align="center">创建时间</th>
112 112
 							<th data-field="" data-align="center" data-formatter="formatterOperatingWaitingReceive">操作</th>

+ 1 - 1
CallCenterWeb.UI/registrationManagement/registrationList/transfer.html

@@ -100,7 +100,7 @@
100 100
             <table class="customerService">
101 101
             	<tbody>
102 102
                     <tr>
103
-                        <th>所属部门:</th>
103
+                        <th>部门:</th>
104 104
                         <td>
105 105
                             <div class="dropDownTree">
106 106
                                 <input type="text" class="dropDownTreeInput" id="departmentTreeValue"  readonly="readonly"/>