✏️ 正在编辑: exibir-cliente.phtml
路径:
/srv/systems_dir/yuppiecred-bkp/application/views/scripts/callcenter/exibir-cliente.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php foreach ($this->beneficios as $beneficio) : if( $beneficio['parcela_suspensa'] ): ?> <div id="messages"> <p class="alert"> Atenção! O benefício <?php echo $beneficio['beneficio']; ?> está suspenso, pode haver problemas na averbação. </p> </div> <?php endif; endforeach; ?> <h1 class="tit_local">Atendimento - <?php echo $this->dados_campanha['nome']; ?> <?php echo ($this->dados_cliente['orgao']) ? "({$this->dados_cliente['orgao']})" : ""; ?> <?php echo $this->dados_cliente['hora_agendada'] != null ? " #" . $this->dados_cliente['hora_agendada'] : null; ?> <?php echo $this->dados_campanha['descricao'] ? "({$this->dados_campanha['descricao']})" : ""; ?> </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("cltpanel", $this->render('callcenter/panel-cliente.phtml'), ['title' => 'Dados do Cliente' ]); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/telefones.phtml'), ['title' => 'Telefones']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/enderecos.phtml'), ['title' => 'Endereços']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/beneficios.phtml'), ['title' => 'Benefícios / Matrícula']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/emprestimos.phtml'), ['title' => 'Empréstimos']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/oportunidade.phtml'), ['title' => 'Oportunidades']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/_fgts.phtml'), ['title' => 'Saldo FGTS']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/proposta.phtml'), ['title' => 'Digitação de Proposta']); ?> <?php echo $this->tabPane("cltpanel", $this->render('callcenter/atendimentos.phtml'), ['title' => 'Histórico de Atendimentos']); ?> <?php echo $this->tabContainer("cltpanel", array( 'selected' => $this->tab ), ['class' => 'start', 'width' => '300']) ?> </div>
💾 保存文件
← 返回文件管理器