✏️ 正在编辑: grafico-producao-gerente.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/index/grafico-producao-gerente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<div id="producao_supervisor" class="container-box"> <div id="producao_supervisor_header"> <h2>Produção gerente/supervisor</h2> <form id="f_grafico-producao-gerente" action="<?php echo $this->url(array( 'action' => 'index' )) ?>" method="post"> <?php $identifyGrupo = Yuppie_Auth::getIdentity()->grupo; if( $identifyGrupo == "Administradores" || $identifyGrupo == "Sistema" ): echo "<label>Gerente:</label>"; $select = new Zend_Form_Element_Select('gerente_id'); $select->addMultiOptions(Core_Combos::getGerentesOptions()) ->setAttrib('onchange', 'metasSupervisor(this);') ->setAttrib('style', 'width: 200px') ->setValue($this->gerente) ->removeDecorator('DtDdWrapper') ->removeDecorator('HtmlTag') ->removeDecorator('Label'); echo $select; endif; ?> </form> </div> <div id="graficos"></div> </div>
💾 保存文件
← 返回文件管理器