✏️ 正在编辑: minhas-comissoes.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/minhas-comissoes.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php $marcaDagua = Yuppie_Auth::getIdentity()->login; if (in_array(Yuppie_Auth::getIdentity()->grupo, ["Corretor", "Afiliado"])) { $marcaDagua = "ID: " . Yuppie_Auth::getIdentity()->id; } elseif (!empty(Yuppie_Auth::getIdentity()->corretor_id)) { $marcaDagua = "ID: " . Yuppie_Auth::getIdentity()->corretor_id; } ?> <style type="text/css"> .comissao_corretor::before { content: ""; position: fixed; top: 0; width: 100%; height: 100%; pointer-events: none; /* Usando background com SVG para repetir texto */ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='0' %3E%3Ctext x='50' y='50' text-anchor='middle' dominant-baseline='middle' font-family='Arial, sans-serif' font-size='18' font-weight='bold' fill='%23000' fill-opacity='0.09' transform='rotate(-35 80 10)' %3E<?php echo $marcaDagua; ?>%3C/text%3E%3C/svg%3E"); background-repeat: repeat; background-size: 130px 100px; } </style> <?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="columns_selected"> <fieldset> <legend>Selecione as colunas para exibição</legend> <dl> <dd><input type="checkbox" id="select_column1" name="select_column1" value="1" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column1">Banco</label></dt> <dd><input type="checkbox" id="select_column2" name="select_column2" value="2" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column2">Convênio</label></dt> <dd><input type="checkbox" id="select_column3" name="select_column3" value="3" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column3">Tabela</label></dt> <dd><input type="checkbox" id="select_column4" name="select_column4" value="4" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column4">Produto</label></dt> <dd><input type="checkbox" id="select_column5" name="select_column5" value="5" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column5">Valor de</label></dt> <dd><input type="checkbox" id="select_column6" name="select_column6" value="6" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column6">Valor a</label></dt> <dd><input type="checkbox" id="select_column7" name="select_column7" value="7" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column7">Prazo de</label></dt> <dd><input type="checkbox" id="select_column8" name="select_column8" value="8" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column8">Prazo a</label></dt> <dd><input type="checkbox" id="select_column9" name="select_column9" value="9" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column9">Taxa de</label></dt> <dd><input type="checkbox" id="select_column10" name="select_column10" value="10" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column10">Taxa a</label></dt> <dd><input type="checkbox" id="select_column11" name="select_column11" value="11" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column11">Idade Inicial</label></dt> <dd><input type="checkbox" id="select_column12" name="select_column12" value="12" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column12">Idade Final</label></dt> <dd><input type="checkbox" id="select_column13" name="select_column13" value="13" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column13">Espécie</label></dt> <?php if (!in_array(Yuppie_Auth::getIdentity()->grupo, ['Corretor', 'Supervisor', 'Gerente', 'Afiliado', 'Indicador']) && empty(Yuppie_Auth::getIdentity()->corretor_id)): ?> <dd><input type="checkbox" id="select_column14" name="select_column14" value="14" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column14">Comissão Emp.</label></dt> <?php endif; ?> <dd><input type="checkbox" id="select_column15" name="select_column15" value="15" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column15">Comissão</label></dt> <dd><input type="checkbox" id="select_column16" name="select_column16" value="16" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column16">Bônus</label></dt> <dd><input type="checkbox" id="select_column17" name="select_column17" value="17" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column17">Diferido</label></dt> <dd><input type="checkbox" id="select_column18" name="select_column18" value="18" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column18">Vl. Fixo</label></dt> <dd><input type="checkbox" id="select_column19" name="select_column19" value="19" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column19">Dt. Inicial</label></dt> <dd><input type="checkbox" id="select_column20" name="select_column20" value="20" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column20">Data Base</label></dt> <dd><input type="checkbox" id="select_column21" name="select_column21" value="21" onchange="hideShowTableColumn(this)" checked="checked" /></dd> <dt><label for="select_column21">Atualizado em</label></dt> </dl> </fieldset> <div class="clear"></div> </div> <div id="view-content" class="tabelas_comissoes"> <h2 class="tit_local">Comissões</h2> <table class="comissao_corretor tablesorter sortedTable table_export relatorio" id="sortedTable" summary="RelProducao" class="relatorio"> <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">Espécie</th> <?php if (!in_array(Yuppie_Auth::getIdentity()->grupo, ['Corretor', 'Supervisor', 'Gerente', 'Afiliado', 'Indicador']) && empty(Yuppie_Auth::getIdentity()->corretor_id)): ?> <th class="header">Comissão Emp.</th> <?php endif; ?> <th class="header">Comissão</th> <th class="header">Bônus</th> <th class="header">Diferido</th> <th class="header">Vl. Fixo</th> <th class="header">Dt. Inicial</th> <th class="header">Data Base</th> <th class="header">Atualizado em</th> </tr> </thead> <tbody> </tbody> <tfoot> <button type="button" class="export_csv bt_export" data-table="#sortedTable">Exportar p/ CSV</button> </tfoot> </table> </div>
💾 保存文件
← 返回文件管理器