This website works better with JavaScript.
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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": "來貨詳情",
Write
Preview
Loading…
取消
儲存