Преглед на файлове

revert button first

master
cyril.tsui преди 2 месеца
родител
ревизия
e0ad3fb7f6
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +2
    -2
      src/components/JoSave/JoRelease.tsx
  2. +1
    -1
      src/components/JoSave/JoSave.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>



+ 1
- 1
src/components/JoSave/JoSave.tsx Целия файл

@@ -192,7 +192,7 @@ const JoSave: React.FC<Props> = ({
{serverError}
</Typography>
)}
{/*<ActionButtons handleRelease={handleRelease} handleStart={handleStart}/>*/}
<ActionButtons handleRelease={handleRelease} handleStart={handleStart}/>
<InfoCard />
<JoRelease pickLines={pickLines} handleRelease={handleRelease}/>
<PickTable />


Зареждане…
Отказ
Запис