|
|
@ -69,7 +69,7 @@
|
|
|
|
$("#_mybutton").append('<button class="btn sbold ' + toolbar.img + '" onClick="' + toolbar.actionmethod + '(\'${resourceid}' + toolbar.methodid + '\')"> ' + ' <i class="fa ' + toolbar.methodkey + '"></i> ' + toolbar.text + '</button> ');
|
|
|
|
$("#_mybutton").append('<button class="btn sbold ' + toolbar.img + '" onClick="' + toolbar.actionmethod + '(\'${resourceid}' + toolbar.methodid + '\')"> ' + ' <i class="fa ' + toolbar.methodkey + '"></i> ' + toolbar.text + '</button> ');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
_tableListCommontword = $('#Post_list').bootstrapTable({
|
|
|
|
_tableListPost = $('#Post_list').bootstrapTable({
|
|
|
|
url: '${ctx}/ocr/picturelog/page',
|
|
|
|
url: '${ctx}/ocr/picturelog/page',
|
|
|
|
pagination: true, //是否显示分页(*)
|
|
|
|
pagination: true, //是否显示分页(*)
|
|
|
|
pageNumber:1, //初始化加载第一页,默认第一页
|
|
|
|
pageNumber:1, //初始化加载第一页,默认第一页
|
|
|
@ -83,11 +83,13 @@
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
sortorder: params.order,
|
|
|
|
sortorder: params.order,
|
|
|
|
sortname: params.sort,
|
|
|
|
sortname: params.sort,
|
|
|
|
pageSize: params.limit,
|
|
|
|
pagesize: params.limit,
|
|
|
|
start: (params.offset / params.limit) + 1,
|
|
|
|
start: (params.offset / params.limit) + 1,
|
|
|
|
callStatus: $("#callStatus").val(),
|
|
|
|
callStatus: $("#callStatus").val(),
|
|
|
|
callTimeStart: params.callTimeStart,
|
|
|
|
callTimeStart: params.callTimeStart,
|
|
|
|
callTimeEnd: params.callTimeEnd,
|
|
|
|
callTimeEnd: params.callTimeEnd,
|
|
|
|
|
|
|
|
//search_callStatus:'{"value":"' + $("#search_callStatus").val() + '","op":"equal","type":"string"}',
|
|
|
|
|
|
|
|
//search_callTime:'{"value":"' + $("#search_callTime").val() + '","op":"equal","type":"string"}',
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
responseHandler:function(res){
|
|
|
|
responseHandler:function(res){
|
|
|
|