| | |
| | | <div class="layui-col-md10"> |
| | | <div class="layui-form-item"> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">用户昵称</label> |
| | | <label class="layui-form-label">用户昵称:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" placeholder="用户昵称" name="name" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">手机号码</label> |
| | | <label class="layui-form-label">手机号码:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" placeholder="手机号码" name="phone" autocomplete="off" class="layui-input"> |
| | | </div> |
| | |
| | | <!-- </select>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- <div class="layui-inline">--> |
| | | <!-- <label class="layui-form-label layui-form-label-sm">资金类型</label>--> |
| | | <!-- <div class="layui-input-inline">--> |
| | | <!-- <select name="flowType">--> |
| | | <!-- <option value="">请选择</option>--> |
| | | <!-- <option value="1">余额</option>--> |
| | | <!-- <option value="3">积分</option>--> |
| | | <!-- </select>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">资金类型:</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="flowType"> |
| | | <option value="">请选择</option> |
| | | <option value="1">余额</option> |
| | | <option value="3">积分</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">开始时间</label> |
| | | <label class="layui-form-label">开始时间:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" name="startTime" id="febs-money-flow-start" lay-verify="date" |
| | | placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input"> |
| | |
| | | </div> |
| | | |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">结束时间</label> |
| | | <label class="layui-form-label">结束时间:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" name="endTime" id="febs-money-flow-end" lay-verify="date" |
| | | placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input"> |
| | |
| | | url: ctx + 'admin/mallMember/getMoneyFlowList', |
| | | totalRow : true, |
| | | cols: [[ |
| | | {type: 'numbers', title: '', width: 80}, |
| | | {field: 'name', title: '用户昵称', minWidth: 100,align:'left',totalRowText:"合计"}, |
| | | {field: 'phone', title: '手机号码', minWidth: 150,align:'left'}, |
| | | {field: 'amount', title: '金额', minWidth: 150,align:'left', totalRow:true}, |
| | |
| | | // } |
| | | // } |
| | | // }, minWidth: 80,align:'center'}, |
| | | // {field: 'flowType', title: '资金类型', |
| | | // templet: function (d) { |
| | | // if (d.flowType === 1) { |
| | | // return '余额'; |
| | | // } else if(d.flowType === 3) { |
| | | // return '积分' |
| | | // } else { |
| | | // return '-'; |
| | | // } |
| | | // }, minWidth: 80,align:'center'}, |
| | | {field: 'flowType', title: '资金类型', |
| | | templet: function (d) { |
| | | if (d.flowType === 1) { |
| | | return '余额'; |
| | | } else if(d.flowType === 2) { |
| | | return '会员经验' |
| | | } else if(d.flowType === 3) { |
| | | return '积分' |
| | | } else if(d.flowType === 4) { |
| | | return '佣金' |
| | | } else { |
| | | return '-'; |
| | | } |
| | | }, minWidth: 80,align:'center'}, |
| | | {field: 'remark', title: '内容', minWidth: 200,align:'left'}, |
| | | {field: 'orderNo', title: '编号', minWidth: 150,align:'left'}, |
| | | {field: 'createdTime', title: '创建时间', minWidth: 180,align:'center'} |