liuzhihui %!s(int64=2) %!d(string=před) roky
rodič
revize
d485a31bfc

+ 3 - 1
CallCenterWeb.UI/OutboundMessage/LookMessage.html

@@ -283,7 +283,9 @@
283 283
 									'1016': '18',
284 284
 									'1017': '19',
285 285
 									'1018': '20',
286
-									'1019': '21'
286
+									'1019': '21',
287
+									'1027': '23',									
288
+									'1021': '25'									
287 289
 								};
288 290
 								if (top.obj.Header) {
289 291
 									top.obj.Header = arr[top.obj.AgentExten]

+ 15 - 0
CallCenterWeb.UI/taskManagement/js/taskList.js

@@ -241,3 +241,18 @@ function remove() {
241 241
 		})
242 242
 	});
243 243
 }
244
+//导出
245
+$(".exportCall").click(function() {
246
+	if(Left_Cids) {
247
+		var exportParam = {
248
+			token: token,
249
+			taskid: Left_Cids
250
+		}
251
+		helper.methods.exportFileFun('AutomaticCall/ExportNoCall', exportParam)
252
+		console.log(Left_Cids,'TaskID')
253
+	} else {
254
+		layer.confirm('选择一个任务!', {
255
+			btn: ['确定'] //按钮
256
+		});
257
+	}
258
+})

+ 1 - 0
CallCenterWeb.UI/taskManagement/taskList.html

@@ -98,6 +98,7 @@
98 98
 							<button class="Dr btns size-14"><i class="fa fa-plus size-14"></i>号码导入</button>
99 99
 							<button class="RemoveDr btns size-14"><i class="fa fa-remove  size-14"></i>批量删除</button>
100 100
 							<button class="RemoveCall btns size-14"><i class="fa fa-remove  size-14"></i>无呼叫删除</button>
101
+						    <button class="exportCall btns size-14"><i class="fa size-14"></i>无呼叫导出</button>						
101 102
 						</div>
102 103
 					</div>
103 104
 					<table id="rightTable" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">