ソースを参照

update

master
CANCERYS\kw093 3週間前
コミット
2e603ec0be
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx

+ 1
- 1
src/components/ProductionProcess/ProductionProcessJobOrderDetail.tsx ファイルの表示

@@ -368,7 +368,7 @@ const handleRelease = useCallback(() => {
<Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}>
{t("Lines with insufficient stock: ")}<strong style={{ color: "red" }}>{stockCounts.insufficient}</strong>
</Typography>
{!fromJosave && (
{fromJosave && (
<Button
variant="contained"
color="primary"


読み込み中…
キャンセル
保存