buhuazhen
6 天以前 1dced66c33122db330035bf2bc5b19c4936b2dd1
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>