Sfoglia il codice sorgente

营业厅文字修改、工单文字修改

liuzhen 6 anni fa
parent
commit
4170de762e

+ 1 - 1
CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html

@@ -446,7 +446,7 @@
446 446
 								</td>
447 447
 							</tr>
448 448
 							<tr>
449
-								<th>客诉进展详述:</th>
449
+								<th>处理进展详述:</th>
450 450
 								<td colspan="5">
451 451
 									<div>
452 452
 										<textarea id="cont" name="" rows="3" style="width:100%;"></textarea>

+ 1 - 1
CallCenterWeb.UI/WorkOrder/WorkOrderSearch.html

@@ -481,7 +481,7 @@
481 481
 								</td>
482 482
 							</tr>
483 483
 							<tr>
484
-								<th>客诉进展详述:</th>
484
+								<th>处理进展详述:</th>
485 485
 								<td colspan="5">
486 486
 									<div>
487 487
 										<textarea id="cont" name="" rows="3" style="width:100%;"></textarea>

+ 1 - 1
CallCenterWeb.UI/WorkOrder/followOrder.html

@@ -64,7 +64,7 @@
64 64
 							</td>
65 65
 						</tr>
66 66
 						<tr>
67
-							<th>投诉事件描述:</th>
67
+							<th>描述内容:</th>
68 68
 							<td colspan="5">
69 69
 								<textarea name="" rows="5" cols="" placeholder="" id="content"></textarea>
70 70
 							</td>

+ 1 - 0
CallCenterWeb.UI/businessHall/js/addCustomer.js

@@ -73,6 +73,7 @@ $(document).ready(function() {
73 73
 				}
74 74
 				$("#customer_layer").val(con.F_Name);
75 75
 				$("#customer_bedept").val(con.F_Phone);
76
+				$("#business_hall").val(con.F_Definition);
76 77
 				$("#source").find("option:selected").text(con.F_Province);
77 78
 				$("#type").find("option:selected").text(con.F_City);
78 79
 				$("#keyid").find("option:selected").text(con.F_County);

+ 2 - 2
CallCenterWeb.UI/businessHall/js/keHuManger.js

@@ -15,7 +15,7 @@ $('.search').click(function () {
15 15
 $('.add').click(function () {
16 16
     layer.open({
17 17
         type: 2,
18
-        title: '添加客户信息',
18
+        title: '添加营业厅信息',
19 19
         maxmin: true, //开启最大化最小化按钮
20 20
         area: ['30%', '40%'],
21 21
         content: 'addCustomerFile.html'
@@ -38,7 +38,7 @@ $('.change').click(function () {
38 38
     } else {
39 39
         layer.open({
40 40
             type: 2,
41
-            title: '修改客户信息',
41
+            title: '修改营业厅信息',
42 42
             maxmin: true, //开启最大化最小化按钮
43 43
             area: ['30%', '50%'],
44 44
             //              content: 'addCustomerFile.html'

+ 1 - 0
CallCenterWeb.UI/keHuManager/js/addCustomer.js

@@ -71,6 +71,7 @@ $(document).ready(function() {
71 71
 				}
72 72
 				$("#customer_layer").val(con.F_Name);
73 73
 				$("#customer_bedept").val(con.F_Phone);
74
+				$(".orderType").val(con.F_Customertype);
74 75
 				$("#source").find("option:selected").text(con.F_Province);
75 76
 				$("#type").find("option:selected").text(con.F_City);
76 77
 				$("#keyid").find("option:selected").text(con.F_County);