| xqd
@@ -18,7 +18,7 @@
|
|
|
<form method="GET" action="" accept-charset="UTF-8">
|
|
|
<div class="input-group">
|
|
|
<input type="text" class="form-control" value="{{Request::get('keyword')}}"
|
|
|
- placeholder="请输入关键词"
|
|
|
+ placeholder="请输入电话号码"
|
|
|
name="keyword">
|
|
|
<span class="input-group-append">
|
|
|
<button type="submit" class="btn btn-primary"
|
| xqd
@@ -55,7 +55,7 @@
|
|
|
<th class="sorting" data-sort="term_status"> 接通状态</th>
|
|
|
<th class="sorting" data-sort="hangup_dispostion"> 挂断原因</th>
|
|
|
<th class="sorting" data-sort="ip"> 拨打IP</th>
|
|
|
- <th width="22%">相关操作</th>
|
|
|
+ {{--<th width="22%">相关操作</th>--}}
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
| xqd
@@ -78,7 +78,7 @@
|
|
|
<td>{{ $item->term_status }}</td>
|
|
|
<td>{{ $item->hangup_dispostion }}</td>
|
|
|
<td>{{ $item->ip }}</td>
|
|
|
- <td>
|
|
|
+ {{--<td>--}}
|
|
|
{{--@if(role('Call/Records/update'))--}}
|
|
|
{{--<button class="btn btn-sm btn-success"--}}
|
|
|
{{--onclick="window.location.href='{{ U('Call/Records/update',['id'=>$item->id])}}' ">--}}
|
| xqd
@@ -93,12 +93,12 @@
|
|
|
{{--onclick="return confirm('你确定执行删除操作?');">删除</a>--}}
|
|
|
{{--@endif--}}
|
|
|
|
|
|
- @if(role('Call/Records/view'))
|
|
|
- <button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Call/Records/view',['id'=>$item->id])}}'});"
|
|
|
- class="btn btn-sm btn-primary ">查看
|
|
|
- </button>
|
|
|
- @endif
|
|
|
- </td>
|
|
|
+ {{--@if(role('Call/Records/view'))--}}
|
|
|
+ {{--<button onclick="layer.open({type: 2,area: ['80%', '90%'],content: '{{ U('Call/Records/view',['id'=>$item->id])}}'});"--}}
|
|
|
+ {{--class="btn btn-sm btn-primary ">查看--}}
|
|
|
+ {{--</button>--}}
|
|
|
+ {{--@endif--}}
|
|
|
+ {{--</td>--}}
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
@endif
|
| xqd
@@ -165,7 +165,8 @@
|
|
|
data: {contact_phones: contact_phones, _token: csrf_token},
|
|
|
success: function (data) {
|
|
|
if (data == 200) {
|
|
|
- layer.msg('导入成功1', {
|
|
|
+ layer.msg('导入成功', {
|
|
|
+ icon: 1,
|
|
|
time: 2000 //2秒关闭(如果不配置,默认是3秒)
|
|
|
}, function(){
|
|
|
window.location.href = window.location.href
|