期数
应还日期
金额
实还日期
还款方式
  • {{#if Refund}} {{#each Refund}} {{#js_compare "this.PeriodNo=='1'"}}
    {{this.PeriodNo}}
    {{this.PayDate}}
    {{this.PayAmt}}
    {{this.PayDate}}
    预收
    {{else}}
    {{this.PeriodNo}}
    {{this.PayDate}}
    {{this.PayAmt}}
    {{/js_compare}} {{/each}} {{/if}}