src/views/productionManagement/productionReporting/components/formDia.vue
@@ -141,7 +141,7 @@ const calculateTotalPrice = () => { const quantity = Number(form.value.finishedNum ?? 0); const unitPrice = Number(form.value.unitPrice ?? 0); if (quantity > 0 && unitPrice > 0) { form.value.totalPrice = (quantity * unitPrice).toFixed(2); } else { @@ -181,4 +181,4 @@ <style scoped> </style> </style>