Actualizar proveedores.html
This commit is contained in:
@@ -118,7 +118,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</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">
|
<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>
|
<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">
|
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user