| components/WorkOrderPrint.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 = []; });