| xqd
@@ -14,68 +14,67 @@
|
|
|
<div class="ibox-content">
|
|
|
<div class="form-group">
|
|
|
|
|
|
- @if(role('Call/Records/addCallList'))
|
|
|
- <div class="col-sm-8 pull-right">
|
|
|
+ @if(role('Call/Records/addCallList'))
|
|
|
+ <div class="col-sm-8 pull-right">
|
|
|
<span id="addCallList" class="btn btn-primary pull-right fa fa-phone"
|
|
|
style="display: none">添加到电话列表</span>
|
|
|
- </div>
|
|
|
- @endif
|
|
|
- {{--@if(role('Call/Records/create'))--}}
|
|
|
- {{--<div class="col-sm-8 pull-right">--}}
|
|
|
- {{--<a href="{{ U('Call/Records/create')}}" class="btn btn-primary pull-right">添加</a>--}}
|
|
|
- {{--</div>--}}
|
|
|
- {{--@endif--}}
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
+ {{--@if(role('Call/Records/create'))--}}
|
|
|
+ {{--<div class="col-sm-8 pull-right">--}}
|
|
|
+ {{--<a href="{{ U('Call/Records/create')}}" class="btn btn-primary pull-right">添加</a>--}}
|
|
|
+ {{--</div>--}}
|
|
|
+ {{--@endif--}}
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
- {{-- 过滤条件 --}}
|
|
|
- <table class="table table-striped table-bordered table-hover dataTables-example dataTable">
|
|
|
- <tr>
|
|
|
- <th> 过滤条件</th>
|
|
|
- <form method="GET" action="" accept-charset="UTF-8" id="filter_records">
|
|
|
- <th>
|
|
|
- <select name="ip" class="form-control filter_records">
|
|
|
- <option value="">拨打IP</option>
|
|
|
- <option value="172.31.20.133">172.31.20.133</option>
|
|
|
- <option value="172.31.20.134">172.31.20.134</option>
|
|
|
- <option value="172.31.20.135">172.31.20.135</option>
|
|
|
- <option value="172.31.20.136">172.31.20.136</option>
|
|
|
- <option value="172.31.20.137">172.31.20.137</option>
|
|
|
- </select>
|
|
|
- </th>
|
|
|
-
|
|
|
- <th>
|
|
|
- <select name="term_status" class="form-control filter_records">
|
|
|
- <option value="">接听状态</option>
|
|
|
- <option value="200">已接通</option>
|
|
|
- <option value="408">未接通</option>
|
|
|
- </select>
|
|
|
- </th>
|
|
|
- </form>
|
|
|
+ {{-- 过滤条件 --}}
|
|
|
+ <table class="table table-striped table-bordered table-hover dataTables-example dataTable">
|
|
|
+ <tr>
|
|
|
+ <th> 过滤条件</th>
|
|
|
+ <form method="GET" action="" accept-charset="UTF-8" id="filter_records">
|
|
|
<th>
|
|
|
- <form method="GET" action="" accept-charset="UTF-8">
|
|
|
- <div class="input-group">
|
|
|
- <input type="text" class="form-control" value="{{Request::get('phone')}}"
|
|
|
- placeholder="请输入电话号码"
|
|
|
- name="phone">
|
|
|
- <span class="input-group-append">
|
|
|
- <button type="submit" class="btn btn-sm btn-default"
|
|
|
- style="height: 100%">搜索</button>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
+ <select name="ip" class="form-control filter_records">
|
|
|
+ <option value="">拨打IP</option>
|
|
|
+ <option value="172.31.20.133">172.31.20.133</option>
|
|
|
+ <option value="172.31.20.134">172.31.20.134</option>
|
|
|
+ <option value="172.31.20.135">172.31.20.135</option>
|
|
|
+ <option value="172.31.20.136">172.31.20.136</option>
|
|
|
+ <option value="172.31.20.137">172.31.20.137</option>
|
|
|
+ </select>
|
|
|
</th>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
|
|
|
- <div id="records-list">
|
|
|
- @include('admin.call.records.data')
|
|
|
- </div>
|
|
|
+ <th>
|
|
|
+ <select name="term_status" class="form-control filter_records">
|
|
|
+ <option value="">接听状态</option>
|
|
|
+ <option value="200">已接通</option>
|
|
|
+ <option value="408">未接通</option>
|
|
|
+ </select>
|
|
|
+ </th>
|
|
|
|
|
|
+ <th>
|
|
|
+ <div class="input-group">
|
|
|
+ <input type="text" class="form-control" value="{{Request::get('phone')}}"
|
|
|
+ placeholder="请输入电话号码"
|
|
|
+ name="phone">
|
|
|
+ <span class="input-group-append">
|
|
|
+ <span class="btn btn-sm btn-default filter_records"
|
|
|
+ style="height: 100%">搜索</span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </th>
|
|
|
+ </form>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <div id="records-list">
|
|
|
+ @include('admin.call.records.data')
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
@endsection
|
|
|
|
|
|
@section('js')
|
| xqd
@@ -130,8 +129,6 @@
|
|
|
}
|
|
|
|
|
|
})
|
|
|
-
|
|
|
- console.log(contact_phones)
|
|
|
})
|
|
|
|
|
|
/*通话纪录筛选*/
|
| xqd
@@ -144,5 +141,31 @@
|
|
|
$('#records-list').html(data.html)
|
|
|
})
|
|
|
})
|
|
|
+
|
|
|
+ $('.filter_records').click(function () {
|
|
|
+ data = $('#filter_records').serialize()
|
|
|
+ $.ajax({
|
|
|
+ type: 'get',
|
|
|
+ data: data,
|
|
|
+ }).done(function (data) {
|
|
|
+ $('#records-list').html(data.html)
|
|
|
+ })
|
|
|
+ })
|
|
|
+
|
|
|
+ /*Ajax分页*/
|
|
|
+ $('body').on('click', '.pagination a', function (e) {
|
|
|
+ e.preventDefault();
|
|
|
+ if ($(this).attr('href') != '#') {
|
|
|
+ data = $('#filter_records').serialize()
|
|
|
+ $.ajax({
|
|
|
+ url: $(this).attr('href'),
|
|
|
+ type: 'get',
|
|
|
+ data: data,
|
|
|
+ }).done(function (data) {
|
|
|
+ $('#records-list').html(data.html)
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
+ });
|
|
|
</script>
|
|
|
@endsection
|