wesley 6 年之前
父節點
當前提交
37b742dbe6

+ 11 - 10
resources/views/admin/call/records/index.blade.php

xqd xqd xqd xqd 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"
@@ -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>
@@ -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])}}' ">--}}
@@ -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
@@ -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

+ 1 - 1
resources/views/admin/company/info/search.blade.php

xqd
@@ -18,7 +18,7 @@
                     </div>
                 </div>
 
-                <form method="GET" action="{{ U('Company/info/index') }}" accept-charset="UTF-8">
+                <form method="GET" action="{{ U('Company/Info/index') }}" accept-charset="UTF-8">
                     <div class="ibox-content">
 
                         <div class="form-group">

+ 2 - 1
resources/views/admin/user/threads/index.blade.php

xqd
@@ -157,7 +157,8 @@
                 data: {contact_ids: contact_ids, _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