| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">类型:</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="remark"> |
| | | <option value="">请选择</option> |
| | | <option value="充值">充值</option> |
| | | <option value="提现">提现</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">状态:</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="status"> |
| | |
| | | {{# } else { }} |
| | | <button class="layui-btn layui-btn-normal layui-btn-xs" type="button" shiro:hasPermission="paymentInfo:update" lay-event="paymentInfo">查看收款方式</button> |
| | | {{# } }} |
| | | </script> |
| | | |
| | | <script type="text/html" id="remarkFormat"> |
| | | <div> |
| | | {{# if (d.remark == '充值') { }} |
| | | <span class="layui-badge febs-tag-blue">充值</span> |
| | | {{# } else if (d.remark == '提现') { }} |
| | | <span class="layui-badge febs-tag-green">提现</span> |
| | | {{# } else { }} |
| | | <span class="layui-badge febs-tag-green">提现</span> |
| | | {{# } }} |
| | | </div> |
| | | </script> |
| | | |
| | | <script type="text/html" id="txStatusFormat"> |
| | |
| | | totalRow: true ,// 开启合计行 |
| | | cols: [[ |
| | | {field: 'withdrawNo', title: '编号', minWidth: 100,align:'left', totalRowText: '合计:'}, |
| | | {templet:"#remarkFormat", title: '类型', minWidth: 100,align:'left'}, |
| | | {field: 'phone', title: '账号', minWidth: 150,align:'left'}, |
| | | {field: 'amount', title: '金额', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amount) }}'}, |
| | | {field: 'amountFee', title: '手续费', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amountFee) }}'}, |
| | |
| | | return { |
| | | phone: $searchForm.find('input[name="phone"]').val().trim(), |
| | | status: $searchForm.find("select[name='status']").val(), |
| | | remark: $searchForm.find("select[name='remark']").val(), |
| | | }; |
| | | } |
| | | |