✏️ 正在编辑: ValoresRecuperarCorretor.php
路径:
/srv/systems_dir/yuppiecred/application/forms/Filtro/ValoresRecuperarCorretor.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Form_Filtro_ValoresRecuperarCorretor extends Core_Form { public function init() { $this->setMethod('post'); $this->setName('f_filtro_valores_recuperar'); $this->setAttrib('autocomplete', 'off'); $this->addSelect('corretor_id', 'Corretor:', Core_Combos::getCorretoresOptions(true)) ->addElementWith('numero_contrato', $this->getOptions('Nº Contrato:')) ->addElementWith('numero_ade', $this->getOptions('Nº ADE:')) ->addSelect('banco_id', 'Banco:', Core_Combos::getBancosOptions()) ->addSelect('status', 'Situação:', [ '' => '', 'pendente' => 'Pendente', 'parcial' => 'Parcial', ]); $this->addElement('submit', 'btn_filtrar', [ 'label' => 'Buscar', 'class' => 'bt_find' ]); } }
💾 保存文件
← 返回文件管理器