\r\n {showAnticipationColumn && (\r\n \r\n \r\n \r\n }\r\n checkedIcon={\r\n \r\n }\r\n checked={checkedTitles[title.uniqueId] || false}\r\n disabled={!canSolicitarAdiantamento(title, true)}\r\n onChange={event => {\r\n handleCheckBoxChange(title);\r\n if (event.target.checked && title.podeAntecipar) {\r\n handleSolicitarAdiantamento(title);\r\n }\r\n }}\r\n />\r\n \r\n | \r\n )}\r\n {title.filial} | \r\n {title.numeroTitulo} | \r\n \r\n {title.dataEmissao.map(l => (\r\n \r\n ))}\r\n | \r\n \r\n {title.notaInicial.map(l => (\r\n \r\n ))}\r\n | \r\n {formatDate(title.dataVencimento)} | \r\n \r\n {title.cnpj.length === 14\r\n ? maskCnpj(title.cnpj)\r\n : maskCpf(title.cnpj)}\r\n | \r\n {title.fornecedor} | \r\n \r\n {title.valor ? formatMoney(Number(title.valor)) : '-'}\r\n | \r\n \r\n {title.temAcrescimoDesconto ? (\r\n \r\n ) : (\r\n '-'\r\n )}\r\n | \r\n \r\n {title.temAdiantamentoDevolucao ? (\r\n \r\n ) : (\r\n '-'\r\n )}\r\n | \r\n {title.envioBanco} | \r\n {title.depositoBoleto} | \r\n {title.faturaReferente} | \r\n {title.dataBaixa ? formatDate(title.dataBaixa) : '-'} | \r\n \r\n {(title.idCnab || title.idPortal) && (\r\n \r\n getByteDoc(\r\n title.idCnab,\r\n title.idPortal,\r\n title.numeroTitulo\r\n )\r\n }\r\n />\r\n )}\r\n {!title.idCnab && !title.idPortal && '-'}\r\n | \r\n {title.numeroProcesso} | \r\n {title.poloAtivo} | \r\n \r\n ))}\r\n