Browse Source

安图去掉debugger字符

miaofuhao 5 years ago
parent
commit
168def9b7b

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

@@ -1220,7 +1220,6 @@ function Selects(objs) {
1220 1220
 			$(City_).each(function(i, n) {
1221 1221
 				html = "<option value='" + n + "'>" + n + "</option>";
1222 1222
 				$(html).appendTo(objs);
1223
-				debugger
1224 1223
 			});
1225 1224
 			objs.comboSelect();
1226 1225
 	

+ 0 - 6
CallCenterWeb.UI/js/WorkOrder/AddWorkOrder.js

@@ -224,12 +224,7 @@ function BindLDdep(obj1,obj2,obj3,obj4,res1) {
224 224
 //客服部保存	
225 225
 console.log(window.name)
226 226
 function saveCustomer() {
227
-	console.log(parent.layer.getFrameIndex);
228
-	//var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
229
-	//parent.layer.close(); //再执行关闭
230 227
 	
231
-	parent.$('#list').bootstrapTable('refresh');
232
-	return
233 228
 	if($('#name').val() == '') {
234 229
 		layer.confirm('请输入姓名!', {
235 230
 			icon: 2,
@@ -308,7 +303,6 @@ function saveCustomer() {
308 303
 		success: function(data) {
309 304
 			if(data.state.toLowerCase() == 'success') {
310 305
 				if (id) {
311
-					
312 306
 					var savemsgs = '保存成功';
313 307
 					clear();
314 308
 					$('.customerSubmit').attr("disabled", false);

+ 0 - 1
CallCenterWeb.UI/js/main.js

@@ -492,7 +492,6 @@ function LineStateAgentBack(data) {
492 492
 		$(".zxzt").removeClass("bl").addClass("br");//20180509 by fanlongfei 增加坐席状态灯
493 493
 	}
494 494
 	if(data.State == '1') {
495
-		debugger
496 495
 		if($("#isml").val()==1){
497 496
 			$(".hwzt").text('置忙'); //左下角状态显示
498 497
 			$(".zxzt").removeClass("bl").addClass("br");