|
|
@@ -13,22 +13,19 @@
|
|
|
<form id="searchForm" class="form-inline">
|
|
|
<div class="">
|
|
|
<div class="form-group">
|
|
|
- <label for="name" class="label-css"> 会员电话:</label>
|
|
|
- <input class="form-control" type="text" name="phone">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="name" class="label-css"> 会员昵称:</label>
|
|
|
- <input class="form-control" type="text" name="nickname">
|
|
|
- </div>
|
|
|
- <div class="form-group">
|
|
|
- <label for="level_id" class="label-css"> 资金类型:</label>
|
|
|
- <select class="form-control" name="d.type" style="margin-top: -8px;">
|
|
|
- <option value="">全部</option>
|
|
|
- @foreach($type as $key=>$name)
|
|
|
- <option value="{{$key}}">{{$name}}</option>
|
|
|
- @endforeach
|
|
|
- </select>
|
|
|
+ <label for="name" class="label-css"> 用户地址:</label>
|
|
|
+ <input class="form-control" type="text" name="address">
|
|
|
</div>
|
|
|
+
|
|
|
+{{-- <div class="form-group">--}}
|
|
|
+{{-- <label for="level_id" class="label-css"> 资金类型:</label>--}}
|
|
|
+{{-- <select class="form-control" name="d.type" style="margin-top: -8px;">--}}
|
|
|
+{{-- <option value="">全部</option>--}}
|
|
|
+{{-- @foreach($type as $key=>$name)--}}
|
|
|
+{{-- <option value="{{$key}}">{{$name}}</option>--}}
|
|
|
+{{-- @endforeach--}}
|
|
|
+{{-- </select>--}}
|
|
|
+{{-- </div>--}}
|
|
|
<div class="form-group">
|
|
|
<label for="level_id" class="label-css"> 流水类型:</label>
|
|
|
<select class="form-control" name="d.status" style="margin-top: -8px;">
|
|
|
@@ -84,23 +81,18 @@
|
|
|
valign: 'middle',
|
|
|
},
|
|
|
{
|
|
|
- field: 'nickname',
|
|
|
- title: '会员昵称',
|
|
|
- align: 'center',
|
|
|
- valign: 'middle',
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'phone',
|
|
|
- title: '会员电话',
|
|
|
- align: 'center',
|
|
|
- valign: 'middle',
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'type',
|
|
|
- title: '资金类型',
|
|
|
+ field: 'address',
|
|
|
+ title: '用户地址',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
+ formatter:aHttpAddress,
|
|
|
},
|
|
|
+ // {
|
|
|
+ // field: 'type',
|
|
|
+ // title: '资金类型',
|
|
|
+ // align: 'center',
|
|
|
+ // valign: 'middle',
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'status',
|
|
|
title: '变动类型',
|