이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
jason
/
FPSMS-frontend
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
update wordings
master
kelvinsuen
2 달 전
부모
eb536056ae
커밋
ab148e4abe
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/PutAwayScan/PutAwayModal.tsx
+1
-1
src/i18n/zh/purchaseOrder.json
+ 1
- 1
src/components/PutAwayScan/PutAwayModal.tsx
파일 보기
@@ -380,7 +380,7 @@ const PutAwayModal: React.FC<Props> = ({ open, onClose, warehouse, stockInLineId
<Grid container>
<Typography variant="h4" sx={{ fontWeight: 'bold', color: 'black' }} noWrap>
{warehouseId > 0 ? `${warehouse.find((w) => w.id == warehouseId)?.name}`
: `${warehouse.find((w) => w.id == 1)?.name} (
預設
)`}
: `${warehouse.find((w) => w.id == 1)?.name} (
建議
)`}
</Typography>
</Grid>
+ 1
- 1
src/i18n/zh/purchaseOrder.json
파일 보기
@@ -97,7 +97,7 @@
"acceptedWeight": "接受重量",
"productionDate": "生產日期",
"reportQty": "上報數量",
"Default Warehouse": "
預設倉庫
",
"Default Warehouse": "
建議倉位
",
"Select warehouse": "選擇倉庫",
"Putaway Detail": "上架詳情",
"Delivery Detail": "來貨詳情",
쓰기
미리보기
불러오는 중...
취소
저장