fix: Campos do filtro sintético ocultados

This commit is contained in:
Alessandro Gonçaalves 2025-10-21 00:52:33 -03:00
parent be48b04ee7
commit e6c957e28a
1 changed files with 12 additions and 12 deletions

View File

@ -878,7 +878,7 @@ export default function Teste() {
</div>
</div>
{/* Grupo */}
{/* Grupo
<div className="grid gap-3">
<Label htmlFor="grupo">GRUPO</Label>
<Select value={filtros.grupo} onValueChange={(value) => handleFiltroChange('grupo', value)}>
@ -892,9 +892,9 @@ export default function Teste() {
))}
</SelectContent>
</Select>
</div>
</div>*/}
{/* Subgrupo */}
{/* Subgrupo
<div className="grid gap-3">
<Label htmlFor="subgrupo">SUBGRUPO</Label>
<Select value={filtros.subgrupo} onValueChange={(value) => handleFiltroChange('subgrupo', value)}>
@ -908,9 +908,9 @@ export default function Teste() {
))}
</SelectContent>
</Select>
</div>
</div>*/}
{/* Centro de Custo */}
{/* Centro de Custo
<div className="grid gap-3">
<Label htmlFor="centro-custo">CENTRO DE CUSTO</Label>
<Select value={filtros.centroCusto} onValueChange={(value) => handleFiltroChange('centroCusto', value)}>
@ -924,9 +924,9 @@ export default function Teste() {
))}
</SelectContent>
</Select>
</div>
</div>*/}
{/* Conta */}
{/* Conta
<div className="grid gap-3">
<Label htmlFor="conta">CONTA</Label>
<Select value={filtros.conta} onValueChange={(value) => handleFiltroChange('conta', value)}>
@ -940,9 +940,9 @@ export default function Teste() {
))}
</SelectContent>
</Select>
</div>
</div>*/}
{/* Valor */}
{/* Valor
<div className="grid gap-3">
<Label>Valor</Label>
<div className="grid grid-cols-2 gap-3">
@ -973,9 +973,9 @@ export default function Teste() {
</div>
</div>
</div>
</div>
</div>*/}
{/* Busca Textual */}
{/* Busca Textual
<div className="grid gap-3">
<Label htmlFor="busca-textual">BUSCA TEXTUAL</Label>
<Input
@ -984,7 +984,7 @@ export default function Teste() {
onChange={(e) => handleFiltroChange('buscaTextual', e.target.value)}
placeholder="Pesquise por grupo, subgrupo, centro ou conta"
/>
</div>
</div>*/}
</div>
<SheetFooter className="flex gap-3">