Correção de horario e implantação da geração de Romaneio

This commit is contained in:
2026-08-27 16:21:56 -03:00
parent a0aafe62fc
commit ad1a071e4b
51 changed files with 3450 additions and 46 deletions

View File

@@ -0,0 +1,13 @@
<%# Uma célula editável + o marcador de "editado". %>
<div class="flex items-center gap-1">
<input type="text"
value="<%= linha.public_send(campo) %>"
data-romaneio-target="celula"
data-action="change->romaneio#salvarCelula"
data-linha-id="<%= linha.id %>"
data-campo="<%= campo %>"
data-original="<%= linha.public_send(campo) %>"
class="w-full bg-transparent border border-transparent hover:border-white/10 focus:border-orange-500
focus:bg-[#1a1a1a] rounded-lg px-2 py-2 text-gray-100 focus:outline-none min-h-[40px]">
<%= render 'marcador', linha: linha, campo: campo %>
</div>