张诺
18 小时以前 49e39f6f23ec7edf4b3fb2363ab2cf3e462fd5ce
src/views/productionManagement/productionReporting/components/formDia.vue
@@ -144,7 +144,7 @@
   const unitPrice = Number(form.value.unitPrice ?? 0);
   
   if (quantity > 0 && unitPrice > 0) {
      form.value.totalPrice = (quantity * unitPrice).toFixed(2);
      form.value.totalPrice = (quantity * unitPrice).toFixed(3);
   } else {
      form.value.totalPrice = '0.00';
   }