|
|
@@ -319,16 +319,17 @@ function LineStateAgentBack(data) {
|
|
319
|
319
|
// $(".zxzt").removeClass("br").addClass("bl");//20180509 by fanlongfei 增加坐席状态灯
|
|
320
|
320
|
if(window.frames['iframe'+ hidCallID +'']){
|
|
321
|
321
|
window.frames['iframe'+ hidCallID +''].clearInter();
|
|
322
|
|
- }
|
|
323
|
|
- if (hidTel && hidCallID) {
|
|
324
|
|
- $.post(huayi.config.callcenter_url + 'CallInScreen/UpdateGJ', {
|
|
325
|
|
- callid: hidTel,
|
|
326
|
|
- "token": $.cookie("token")
|
|
327
|
|
- }, function (result) {
|
|
328
|
|
- result = JSON.parse(result);
|
|
329
|
|
- if (result.state.toLowerCase() == "success") { }
|
|
330
|
|
- })
|
|
331
|
322
|
}
|
|
|
323
|
+ //2019-03-26 clq 作废挂机
|
|
|
324
|
+ //if (hidTel && hidCallID) {
|
|
|
325
|
+ // $.post(huayi.config.callcenter_url + 'CallInScreen/UpdateGJ', {
|
|
|
326
|
+ // callid: hidTel,
|
|
|
327
|
+ // "token": $.cookie("token")
|
|
|
328
|
+ // }, function (result) {
|
|
|
329
|
+ // result = JSON.parse(result);
|
|
|
330
|
+ // if (result.state.toLowerCase() == "success") { }
|
|
|
331
|
+ // })
|
|
|
332
|
+ // }
|
|
332
|
333
|
$("#top-search li i").removeClass("active");
|
|
333
|
334
|
$(".Logout").addClass("active");
|
|
334
|
335
|
if($("#isml").val()==0){
|