✏️ 正在编辑: comissao-pendente.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/relatorio/comissao-pendente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Relatório de Comissões Pendentes</h1> <div id="filter"> <?php echo $this->form; ?> <div class="clear"></div> </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 class="relatorio"> <thead> <tr class="top_list"> <th>Empresa</th> <th>Sub</th> <th>Corretor</th> <th>Nº Contrato</th> <th>Emissão</th> <th>Liberação</th> <th>CPF Cliente</th> <th>Convênio</th> <th>Tabela</th> <th>Produto</th> <th>Prazo</th> <th>Valor Líquido</th> <th>Comissão Prevista</th> <th>Comissão Recebida</th> <th>Diferença</th> </tr> </thead> <tbody> </tbody> </table> </div>
💾 保存文件
← 返回文件管理器