このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jason
/
FPSMS-frontend
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
update
master
CANCERYS\kw093
3ヶ月前
親
ff1325da4e
コミット
026aaba42d
3個のファイルの変更
、
7行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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": "已完成"
}
書き込み
プレビュー
読み込み中…
キャンセル
保存