✏️ 正在编辑: comissao-gerente.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/relatorio/comissao-gerente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Relatório Comissão Gerente</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="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">Nº Contrato</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">CPF</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">Produto</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">Prazo</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">Status</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">Corretor</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">Vl. Líquido</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">Com. Gerente</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">Vl. Gerente</label></dt> </dl> </fieldset> <div class="clear"></div> </div> <div id="view-content"> <table summary="RelProducao" class="relatorio" id="sortedTable"> <thead> <tr class="top_list"> <th>N° Contrato</th> <th>CPF</th> <th>Produto</th> <th>Prazo</th> <th>Status</th> <th>Corretor</th> <th>Vl. Líquido</th> <th>Com. Gerente(%)</th> <th>Vl. Gerente</th> </tr> </thead> <tbody></tbody> </table> </div>
💾 保存文件
← 返回文件管理器