CANCERYS\kw093 2 달 전
부모
커밋
b9910d5457
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/components/PoDetail/EscalationComponent.tsx
  2. +2
    -1
      src/components/PoDetail/EscalationForm.tsx

+ 1
- 1
src/components/PoDetail/EscalationComponent.tsx 파일 보기

@@ -22,7 +22,7 @@ import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
import ExpandLessIcon from '@mui/icons-material/ExpandLess';
import { useTranslation } from 'react-i18next';
import { Controller, useFormContext } from 'react-hook-form';
import { EscalationInput, ModalFormInput } from '@/app/api/stockIn/actions';
import { EscalationInput, ModalFormInput } from '@/app/api/stockIn/index';
import { EscalationCombo } from "@/app/api/user";
import { fetchEscalationCombo } from "@/app/api/user/actions";
import { FireExtinguisher } from '@mui/icons-material';


+ 2
- 1
src/components/PoDetail/EscalationForm.tsx 파일 보기

@@ -1,6 +1,7 @@
"use client";

import { StockInLineEntry, EscalationInput } from "@/app/api/stockIn/actions";
import { StockInLineEntry} from "@/app/api/stockIn/actions";
import { EscalationInput } from "@/app/api/stockIn/index";
import {
Box,
Card,


불러오는 중...
취소
저장