fix: conversão de tipo no PostgreSQL e correção de erro 400 Bad Request ao importar peças em lote via XLS

This commit is contained in:
2026-09-02 14:15:55 +00:00
parent 78d3f72545
commit b201e67291
6 changed files with 132 additions and 1 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ const CadastroOF = () => {
/>
</div>
<div>
<Label htmlFor="quantidade" className="text-sm font-medium text-muted-foreground">Quantidade (t)</Label>
<Label htmlFor="quantidade" className="text-sm font-medium text-muted-foreground">Quantidade (kg)</Label>
<Input
id="quantidade"
type="number"