buhuazhen
2026-03-30 7f7f2ed6cc332d82260077a2e13920569dcc9632
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>