shensong лет назад: 5
Родитель
Сommit
8077eb0529
1 измененных файлов с 11 добавлено и 6 удалено
  1. 11 6
      resources/views/customer/vipCustomerList.blade.php

+ 11 - 6
resources/views/customer/vipCustomerList.blade.php

@@ -40,8 +40,9 @@
40 40
                 <th width="10%">到期时间</th>
41 41
                 <th width="10%">生日</th>
42 42
                 <th width="10%">销售</th>
43
-                <th width="10%">金额</th>
44
-                <th width="10%">充值方式</th>
43
+                <th width="10%">代金券</th>
44
+                <th width="10%">生日套餐</th>
45
+                <th width="10%">每月礼品</th>
45 46
                 {{--<th width="10%">状态</th>--}}
46 47
                 <th width="10%">操作</th>
47 48
             </tr>
@@ -55,16 +56,20 @@
55 56
                 <td class="text-c">{{$a['vip_end_time']}}</td>
56 57
                 <td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
57 58
                 <td class="text-c">{{$a['admin_name']}}</td>
58
-                <td class="text-c">{{$a['price']}}</td>
59
-                <td class="text-c">{{$a['payment']}}</td>
59
+                <td class="text-c">{{$a['coupon']}}</td>
60
+                <td class="text-c">{{$a['birthday_gift']}}</td>
61
+                <td class="text-c">{{$a['month_gift']}}</td>
60 62
                 {{--<td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>--}}
61 63
                 <td class="f-14 product-brand-manage">
62 64
                     <a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>
63 65
                     {{--@if($a['is_del']==0)--}}
64
-                        {{--<a style="text-decoration:none" class="ml-5" onClick="user_del(this, '{{$a["id"]}}')" href="javascript:;" title="禁用"><span class="btn btn-danger radius">禁用</span></a>--}}
66
+                        {{--<a style="text-decoration:none" class="ml-5" onClick="user_del(this, '{{$a["id"]}}')" href="javascript:;" title="禁用"><span class="btn btn-danger radius">禁用</span></a><br/><br/>--}}
65 67
                     {{--@elseif($a['is_del']==1)--}}
66
-                        {{--<a style="text-decoration:none" class="ml-5" onClick="user_up(this, '{{$a['id']}}')" href="javascript:;" title="启用"><span class="btn btn-success radius">启用</span></a>--}}
68
+                        {{--<a style="text-decoration:none" class="ml-5" onClick="user_up(this, '{{$a['id']}}')" href="javascript:;" title="启用"><span class="btn btn-success radius">启用</span></a><br/><br/>--}}
67 69
                     {{--@endif--}}
70
+                    <a style="text-decoration:none" onClick='coupon_log("{{$a['phone']}}")' href="javascript:;" title="代金券使用记录"><span class="btn btn-primary radius">代金券使用记录</span></a><br/><br/>
71
+                    <a style="text-decoration:none" onClick='month_gift_log("{{$a['phone']}}")' href="javascript:;" title="每月礼品使用记录"><span class="btn btn-primary radius">每月礼品使用记录</span></a><br/><br/>
72
+                    <a style="text-decoration:none" onClick='birthday_gift_log("{{$a['phone']}}")' href="javascript:;" title="生日套餐使用记录"><span class="btn btn-primary radius">生日套餐使用记录</span></a>
68 73
                 </td>
69 74
             </tr>
70 75
             @endforeach