| | |
| | | {field: 'amount', title: '变化金额', minWidth: 100}, |
| | | {field: 'afterAmount', title: '变化后金额', minWidth: 100}, |
| | | {field: 'content', title: '描述', minWidth: 130}, |
| | | {title: '类型', templet: '#type-format'}, |
| | | // {title: '类型', templet: '#type-format'}, |
| | | {field: 'createTime', title: '创建时间', minWidth: 180} |
| | | ]] |
| | | }); |
| | | } |
| | | |
| | | function getQueryParams() { |
| | | // return { |
| | | // inviteId: $searchForm.find('input[name="inviteId"]').val().trim(), |
| | | // changeAble: $searchForm.find("select[name='changeAble']").val(), |
| | | // accountStatus: $searchForm.find("select[name='accountStatus']").val(), |
| | | // withdrawAble: $searchForm.find("input[name='withdrawAble']").val(), |
| | | // invalidate_ie_cache: new Date() |
| | | // }; |
| | | return { |
| | | type: $searchForm.find("select[name='type']").val(), |
| | | address: $searchForm.find('input[name="address"]').val().trim() |
| | | }; |
| | | } |
| | | |
| | | function changeStatus(url) { |