本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
quick update
master
cyril.tsui
2 月之前
父節點
e0ad3fb7f6
當前提交
47f274854a
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
取消
儲存