huminmin
21 小时以前 867d3db6c5dd8b6b6546ed7030654f8f44297f3b
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));
});