Procházet zdrojové kódy

update

MergeProblem1
CANCERYS\kw093 před 2 dny
rodič
revize
4f4a5baf75
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      src/components/ProductionProcess/ProductionProcessStepExecution.tsx

+ 6
- 6
src/components/ProductionProcess/ProductionProcessStepExecution.tsx Zobrazit soubor

@@ -632,13 +632,13 @@ const ProductionProcessStepExecution: React.FC<ProductionProcessStepExecutionPro
<Typography fontWeight={500} color="warning.dark">{t("Defect")}{t("(3)")}</Typography> <Typography fontWeight={500} color="warning.dark">{t("Defect")}{t("(3)")}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectQty3}</Typography>
<Typography>{lineDetail.defectQty2}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectUom3 || "-"}</Typography>
<Typography>{lineDetail.defectUom2 || "-"}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectDescription3 || "-"}</Typography>
<Typography>{lineDetail.defectDescription2 || "-"}</Typography>
</TableCell> </TableCell>
</TableRow> </TableRow>
<TableRow sx={{ bgcolor: 'warning.50' }}> <TableRow sx={{ bgcolor: 'warning.50' }}>
@@ -646,13 +646,13 @@ const ProductionProcessStepExecution: React.FC<ProductionProcessStepExecutionPro
<Typography fontWeight={500} color="warning.dark">{t("Defect")}{t("(2)")}</Typography> <Typography fontWeight={500} color="warning.dark">{t("Defect")}{t("(2)")}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectQty2}</Typography>
<Typography>{lineDetail.defectQty3}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectUom2 || "-"}</Typography>
<Typography>{lineDetail.defectUom3 || "-"}</Typography>
</TableCell> </TableCell>
<TableCell> <TableCell>
<Typography>{lineDetail.defectDescription2 || "-"}</Typography>
<Typography>{lineDetail.defectDescription3 || "-"}</Typography>
</TableCell> </TableCell>
</TableRow> </TableRow>
<TableRow sx={{ bgcolor: 'error.50' }}> <TableRow sx={{ bgcolor: 'error.50' }}>


Načítá se…
Zrušit
Uložit