From 4f4a5baf7537af889f651b3262579a39c523224e Mon Sep 17 00:00:00 2001 From: "CANCERYS\\kw093" Date: Thu, 5 Feb 2026 10:51:52 +0800 Subject: [PATCH] update --- .../ProductionProcessStepExecution.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/ProductionProcess/ProductionProcessStepExecution.tsx b/src/components/ProductionProcess/ProductionProcessStepExecution.tsx index c8d1143..7e73e2a 100644 --- a/src/components/ProductionProcess/ProductionProcessStepExecution.tsx +++ b/src/components/ProductionProcess/ProductionProcessStepExecution.tsx @@ -632,13 +632,13 @@ const ProductionProcessStepExecution: React.FC{t("Defect")}{t("(3)")} - {lineDetail.defectQty3} + {lineDetail.defectQty2} - {lineDetail.defectUom3 || "-"} + {lineDetail.defectUom2 || "-"} - {lineDetail.defectDescription3 || "-"} + {lineDetail.defectDescription2 || "-"} @@ -646,13 +646,13 @@ const ProductionProcessStepExecution: React.FC{t("Defect")}{t("(2)")} - {lineDetail.defectQty2} + {lineDetail.defectQty3} - {lineDetail.defectUom2 || "-"} + {lineDetail.defectUom3 || "-"} - {lineDetail.defectDescription2 || "-"} + {lineDetail.defectDescription3 || "-"}