| | |
| | | <div class="layui-btn-container"> |
| | | <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="exportMember">导出会员信息</button>--> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="addMember:update" lay-event="registMember">添加会员</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态NFT</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态卡牌</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="score">拨付代币可用</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付令牌可用</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付宝石可用</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPwd">重置登录密码</button> |
| | | <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPayPwd">重置支付密码</button> |
| | | <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="agentLevelSet:update" lay-event="agentLevel">设置代理等级</button>--> |
| | |
| | | {field: 'accountLogin', title: '登录账户', minWidth: 150,align:'left'}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, |
| | | {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, |
| | | {field: 'staticNft', title: '静态NFT', minWidth: 120,align:'left'}, |
| | | {field: 'trendsNft', title: '动态NFT', minWidth: 120,align:'left'}, |
| | | {field: 'frozenNft', title: '冻结NFT', minWidth: 120,align:'left'}, |
| | | {field: 'staticNft', title: '静态卡牌', minWidth: 120,align:'left'}, |
| | | {field: 'trendsNft', title: '动态卡牌', minWidth: 120,align:'left'}, |
| | | {field: 'frozenNft', title: '冻结卡牌', minWidth: 120,align:'left'}, |
| | | {field: 'fcmCntAva', title: '代币可用', minWidth: 120,align:'left'}, |
| | | {field: 'fcmCntFrozen', title: '代币冻结', minWidth: 120,align:'left'}, |
| | | {field: 'tokenAva', title: '门票可用', minWidth: 120,align:'left'}, |
| | | {field: 'tokenFrozen', title: '门票冻结', minWidth: 120,align:'left'}, |
| | | {field: 'tokenAva', title: '宝石可用', minWidth: 120,align:'left'}, |
| | | {field: 'tokenFrozen', title: '宝石冻结', minWidth: 120,align:'left'}, |
| | | // {field: 'levelName', title: '会员类型', minWidth: 100,align:'left'}, |
| | | // {field: 'storeMaster', title: '线下服务中心', templet:'#switchStoreMaster', minWidth: 120,align:'left',hide:toolbarMallmember}, |
| | | // {field: 'director', title: '代理商', templet:'#switchDirector', minWidth: 120,align:'left' ,hide:toolbarMallmember}, |
| | |
| | | febs.alert.warn('只能选择一个用户'); |
| | | return; |
| | | } |
| | | systemPay("动态NFT", checkData[0].id, 1); |
| | | systemPay("动态卡牌", checkData[0].id, 1); |
| | | } |
| | | |
| | | if (layEvent === 'voucherUpdate') { |
| | |
| | | febs.alert.warn('请选择一个用户'); |
| | | return; |
| | | } |
| | | systemPay("门票可用", checkData[0].id, 3); |
| | | systemPay("宝石可用", checkData[0].id, 3); |
| | | } |
| | | |
| | | if (layEvent === 'agentLevel') { |