Refunds
-
<#list page.list as a>
-
<@message 'page.status.refund.'+a.status/>${a.createDate!}
${a.orderId!} ${a.amount!} ${a.refundAmount!}
${a.reason!}${a.reply!}
<#if 0=a.status||3=a.status> #if>
#list>
<#assign
start=1
end=page.totalPage
/>
<#if (page.pageIndex-5) gt start>
<#assign start=page.pageIndex-4/>
#if>
<#if (page.pageIndex+5) lt end>
<#assign end=page.pageIndex+4/>
#if>
<#if !page.firstPage>
Previous page
<#else>
Previous page
#if>
<#if start gt 1>
1 ...
#if>
<#list start..end as n>
<#if n=page.pageIndex>
${n}
<#else>
${n}
#if>
#list>
<#if end lt page.totalPage>
... ${page.totalPage}
#if>
<#if !page.lastPage>
Next page
<#else>
Next page
#if>
@_tradeRefundList>