浏览代码

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 }}> <Typography variant="body2" color="text.secondary" sx={{ mt: 1 }}>
{t("Lines with insufficient stock: ")}<strong style={{ color: "red" }}>{stockCounts.insufficient}</strong> {t("Lines with insufficient stock: ")}<strong style={{ color: "red" }}>{stockCounts.insufficient}</strong>
</Typography> </Typography>
{!fromJosave && (
{fromJosave && (
<Button <Button
variant="contained" variant="contained"
color="primary" color="primary"


正在加载...
取消
保存