✏️ 正在编辑: producao-banco.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/relatorio/producao-banco.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Relatório Produção Sintético por Banco</h1> <div id="filter"> <?php echo $this->form; ?> </div> <div class="progress"> <div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"> </div> </div> <div id="view-content"> <table summary="RelProducao" class="relatorio" id="sortedTable"> <thead> <tr class="top_list"> <th style="width:40%">Banco</th> <th>Total Líquido</th> <th>Total Bruto</th> <th>Total Base Comissão</th> <th>Total Comissão</th> </tr> </thead> <tbody> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器