Actualizar contabilidad.html
This commit is contained in:
@@ -494,6 +494,7 @@
|
|||||||
} else if(b.status === 'accepted') {
|
} else if(b.status === 'accepted') {
|
||||||
actions = `<button onclick="openConvertModal(${b.id})" class="bg-emerald-500 text-white px-3 py-1.5 rounded font-black text-[10px] uppercase tracking-widest shadow-md hover:bg-emerald-600">Crear Servicio</button>`;
|
actions = `<button onclick="openConvertModal(${b.id})" class="bg-emerald-500 text-white px-3 py-1.5 rounded font-black text-[10px] uppercase tracking-widest shadow-md hover:bg-emerald-600">Crear Servicio</button>`;
|
||||||
}
|
}
|
||||||
|
actions += `<button onclick="deleteBudget(${b.id}, '${b.status}')" class="text-slate-300 hover:text-red-500 p-2 ml-2 transition-colors" title="Borrar Presupuesto"><i data-lucide="trash-2" class="w-4 h-4"></i></button>`;
|
||||||
|
|
||||||
list.innerHTML += `
|
list.innerHTML += `
|
||||||
<div class="grid grid-cols-12 gap-4 p-4 items-center hover:bg-slate-50 transition-colors">
|
<div class="grid grid-cols-12 gap-4 p-4 items-center hover:bg-slate-50 transition-colors">
|
||||||
|
|||||||
Reference in New Issue
Block a user