| | |
| | | function memberOut(id) { |
| | | febs.get(ctx + 'admin/mallMember/memberOut/' + id, null, function () { |
| | | febs.alert.success('操作成功'); |
| | | $query.click(); |
| | | // $query.click(); |
| | | }); |
| | | } |
| | | function closeAccount(id) { |
| | | febs.get(ctx + 'admin/mallMember/closeAccount/' + id, null, function () { |
| | | febs.alert.success('操作成功'); |
| | | $query.click(); |
| | | // $query.click(); |
| | | }); |
| | | } |
| | | function openAccount(id) { |
| | | febs.get(ctx + 'admin/mallMember/openAccount/' + id, null, function () { |
| | | febs.alert.success('操作成功'); |
| | | $query.click(); |
| | | // $query.click(); |
| | | }); |
| | | } |
| | | |
| | |
| | | function checkOrder(id) { |
| | | febs.get(ctx + 'admin/mallMember/checkOrder/' + id, null, function () { |
| | | febs.alert.success('操作成功'); |
| | | $query.click(); |
| | | // $query.click(); |
| | | }); |
| | | } |
| | | |
| | |
| | | {field: 'name', title: '用户名', minWidth: 100,align:'center'}, |
| | | {field: 'realName', title: '真实姓名', minWidth: 100,align:'center'}, |
| | | {field: 'phone', title: '联系方式', minWidth: 150,align:'center'}, |
| | | {field: 'companyName', title: '公司', minWidth: 150,align:'center'}, |
| | | // {field: 'balance', title: '余额', minWidth: 150,align:'center'}, |
| | | // {field: 'score', title: '会员经验', minWidth: 150,align:'center'}, |
| | | // {field: 'prizeScore', title: '积分', minWidth: 150,align:'center'}, |
| | |
| | | // {field: 'totalScore', title: '总佣金', minWidth: 150,align:'center'}, |
| | | // {field: 'directorName', title: '会员等级', minWidth: 150,align:'center'}, |
| | | // {field: 'storeMasterName', title: '分销等级', minWidth: 150,align:'center'}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100,align:'center'}, |
| | | {field: 'companyCode', title: '公司码', minWidth: 100,align:'center'}, |
| | | {field: 'createdTime', title: '注册时间', minWidth: 180,align:'center'}, |
| | | ]] |
| | | }); |