presupuestos

This commit is contained in:
2021-05-23 11:29:02 -05:00
parent bb5b6fc86e
commit a505fe102e
6 changed files with 165 additions and 100 deletions

View File

@@ -14,7 +14,7 @@
)
"
border
empty-text="No hay compras realizadas"
empty-text="No hay compras registadas"
stripe
:summary-method="getSummaries"
show-summary
@@ -75,7 +75,7 @@
:saveCompra="saveCompra"
:updateCompra="updateCompra"
:isUpdate="isUpdate"
:openForm="openForm"
/>
</div>
</div>
@@ -105,7 +105,7 @@ export default {
metodos_pago: [],
categorias: [],
isUpdate: false,
openForm: false,
openForm: false ,
};
},
mounted() {
@@ -184,7 +184,8 @@ export default {
updateCompraClic(id) {
this.isUpdate = true;
this.newCompra = JSON.parse(JSON.stringify(this.compras[id]));
this.openForm = !this.openForm;
this.openForm = true;
console.log("SJS")
},
deleteCompra(id) {