| | |
| | | |
| | | private BigDecimal amountFee; |
| | | |
| | | private BigDecimal amountReal; |
| | | |
| | | private String withdrawNo; |
| | | |
| | | private Integer status; |
| | |
| | | a.created_time createdTime, |
| | | a.amount amount, |
| | | a.amount_fee amountFee, |
| | | (a.amount-a.amount_fee) amountReal, |
| | | a.withdraw_no withdrawNo, |
| | | a.remark remark, |
| | | a.status status, |
| | |
| | | }, minWidth: 80,align:'center'}, |
| | | {field: 'amount', title: '金额', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amount) }}'}, |
| | | {field: 'amountFee', title: '手续费', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amountFee) }}'}, |
| | | {field: 'amountReal', title: '实际到账', minWidth: 150,align:'left',totalRow: '{{= parseInt(d.amountReal) }}'}, |
| | | {field: 'scoreCnt', title: '数量', minWidth: 80,align:'left',totalRow: '{{= parseInt(d.scoreCnt) }}'}, |
| | | {field: 'scorePrice', title: '价格', minWidth: 80,align:'left',totalRow: '{{= parseInt(d.scorePrice) }}'}, |
| | | {field: 'status', title: '状态', |