# 8. Licitações

Entidade Atributo Valor
Licitações serigySchema https://serigy.tce.se.gov.br/comum/licitacoes.html
Caminho URL: [Portal da Transparencia]/Licitacoes
Item Descrição Atributo Valor
8.1 Tipo tipoLicitacao Texto
8.2 Íntegra dos editais de licitação, dispensa, inexigibilidade ou ata de adesão editalLicitacao Link
8.3 Resultado do processo licitatório indicando os vencedores vencedoresLicitacaoTabela Tabela
8.4 Resultado do processo licitatório indicando o valor valorLicitacao Número
8.5 Informação acerca da situação do certame faseLicitacao 1 - Aberto
2 - Em andamento
3 - Suspenso
4 - Encerrado
5 - Revogado
6 - Fracassado
7 - Deserto
9 - Reaberto
10 - Retificado
8.6 Descrição do objeto objetoLicitacao Texto
8.7 Código do processo codigoLicitacao Texto
8.8 Detalhes do processo licitatório detalhesLicitacao -
8.9 Ferramenta de pesquisa específica filtroPesquisa -
8.10 Gravação de relatórios em diversos formatos salvarRelatorio -
8.11 Informações atualizadas dataUltimaAtualizacao Data
8.12 Existência de histórico das informações historicoExercicio -

# Exemplos

Código HTML de exemplo para componente de pesquisa de processo licitatório:

<div serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html" serigyItem="filtroPesquisa">
  <!-- Outras seções HTML podem existir internamente -->
  <select serigyItem="historicoExercicio" serigyItemType="select"> <!-- Componente obrigatório -->
    <option serigyValue="2023">2023</option>
    <option serigyValue="2022">2022</option>
    <option serigyValue="2021">2021</option>
    <option serigyValue="2020">2020</option>
    <option serigyValue="2019">2019</option>
  </select>
  <button type="reset" serigyClearForm>Limpar Filtros</button>
  <button type="submit" serigyExecuteWaitSection="processoLicitatorioTabela">Pesquisar</button>
</div>

Código HTML para exibição de componente de formatos para exportação:

<div serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html">
  Salvar em:
  <a serigyItem="salvarRelatorio" serigyValue="pdf">PDF</a>
  <a serigyItem="salvarRelatorio" serigyValue="xls">XLS</a>
  <a serigyItem="salvarRelatorio" serigyValue="xlsx">XLSX</a>
  <a serigyItem="salvarRelatorio" serigyValue="ods">ODS</a>
  <a serigyItem="salvarRelatorio" serigyValue="csv">CSV</a>
  <a serigyItem="salvarRelatorio" serigyValue="json">JSON</a>
</div>

Código HTML para exibição da pesquisa de Processo Licitatório:

<table serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html" serigyLoadSection="processoLicitatorioTabela">
  <!-- Cabeçalho da tabela -->
  <thead>
    <th serigyItem="codigoLicitacao">Código do Processo Licitatório</th>
    <th serigyItem="objetoLicitacao">Descrição do Objeto da Licitação</th>
    <th serigyItem="faseLicitacao">Fase do Processo Licitatório</th>
    <th serigyItem="valorLicitacao">Valor do Processo Licitatório</th>
    <th > - </th>
  </thead>
  <!-- Dados referentes a certa linha da tabela -->
  <tbody>
    <td serigyItem="codigoLicitacao">SEI 189-6/2024</td>
    <td serigyItem="objetoLicitacao">Contratação de empresa ...</td>
    <td serigyItem="faseLicitacao" serigyValue="2">Em Andamento</td>
    <td serigyItem="valorLicitacao">R$84.033.234,00</td>
    <td serigyItem= "detalhesLicitacao" serigyExecuteWaitSection="detalhesLicitacao_102930_2022">
      <button>Ver Detalhes</button>
    </td>
  </tbody>
</table>

Código HTML para exibição da pesquisa de Processo Licitatório sem registros:

<table serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html" serigyLoadSection="processoLicitatorioTabela">
  <!-- Cabeçalho da tabela -->
  <thead>
    <th serigyItem="faseLicitacao">Fase do Processo Licitatório</th>
    <th serigyItem="valorLicitacao">Valor do Processo Licitatório</th>
  </thead>
  <!-- Dados referentes a certa linha da tabela -->
  <tbody>
    <td serigyEmpty="Motivo de não existir conteúdo" serigyItem="faseLicitacao"></td>
    <td serigyEmpty="Motivo de não existir conteúdo" serigyItem="valorLicitacao"></td>
  </tbody>
</table>

Código HTML para exibição dos Vencedores do Processo Licitatório:

<table serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html" serigyItem="vencedoresLicitacaoTabela">
  <!-- Cabeçalho da tabela -->
  <thead>
    <th>CPF/CNPJ</th>
    <th>Razão Social / Nome Fantasia</th>
    <th>Valor Contratado</th>
  </thead>
  <!-- Dados referentes a certa linha da tabela -->
  <tbody>
    <td>00.000.000/0000-00</td>
    <td>Comercial Lorem Ipsum</td>
    <td>R$23.489,33</td>
  </tbody>
</table>

Código HTML para exibição do Edital de Processo Licitatório:

<table serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html">
  <!-- Cabeçalho da tabela -->
  <thead>
    <tr>
      <th>Descrição</th>
      <th>Arquivo</th>
    </tr>
  </thead>
  <!-- Dados referentes a certa linha da tabela -->
  <tbody>
    <tr>
      <td>Edital</td>
      <td serigyItem="editalLicitacao"><a href="arquivos/edital.pdf">Download</a></td>
    </tr>
  </tbody>
</table>

Seção para informação de data de atualização das informações apresentadas:

<div serigySchema="https://serigy.tce.se.gov.br/comum/licitacoes.html" serigyItem="dataUltimaAtualizacao">
  Conjunto de informações atualizado em <strong>14/09/2023</strong> com dados até <strong>14/09/2023</strong>
</div>