✏️ 正在编辑: importar-consistencias.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/contrato/importar-consistencias.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Importação de consistências</h1> <div id="view-content"> <?php echo $this->form; ?> <p class="clear"> </p> <a class="link_excel" href="https://s3-sa-east-1.amazonaws.com/yuppiecred/PLANILHA-CONSISTENCIA.xls">MODELO PLANILHA DE IMPORTAÇÃO</a> <p class="clear"> </p> <h2 class="tit_local">Consistências não importadas</h2> <table> <thead> <tr class="top_list"> <th>Nº Contrato</th> <th>Nº ADE</th> <th>Descrição</th> <th>Motivo</th> </tr> </thead> <tdoby> <?php if (count($this->nao_importados)): foreach ($this->nao_importados as $consistencia): ?> <tr> <td><?php echo $consistencia['A']; ?></td> <td><?php echo $consistencia['B']; ?></td> <td><?php echo $consistencia['C']; ?></td> <td><?php echo $consistencia['motivo']; ?></td> </tr> <?php endforeach; endif; ?> </tdoby> </table> </div>
💾 保存文件
← 返回文件管理器