✏️ 正在编辑: _emprestimo.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter-base/_emprestimo.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if( !empty($this->emprestimo) ): ?> <tr> <td align="center"><?php echo $this->emprestimo['tipo']; ?></td> <td><?php echo $this->emprestimo['numero_banco'] . " - " . $this->emprestimo['banco']; ?></td> <td align="center"><?php echo $this->emprestimo['numero_contrato']; ?></td> <td align="right">R$ <?php echo number_format($this->emprestimo['valor_emprestimo'], 2, ',', '.'); ?></td> <td align="center"><?php echo (int) $this->emprestimo['parcelas_pagas']; ?>/<?php echo (int) $this->emprestimo['qtd_parcelas']; ?></td> <td> <?php if(empty($emprestimo['parcelas_abertas'])): ?> <?= $emprestimo['qtd_parcelas'] - $emprestimo['parcelas_pagas']?> <?php else: ?> <?= $emprestimo['parcelas_abertas'] ?> <?php endif;?> </td> <td align="center"><?php echo $this->emprestimo['data_inclusao'] ? $this->dateFormat($this->emprestimo['data_inclusao']) : $this->dateFormat($this->emprestimo['inicio_contrato']); ?></td> <td align="center"><?php echo $this->dateFormat($this->emprestimo['termino_contrato']); ?></td> <td align="right">R$ <?php echo number_format($this->emprestimo['valor_parcela'], 2, ',', '.'); ?></td> <td align="right">R$ <?php echo number_format($this->emprestimo['quitacao'], 2, ',', '.'); ?></td> <td align="right">R$ <?php echo number_format($this->emprestimo['valor_atual_beneficio'], 2, ',', '.'); ?></td> <td align="center"><?php echo $this->emprestimo['situacao']; ?></td> </tr> <?php endif; ?>
💾 保存文件
← 返回文件管理器