瀏覽代碼

微信大区经理办理页面跳转

jinquanwu 6 年之前
父節點
當前提交
cc3018aa21

+ 9 - 9
CallCenterWeb.UI/TelCall/WorkTime.html

@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
1
+<!DOCTYPE html>
2 2
 <html>
3 3
 
4 4
 	<head>
@@ -71,14 +71,14 @@
71 71
 				'<label for="">时间段名称:</label>' +
72 72
 				'<input type="text" class="photo" id="timename" />' +
73 73
 				'</div>' +
74
-				'<div class="add_time">'+
75
-					'<label for="holidayscode">工作类型:</label>'+
76
-					'<select id="holidayscode" class="form-control" style="width: 179px; display:inline-block;">'+
77
-						'<option value="">请选择工作类型</option>'+
78
-						'<option value="GZR">工作日</option>'+
79
-						'<option value="JJR">节假日</option>'+
80
-					'</select>'+
81
-				'</div>'+
74
+				// '<div class="add_time">'+
75
+				// 	'<label for="holidayscode">工作类型:</label>'+
76
+				// 	'<select id="holidayscode" class="form-control" style="width: 179px; display:inline-block;">'+
77
+				// 		'<option value="">请选择工作类型</option>'+
78
+				// 		'<option value="GZR">工作日</option>'+
79
+				// 		'<option value="JJR">节假日</option>'+
80
+				// 	'</select>'+
81
+				// '</div>'+
82 82
 				'<div class="add_time">' +
83 83
 				'<label for="" class="Pb_sm">时间段备注:</label>' +
84 84
 				'<textarea type="text"  id="Pb"/>' +

+ 2 - 2
CallCenterWeb.UI/WorkOrder/AddWorkOrder.html

@@ -599,10 +599,10 @@
599 599
 								 		<input type="text" class="form-control input-sm" id="kehudian" placeholder="请输入电话"
600 600
 										maxlength="11" onkeyup="this.value=this.value.replace(/\D/g,'')">
601 601
 								 	</div>
602
-									<div class="form-group col-md-4" id="">
602
+									<!-- <div class="form-group col-md-4" id="">
603 603
 										<label for="order_handle">公司名称:</label>
604 604
 										<input type="text" class="form-control input-sm" id="gonsi" placeholder="请输入公司名称">
605
-									</div>
605
+									</div> -->
606 606
 								 </div>
607 607
 							
608 608
 								 <div class="form-group col-md-12" id="" style="border-bottom:1px dashed #00A1CB;" >

+ 9 - 8
CallCenterWeb.UI/callScreen/callScreen.html

@@ -986,16 +986,17 @@
986 986
 									<table id="oldlist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
987 987
 										<thead>
988 988
 											<tr>
989
-												<th data-field="CallNumber" data-formatter="helper.filter.cutTel">电话号码</th>
990
-												<th data-field="CallState" data-formatter="formatterCallState">呼叫状态</th>
989
+												<th data-field="CallNumber" data-formatter="helper.filter.cutTel" data-align="center">电话号码</th>
990
+												<th data-field="CusName" data-align="center">姓名</th>
991
+												<th data-field="CallState" data-formatter="formatterCallState" data-align="center">呼叫状态</th>
991 992
 												<th data-field="DealType" data-formatter="formatterDealType" data-align="center">处理方式</th>
992
-												<th data-field="UserCode">坐席工号</th>
993
-												<th data-field="UserName">坐席姓名</th>
993
+												<th data-field="UserCode" data-align="center">坐席工号</th>
994
+												<th data-field="UserName" data-align="center">坐席姓名</th>
994 995
 												<!-- <th data-field="BeginTime">开始时间</th> -->
995
-												<th data-field="TalkStartTime">通话开始时间</th>
996
-												<th data-field="TalkEndTime">通话结束时间</th>
997
-												<th data-field="TalkLongTime">通话时长(s)</th>
998
-												<th data-field="FilePath" data-formatter="formatterRecord">录音</th>
996
+												<th data-field="TalkStartTime" data-align="center">通话开始时间</th>
997
+												<th data-field="TalkEndTime" data-align="center">通话结束时间</th>
998
+												<th data-field="TalkLongTime" data-align="center">通话时长(s)</th>
999
+												<th data-field="FilePath" data-formatter="formatterRecord" data-align="center">录音</th>
999 1000
 											</tr>
1000 1001
 										</thead>
1001 1002
 									</table>

+ 1 - 0
CallCenterWeb.UI/callScreen/linkage.js

@@ -754,6 +754,7 @@ $('#finish').find('input[type="radio"]').on('change', function() {
754 754
 				$('#ensconce').hide();
755 755
 				$("#save_vsv").hide();
756 756
 				$("#save_ssss").show();
757
+				$("#save_order").hide();
757 758
 			}
758 759
 		});
759 760
 //选择不指派隐藏内容 直接创建

+ 1 - 1
WeChat/client-side/details.html

@@ -1004,7 +1004,7 @@
1004 1004
 					window.location.href = "gcyi_list.html";
1005 1005
 				}
1006 1006
 				if (itype==0) {
1007
-					window.location.href = "high_list.html"
1007
+					window.location.href = "pend_index.html"
1008 1008
 				}if (itype==1) {
1009 1009
 					window.location.href = "Waiting_list.html"
1010 1010
 				} else if (itype==2){