Actualizar proveedores.html

This commit is contained in:
2026-02-28 21:51:48 +00:00
parent ce1f58f4ed
commit 8bcdd75cd7

View File

@@ -118,7 +118,13 @@
</div>
</div>
</div>
<div class="flex items-center gap-4 text-left">
<div class="flex items-center gap-4 text-left">
<div class="flex flex-col items-end mr-2 text-left">
<span class="text-[9px] font-black text-slate-400 uppercase mb-1">Estado Operativo</span>
<select id="impStatus" class="bg-blue-50 text-blue-700 border border-blue-200 text-xs font-black px-3 py-1.5 rounded-xl outline-none focus:border-blue-400 cursor-pointer shadow-sm">
<option value="">Seleccionar Estado...</option>
</select>
</div>
<div class="flex flex-col items-end mr-4 text-left">
<span class="text-[9px] font-black text-slate-400 uppercase mb-1">Prioridad</span>
<select id="impUrgent" class="bg-slate-50 border border-slate-200 text-xs font-black px-3 py-1.5 rounded-xl outline-none focus:border-red-400 cursor-pointer">