diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx
index 996a12c..f47d72a 100644
--- a/src/components/NavigationContent/NavigationContent.tsx
+++ b/src/components/NavigationContent/NavigationContent.tsx
@@ -196,17 +196,22 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
requiredAbility: [AUTH.VIEW_USER, AUTH.ADMIN],
},
- {
- icon: ,
- label: "User Group",
- path: "/settings/user",
- requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
- },
+ //{
+ // icon: ,
+ // label: "User Group",
+ // path: "/settings/user",
+ // requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
+ //},
{
icon: ,
label: "Items",
path: "/settings/items",
},
+ {
+ icon: ,
+ label: "BOM Weighting Score List",
+ path: "/settings/bomWeighting",
+ },
{
icon: ,
label: "ShopAndTruck",
@@ -232,11 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Printer",
path: "/settings/printer",
},
- {
- icon: ,
- label: "Customer",
- path: "/settings/user",
- },
+ //{
+ // icon: ,
+ // label: "Customer",
+ // path: "/settings/user",
+ //},
{
icon: ,
label: "QC Check Item",
diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json
index 43c2265..c883594 100644
--- a/src/i18n/zh/common.json
+++ b/src/i18n/zh/common.json
@@ -77,6 +77,18 @@
"user": "用戶",
"User Group": "用戶群組",
"Items": "物料",
+ "BOM Weighting Score List": "物料清單",
+ "Column Name": "欄位名稱",
+ "Range": "範圍",
+ "Weighting": "權重",
+ "Edit": "編輯",
+ "Edit BOM Weighting Score": "編輯物料清單",
+ "Save": "儲存",
+ "Saving": "儲存中",
+ "Cancel": "取消",
+ "Update Success": "更新成功",
+ "Update Failed": "更新失敗",
+ "Remarks": "備註",
"Release": "放單",
"Demand Forecast Setting": "需求預測設定",
"EquipmentType-EquipmentName-Code": "設備類型-設備名稱-編號",
diff --git a/src/i18n/zh/jo.json b/src/i18n/zh/jo.json
index f481de8..7ff6959 100644
--- a/src/i18n/zh/jo.json
+++ b/src/i18n/zh/jo.json
@@ -557,5 +557,5 @@
"Production Time Remaining": "生產剩餘時間",
"Process": "工序",
"Start": "開始",
-"Finish": "完成"
+ "Finish": "完成"
}