소스 검색

update pass to just pass

production
CANCERYS\kw093 8 시간 전
부모
커밋
30492338ee
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/components/ProductionProcess/ProductionProcessDetail.tsx

+ 3
- 3
src/components/ProductionProcess/ProductionProcessDetail.tsx 파일 보기

@@ -796,7 +796,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : statusLower === 'in_progress' || statusLower === 'in progress' || statusLower === 'paused' ? (
@@ -821,7 +821,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
) : (
@@ -844,7 +844,7 @@ const processQrCode = useCallback((qrValue: string, lineId: number) => {
onClick={() => openPassConfirm(line.id)}
disabled={isPassDisabled}
>
{t("Pass")}
{t("Just Pass")}
</Button>
</>
)}


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