fix: Campos do filtro sintético ocultados
This commit is contained in:
parent
be48b04ee7
commit
e6c957e28a
|
|
@ -878,7 +878,7 @@ export default function Teste() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Grupo */}
|
{/* Grupo
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label htmlFor="grupo">GRUPO</Label>
|
<Label htmlFor="grupo">GRUPO</Label>
|
||||||
<Select value={filtros.grupo} onValueChange={(value) => handleFiltroChange('grupo', value)}>
|
<Select value={filtros.grupo} onValueChange={(value) => handleFiltroChange('grupo', value)}>
|
||||||
|
|
@ -892,9 +892,9 @@ export default function Teste() {
|
||||||
))}
|
))}
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>*/}
|
||||||
|
|
||||||
{/* Subgrupo */}
|
{/* Subgrupo
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label htmlFor="subgrupo">SUBGRUPO</Label>
|
<Label htmlFor="subgrupo">SUBGRUPO</Label>
|
||||||
<Select value={filtros.subgrupo} onValueChange={(value) => handleFiltroChange('subgrupo', value)}>
|
<Select value={filtros.subgrupo} onValueChange={(value) => handleFiltroChange('subgrupo', value)}>
|
||||||
|
|
@ -908,9 +908,9 @@ export default function Teste() {
|
||||||
))}
|
))}
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>*/}
|
||||||
|
|
||||||
{/* Centro de Custo */}
|
{/* Centro de Custo
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label htmlFor="centro-custo">CENTRO DE CUSTO</Label>
|
<Label htmlFor="centro-custo">CENTRO DE CUSTO</Label>
|
||||||
<Select value={filtros.centroCusto} onValueChange={(value) => handleFiltroChange('centroCusto', value)}>
|
<Select value={filtros.centroCusto} onValueChange={(value) => handleFiltroChange('centroCusto', value)}>
|
||||||
|
|
@ -924,9 +924,9 @@ export default function Teste() {
|
||||||
))}
|
))}
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>*/}
|
||||||
|
|
||||||
{/* Conta */}
|
{/* Conta
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label htmlFor="conta">CONTA</Label>
|
<Label htmlFor="conta">CONTA</Label>
|
||||||
<Select value={filtros.conta} onValueChange={(value) => handleFiltroChange('conta', value)}>
|
<Select value={filtros.conta} onValueChange={(value) => handleFiltroChange('conta', value)}>
|
||||||
|
|
@ -940,9 +940,9 @@ export default function Teste() {
|
||||||
))}
|
))}
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>*/}
|
||||||
|
|
||||||
{/* Valor */}
|
{/* Valor
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label>Valor</Label>
|
<Label>Valor</Label>
|
||||||
<div className="grid grid-cols-2 gap-3">
|
<div className="grid grid-cols-2 gap-3">
|
||||||
|
|
@ -973,9 +973,9 @@ export default function Teste() {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>*/}
|
||||||
|
|
||||||
{/* Busca Textual */}
|
{/* Busca Textual
|
||||||
<div className="grid gap-3">
|
<div className="grid gap-3">
|
||||||
<Label htmlFor="busca-textual">BUSCA TEXTUAL</Label>
|
<Label htmlFor="busca-textual">BUSCA TEXTUAL</Label>
|
||||||
<Input
|
<Input
|
||||||
|
|
@ -984,7 +984,7 @@ export default function Teste() {
|
||||||
onChange={(e) => handleFiltroChange('buscaTextual', e.target.value)}
|
onChange={(e) => handleFiltroChange('buscaTextual', e.target.value)}
|
||||||
placeholder="Pesquise por grupo, subgrupo, centro ou conta"
|
placeholder="Pesquise por grupo, subgrupo, centro ou conta"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>*/}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<SheetFooter className="flex gap-3">
|
<SheetFooter className="flex gap-3">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue