Editar propiedad en venta
This commit is contained in:
@ -244,6 +244,9 @@
|
||||
return {
|
||||
price: (id, value) => {
|
||||
const idx = this.unidades.findIndex(unidad => unidad.pu_id === id)
|
||||
if (idx === -1) {
|
||||
return
|
||||
}
|
||||
const old_value = this.unidades[idx].precio
|
||||
if (old_value === parseFloat(value)) {
|
||||
return
|
||||
|
Reference in New Issue
Block a user