✏️ 正在编辑: pagar-comissao-gerente.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/financeiro/pagar-comissao-gerente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Pagamento de Comissão - Gerente</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"> <form action="<?php echo $this->url(array( 'controller' => 'contrato', 'action' => 'baixar-pagamento-gerente', 'gerente_id' => $this->form->getValue('gerente_comercial_id') )) ?>" method="post" onsubmit="return validarChecks(this)"> <table summary="Contratos" class="relatorio" id="selecionar"> <thead> <tr class="top_list"> <th align="center"><input type="checkbox" name="control" id="control" value="all" onclick="myOptions.check(this)" /></th> <th>Empresa</th> <th>N° Contrato</th> <th>Banco</th> <th>Supervisor</th> <th>Corretor</th> <th>CPF Cliente</th> <th>Convênio</th> <th>Produto</th> <th>Prazo</th> <th>Vl. Liq</th> <th>Físico Recebido</th> <th>Físico Enviado</th> <th>Dias Atraso</th> <th></th> </tr> </thead> <tbody> </tbody> </table> </form> </div>
💾 保存文件
← 返回文件管理器