huminmin
16 小时以前 eb3d2831b4c56f5f3c8615097e3cca1e0266d1ff
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));
});