cyril.tsui 2 месяцев назад
Родитель
Сommit
47f274854a
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/components/JoSave/JoRelease.tsx

+ 2
- 2
src/components/JoSave/JoRelease.tsx Просмотреть файл

@@ -100,14 +100,14 @@ const JoRelease: React.FC<Props> = ({
{t("Lines with insufficient stock: ")}<strong style={{ color: 'red' }}>{stockCounts.insufficient}</strong>
</Typography>

{/* <Button
<Button
variant="contained"
color="primary"
onClick={handleRelease}
disabled={stockCounts.insufficient > 0 || status !== "planning"}
>
{t("Release")}
</Button> */}
</Button>
</Stack>



Загрузка…
Отмена
Сохранить