components/WorkOrderPrint.vue
@@ -310,8 +310,7 @@ productionCount: r.productionCount ?? r.todayOutput ?? 0, totalProduction: r.kgQty ?? r.totalProduction ?? 0, good: r.sQuantity ?? r.okQty ?? 0, defective: (r.defectiveQty ?? ((r.kgQty ?? r.totalProduction ?? 0) - (r.sQuantity ?? r.okQty ?? 0))) defective: r.ngQty } }); }).catch(() => { this.reportingHistory = []; });