✏️ 正在编辑: minhas-comissoes.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/corretor/minhas-comissoes.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if( Yuppie_Auth::getIdentity()->grupo == "Supervisor" ): ?> <h1 class="tit_local">Comissões do Corretor</h1> <?php else: ?> <h1 class="tit_local">Minhas comissões</h1> <?php endif; ?> <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" class="tabelas_comissoes"> <h2 class="tit_local">Comissões individuais</h2> <table class="comissao_corretor tablesorter sortedTable table_export" id="table_comissao_individual" > <thead> <tr class="top_list"> <th class="header">Banco</th> <th class="header">Convênio</th> <th class="header">Tabela</th> <th class="header">Produto</th> <th class="header">Valor de</th> <th class="header">Valor a</th> <th class="header">Prazo De</th> <th class="header">Prazo A</th> <th class="header">Taxa de</th> <th class="header">Taxa a</th> <th class="header">Idade Inicial</th> <th class="header">Idade Final</th> <th class="header">Comissão</th> <th class="header">Bônus</th> <th class="header">Diferimento</th> <th class="header">Vl. Fixo</th> <th class="header">Dt. Inicial</th> <th class="header">Data Base</th> <th class="header">Atualização de</th> </tr> </thead> <p> <tbody> <button type="button" class="export_csv bt_export" data-table="#table_comissao_individual">Exportar p/ CSV</button> </tbody> </p> </table> </div> <div id="view-content" class="tabelas_comissoes_grupo"> <h3 class="tit_local">Comissões de grupo</h3> <table class="comissao_grupo tablesorter sortedTable table_export" id="table_comissao_grupo"> <thead> <tr class="top_list"> <th class="header">Grupo</th> <th class="header">Banco</th> <th class="header">Convênio</th> <th class="header">Tabela</th> <th class="header">Produto</th> <th class="header">Valor de</th> <th class="header">Valor a</th> <th class="header">Prazo De</th> <th class="header">Prazo A</th> <th class="header">Taxa De</th> <th class="header">Taxa A</th> <th class="header">Idade Inicial</th> <th class="header">Idade Final</th> <th class="header">Comissão</th> <th class="header">Bônus</th> <th class="header">Diferimento</th> <th class="header">Adiantamento</th> <th class="header">Vl. Fixo</th> <th class="header">Dt. Inicial</th> <th class="header">Data Base</th> <th class="header">Atualização de</th> </tr> </thead> <p> <tbody> <button type="button" class="export_csv bt_export" data-table="#table_comissao_grupo">Exportar p/ CSV</button> </tbody> </p> </table> </div>
💾 保存文件
← 返回文件管理器