浏览代码

修改bug

zhoufan 7 年之前
父节点
当前提交
38164a5f47
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      CallCenterWeb.UI/TelCall/CallRecord.html

+ 4 - 4
CallCenterWeb.UI/TelCall/CallRecord.html

449
             initTable();
449
             initTable();
450
 
450
 
451
             //部门
451
             //部门
452
-            tree()
452
+            //tree()
453
 
453
 
454
             function tree() {
454
             function tree() {
455
                 $.get(huayi.config.callcenter_url + "Department/GetDeptList", {
455
                 $.get(huayi.config.callcenter_url + "Department/GetDeptList", {
526
                         pagesize: params.pageSize,
526
                         pagesize: params.pageSize,
527
                         usercode: $("#seat").val(),
527
                         usercode: $("#seat").val(),
528
                         phone: $("#tel").val(),
528
                         phone: $("#tel").val(),
529
-                        dept: IDs,
529
+                        //dept: IDs,
530
                         callstate: $("#ss_hjzt").val(),
530
                         callstate: $("#ss_hjzt").val(),
531
                         calltype: $("#ss_hcfx").val(),
531
                         calltype: $("#ss_hcfx").val(),
532
                         starttime: $("#ss_kssj").val(),
532
                         starttime: $("#ss_kssj").val(),
644
                 "&calltype=" + $("#ss_hcfx").val() +
644
                 "&calltype=" + $("#ss_hcfx").val() +
645
                 "&starttime=" + $("#ss_kssj").val() +
645
                 "&starttime=" + $("#ss_kssj").val() +
646
                 "&endtime=" + $("#ss_jssj").val() +
646
                 "&endtime=" + $("#ss_jssj").val() +
647
-                "&DealType=" + $('#dealtype').val() +
648
-                "&dept=" + $("#bumen").val();
647
+                "&DealType=" + $('#dealtype').val() ;
648
+                //+"&dept=" + $("#bumen").val();
649
             obj.href = url;
649
             obj.href = url;
650
         }
650
         }
651
         //		部门
651
         //		部门