huminmin
2026-03-26 baa4c7e861b674cdf0ec86a3f055da9a8778e31e
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -278,7 +278,6 @@
    form.value.defectiveQuantity = totalQty;
  }
  console.log(totalQty);
  // 计算合格数量
  form.value.qualifiedQuantity = Number((totalQty - defectiveQty).toFixed(2));
});