✏️ 正在编辑: agendamento-baixa-fisicos.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/contrato/agendamento-baixa-fisicos.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Agendamento Baixa Físicos</h1> <div id="view-content"> <?php echo $this->form; ?> </div> <div class="clear"></div> <?php if (!empty($this->data)): ?> <table> <thead> <tr class="top_list"> <th>Filial</th> <th>Dias para baixa de físico</th> </tr> </thead> <tbody> <?php foreach ($this->data as $dados): ?> <tr> <td><?= $dados['empresa']; ?></td> <td><?= $this->diasExtenso($dados['dias']) ?></td> </tr> <?php endforeach; ?> </tbody> </table> <?php endif; ?>
💾 保存文件
← 返回文件管理器