|
|
@@ -15,7 +15,7 @@ $(document).ready(function() {
|
|
15
|
15
|
//获取工单类型
|
|
16
|
16
|
helper.getDropList.getlistDropByDic($('#sc_order_type'), 'GDLX');
|
|
17
|
17
|
//获取呼叫结果
|
|
18
|
|
- helper.getDropList.getlistDropByDic($('#sc_callResult'), 'HJJG');
|
|
|
18
|
+// helper.getDropList.getlistDropByDic($('#sc_callResult'), 'HJJG');
|
|
19
|
19
|
|
|
20
|
20
|
initTable();
|
|
21
|
21
|
$("#sc_btns").click(function() {
|
|
|
@@ -92,7 +92,7 @@ function initTable() {
|
|
92
|
92
|
visitResult:$('#sc_Huifang').val(),
|
|
93
|
93
|
source: $('#sc_sour').val(), // 是 string 工单来源(字典)
|
|
94
|
94
|
type: $('#sc_type').val(), // 是 string 工单类型(字典)
|
|
95
|
|
- // callresultid: $('#sc_callResult').val(), // 呼叫结果
|
|
|
95
|
+ callresults: $('#sc_callResult').val(), // 呼叫结果
|
|
96
|
96
|
strvisit: $('#sc_time').val() && $('#sc_time').val().split(' ~ ')[0], //否 string 工单起止时间
|
|
97
|
97
|
endvisit: $('#sc_time').val() && $('#sc_time').val().split(' ~ ')[1], //否 string 工单起止时间
|
|
98
|
98
|
token: $.cookie("token")
|