huminmin
19 小时以前 4f6e2410ac8910840e8176b54b6c72d3ca82a894
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));
});