| | |
| | | <input type="text" placeholder="邀请码(获取团队下的所有成员)" name="inviteId" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">用户类型:</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="isRobot"> |
| | | <option value="">请选择</option> |
| | | <option value="0">用户</option> |
| | | <option value="1">机器人</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="layui-inline">--> |
| | | <!-- <label class="layui-form-label">用户类型:</label>--> |
| | | <!-- <div class="layui-input-inline">--> |
| | | <!-- <select name="isRobot">--> |
| | | <!-- <option value="">请选择</option>--> |
| | | <!-- <option value="0">用户</option>--> |
| | | <!-- <option value="1">机器人</option>--> |
| | | <!-- </select>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | </div> |
| | | </div> |
| | | <div class="layui-col-md2 layui-col-sm12 layui-col-xs12 table-action-area"> |
| | |
| | | phone: $searchForm.find('input[name="phone"]').val().trim(), |
| | | // nickName: $searchForm.find('input[name="nickName"]').val().trim(), |
| | | inviteId: $searchForm.find('input[name="inviteId"]').val().trim(), |
| | | isRobot: $searchForm.find("select[name='isRobot']").val() |
| | | // isRobot: $searchForm.find("select[name='isRobot']").val() |
| | | }; |
| | | } |
| | | |
| | |
| | | {field: 'avaAmount', title: '账户余额', minWidth: 80,align:'center',totalRow: '{{= parseInt(d.avaAmount) }}'}, |
| | | {field: 'groupRedBagNum', title: '群红包数', minWidth: 80,align:'center'}, |
| | | {field: 'redBagTotalAmount', title: '发红包总额', minWidth: 100,align:'center'}, |
| | | {field: 'redBagAvaAmount', title: '未领取总额', minWidth: 100,align:'center'}, |
| | | {field: 'getRedbagAmount', title: '领红包金额', minWidth: 100,align:'center'}, |
| | | {field: 'boomToAmount', title: '中雷返回金额', minWidth: 120,align:'center'}, |
| | | {field: 'teamPerkAmount', title: '等级收益金额', minWidth: 120,align:'center'}, |
| | | {field: 'redBagAvaAmount', title: '未被领取总额', minWidth: 120,align:'center'}, |
| | | {field: 'getRedbagAmount', title: '领取红包总额', minWidth: 120,align:'center'}, |
| | | {field: 'boomToAmount', title: '中雷扣除', minWidth: 120,align:'center'}, |
| | | {field: 'teamPerkAmount', title: '中雷补偿团队奖励', minWidth: 160,align:'center'}, |
| | | {field: 'getBoom', title: '中雷', templet: '#switchGetBoom', minWidth: 80,align:'center'}, |
| | | {field: 'createTime', title: '注册时间', minWidth: 160,align:'center'}, |
| | | ]] |