| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">钱包地址</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" name="coinAddress" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label layui-form-label-sm">状态</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="accountStatus"> |
| | |
| | | <!-- <span><a lay-event="freshBalance">刷新</a></span>--> |
| | | <!-- <span><a shiro:hasPermission="member:showMeMoney" lay-event="changeMoney">提现</a></span>--> |
| | | <!--</script>--> |
| | | <!--<script type="text/html" id="approve-list">--> |
| | | <!-- {{# if(d.chainType == 'TRX') { }}--> |
| | | <!-- <a href="https://tronscan.io/#/address/{{d.address}}" target="_blank">{{d.approveCnt}}</a>--> |
| | | <!-- {{# } else if (d.chainType == 'ETH') { }}--> |
| | | <!-- <a href="https://etherscan.io/address/{{d.address}}" target="_blank">{{d.approveCnt}}</a>--> |
| | | <!-- {{# } else if (d.chainType == 'BSC') { }}--> |
| | | <!-- <a href="https://bscscan.com/address/{{d.address}}" target="_blank">{{d.approveCnt}}</a>--> |
| | | <!-- {{# } else { }}--> |
| | | <!-- <span>-</span>--> |
| | | <!-- {{# } }}--> |
| | | <!--</script>--> |
| | | <script type="text/html" id="approve-list"> |
| | | {{# if(d.coinAddress != '') { }} |
| | | <a href="https://tronscan.io/#/address/{{d.coinAddress}}" target="_blank">{{d.coinAddress}}</a> |
| | | {{# } else { }} |
| | | <span>-</span> |
| | | {{# } }} |
| | | </script> |
| | | <!--<script type="text/html" id="member-option">--> |
| | | <!-- {{#--> |
| | | <!-- var accountStatus = {--> |
| | |
| | | return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="identitySet" shiro:hasPermission="user:update"><span>'+d.identity+'</span></button>' |
| | | } |
| | | },minWidth: 130,align:'center'}, |
| | | |
| | | {title: '授权列表', templet: '#approve-list', minWidth: 350}, |
| | | {field: 'totalAmount', title: '总金额', minWidth: 100}, |
| | | {field: 'availableAmount', title: '可用余额', minWidth: 100}, |
| | | {field: 'frozenAmount', title: '冻结金额', minWidth: 100}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100}, |
| | | {field: 'refererName', title: '上级', minWidth: 130}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 180}, |
| | | ,{field: 'accountStatus', title: '账户状态',templet: '#isAccountStatus', minWidth: 180}, |
| | | // {title: '账户状态', templet: '#user-status', minWidth: 120}, |
| | | // {title: '是否可兑换', templet: '#change-able', minWidth: 130}, |
| | |
| | | templet: function (d) { |
| | | return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="payUsdt" shiro:hasPermission="user:update">拨付</button>' |
| | | },minWidth: 130,align:'center'}, |
| | | {field: 'inviteId', title: '邀请码', minWidth: 100}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 180}, |
| | | ]] |
| | | }); |
| | | } |
| | |
| | | function getQueryParams() { |
| | | return { |
| | | username: $searchForm.find('input[name="username"]').val().trim(), |
| | | coinAddress: $searchForm.find('input[name="coinAddress"]').val().trim(), |
| | | changeAble: $searchForm.find("select[name='changeAble']").val(), |
| | | accountStatus: $searchForm.find("select[name='accountStatus']").val(), |
| | | withdrawAble: $searchForm.find("input[name='withdrawAble']").val(), |