✏️ 正在编辑: index.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/oportunidade-negocio/index.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Oportunidades de Negócio</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" style="overflow-x: auto;"> <form id="f_oportunidades" action="<?php echo $this->url(['action' => 'oportunidades-enviar' ]); ?>" method="post" onsubmit="return validarChecks(this);"> <table summary="Oportunidades" class="tablesorter sortedTable relatorio" id="lista_oportunidades"> <thead> <tr class="top_list"> <th>Cliente</th> <th>CPF</th> <th>Idade</th> <th>Telefones</th> <th>Benefício/Matrícula</th> <th>Espécie</th> <th>Renda</th> <th>Margem Livre</th> <th>Margem Cartão</th> <th>Saque Complementar</th> <th>Data Atendimento</th> <th>Status Atendimento</th> <th colspan="6"></th> <th align="center"> <input type="checkbox" name="control" id="control" value="all" onclick="myOptions.check(this)" /> </th> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="19"></td> </tr> </tfoot> </table> <div> <button type="button" class="bt_email" onclick="enviarOportunidades('refinanciamento')">Notificar Refinanciamento</button> <button type="button" class="bt_email" onclick="enviarOportunidades('novo contrato')">Notificar Margem Livre</button> <button type="button" class="bt_email" onclick="enviarOportunidades('saque')">Notificar Saque</button> </div> <p> </p> </form> </div>
💾 保存文件
← 返回文件管理器