|
@@ -40,6 +40,8 @@
|
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
|
45
|
<th width="10%">代金券</th>
|
44
|
46
|
<th width="10%">生日套餐</th>
|
45
|
47
|
<th width="10%">每月礼品</th>
|
|
@@ -56,20 +58,22 @@
|
56
|
58
|
<td class="text-c">{{$a['vip_end_time']}}</td>
|
57
|
59
|
<td class="text-c">{{date("m-d",strtotime($a['birthday']))}}</td>
|
58
|
60
|
<td class="text-c">{{$a['admin_name']}}</td>
|
|
61
|
+ <td class="text-c">{{$a['price']}}</td>
|
|
62
|
+ <td class="text-c">{{$a['payment']}}</td>
|
59
|
63
|
<td class="text-c">{{$a['coupon']}}</td>
|
60
|
64
|
<td class="text-c">{{$a['birthday_gift']}}</td>
|
61
|
65
|
<td class="text-c">{{$a['month_gift']}}</td>
|
62
|
66
|
{{--<td class="text-c">{{$a['is_del'] == 0 ? '启用' : '禁用'}}</td>--}}
|
63
|
67
|
<td class="f-14 product-brand-manage">
|
64
|
|
- <a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a>
|
|
68
|
+ <a style="text-decoration:none" onClick='user_edit("{{$a['id']}}")' href="javascript:;" title="编辑"><span class="btn btn-primary radius">编辑</span></a><br><br>
|
65
|
69
|
{{--@if($a['is_del']==0)--}}
|
66
|
70
|
{{--<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/>--}}
|
67
|
71
|
{{--@elseif($a['is_del']==1)--}}
|
68
|
72
|
{{--<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/>--}}
|
69
|
73
|
{{--@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>
|
|
74
|
+ <a style="text-decoration:none" onClick='coupon_log("{{$a['phone']}}")' href="javascript:;" title="代金券使用记录"><span class="btn btn-primary radius">代金券</span></a><br><br>
|
|
75
|
+ <a style="text-decoration:none" onClick='month_gift_log("{{$a['phone']}}")' href="javascript:;" title="每月礼品使用记录"><span class="btn btn-primary radius">每月礼</span></a><br><br>
|
|
76
|
+ <a style="text-decoration:none" onClick='birthday_gift_log("{{$a['phone']}}")' href="javascript:;" title="生日套餐使用记录"><span class="btn btn-primary radius">生日礼</span></a>
|
73
|
77
|
</td>
|
74
|
78
|
</tr>
|
75
|
79
|
@endforeach
|