Sacado calculo del front

This commit is contained in:
Alejandro Tasistro 2025-07-31 20:14:09 -03:00
parent 8362cacc84
commit 9ee6de7877

View file

@ -7,7 +7,7 @@
:requiere_notas="producto.requiere_notas"
/>
</td>
<td class="has-text-right">{{ `${cantidad(producto.id) * producto.precio}` }}</td>
<td class="has-text-right">{{ `${producto.total}` }}</td>
</tr>
</template>
<script>