✏️ 正在编辑: save.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/callcenter-base/save.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Cadastrar base</h1> <h2 class="sub_tit_local">Cliente: <?= $this->dados_cliente['nome'] ?>, Idade: <?= $this->idade($this->dados_cliente['data_nascimento']) ?></h2> <div id="view-content"> <?php echo $this->tabPane("tabs_callcenter_base", $this->formCliente, array( 'title' => 'Dados do Cliente' )); if($this->dados_cliente): echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Telefones']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Endereços']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Empréstimos']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Matrículas / NB']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Oportunidades']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Saldo FGTS']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Digitação de Proposta']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Histórico']); echo $this->tabPane("tabs_callcenter_base", '', ['title' => 'Marketing']); endif; echo $this->tabContainer("tabs_callcenter_base", ['selected' => $this->tab], ['class' => 'start', 'width' => '300']); ?> </div>
💾 保存文件
← 返回文件管理器