本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update
master
CANCERYS\kw093
3 月之前
父節點
ff1325da4e
當前提交
026aaba42d
共有
3 個檔案被更改
,包括
7 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/NavigationContent/NavigationContent.tsx
+3
-1
src/i18n/zh/common.json
+3
-2
src/i18n/zh/pickOrder.json
+ 1
- 1
src/components/NavigationContent/NavigationContent.tsx
查看文件
@@ -86,7 +86,7 @@ const NavigationContent: React.FC = () => {
},
{
icon: <RequestQuote />,
label: "Finished Good",
label: "Finished Good
Order
",
path: "/finishedGood",
},
],
+ 3
- 1
src/i18n/zh/common.json
查看文件
@@ -85,5 +85,7 @@
"Edit Job Order": "編輯工單",
"Production": "生產流程",
"Put Away": "上架",
"Put Away Scan": "上架掃碼"
"Put Away Scan": "上架掃碼",
"Finished Good Order": "成品訂單",
"finishedGood": "成品"
}
+ 3
- 2
src/i18n/zh/pickOrder.json
查看文件
@@ -186,6 +186,7 @@
"Pick Another Lot": "重新選擇批號",
"Lot No": "批號",
"Expiry Date": "到期日",
"Location": "位置"
"Location": "位置",
"All Pick Order Lots": "所有提料單批次",
"Completed": "已完成"
}
Write
Preview
Loading…
取消
儲存