Actualizar servicios.html

This commit is contained in:
2026-03-02 22:46:22 +00:00
parent fed9e48422
commit d89731fbbb

View File

@@ -669,6 +669,20 @@ async function searchClientByPhone(phone) {
<button onclick="event.stopPropagation(); window.location.href='trazabilidad.html?id=${s.id}'" class="p-1.5 bg-slate-50 text-slate-400 hover:text-blue-600 rounded-lg transition-colors border border-slate-100" title="Ver Historial">
<i data-lucide="history" class="w-3.5 h-3.5"></i>
</button>
// ... dentro de buildGridCard ...
<div class="flex items-center gap-2">
<button onclick="event.stopPropagation(); window.location.href='trazabilidad.html?id=${s.id}'" class="p-2 bg-slate-50 text-slate-400 hover:text-blue-600 rounded-xl transition-all border border-slate-100" title="Ver Historial">
<i data-lucide="history" class="w-4 h-4"></i>
</button>
<button onclick="event.stopPropagation(); openDetail(${s.id}, true)" class="p-2 bg-slate-50 text-slate-400 hover:text-amber-600 rounded-xl transition-all border border-slate-100" title="Editar Ficha">
<i data-lucide="edit-3" class="w-4 h-4"></i>
</button>
</div>
</div>
${raw.scheduled_date ? `
<div class="flex items-center gap-1.5 text-blue-600 shrink-0 ml-2 bg-blue-50 px-2 py-1 rounded-md border border-blue-100">