Selaa lähdekoodia

update

reset-do-picking-order
B.E.N.S.O.N 2 viikkoa sitten
vanhempi
commit
66061a5837
3 muutettua tiedostoa jossa 29 lisäystä ja 12 poistoa
  1. +16
    -11
      src/components/NavigationContent/NavigationContent.tsx
  2. +12
    -0
      src/i18n/zh/common.json
  3. +1
    -1
      src/i18n/zh/jo.json

+ 16
- 11
src/components/NavigationContent/NavigationContent.tsx Näytä tiedosto

@@ -196,17 +196,22 @@ const NavigationContent: React.FC = () => {
path: "/settings/user", path: "/settings/user",
requiredAbility: [AUTH.VIEW_USER, AUTH.ADMIN], requiredAbility: [AUTH.VIEW_USER, AUTH.ADMIN],
}, },
{
icon: <Group />,
label: "User Group",
path: "/settings/user",
requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
},
//{
// icon: <Group />,
// label: "User Group",
// path: "/settings/user",
// requiredAbility: [AUTH.VIEW_GROUP, AUTH.ADMIN],
//},
{ {
icon: <Category />, icon: <Category />,
label: "Items", label: "Items",
path: "/settings/items", path: "/settings/items",
}, },
{
icon: <ViewModule />,
label: "BOM Weighting Score List",
path: "/settings/bomWeighting",
},
{ {
icon: <Storefront />, icon: <Storefront />,
label: "ShopAndTruck", label: "ShopAndTruck",
@@ -232,11 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Printer", label: "Printer",
path: "/settings/printer", path: "/settings/printer",
}, },
{
icon: <Person />,
label: "Customer",
path: "/settings/user",
},
//{
// icon: <Person />,
// label: "Customer",
// path: "/settings/user",
//},
{ {
icon: <VerifiedUser />, icon: <VerifiedUser />,
label: "QC Check Item", label: "QC Check Item",


+ 12
- 0
src/i18n/zh/common.json Näytä tiedosto

@@ -77,6 +77,18 @@
"user": "用戶", "user": "用戶",
"User Group": "用戶群組", "User Group": "用戶群組",
"Items": "物料", "Items": "物料",
"BOM Weighting Score List": "物料清單",
"Column Name": "欄位名稱",
"Range": "範圍",
"Weighting": "權重",
"Edit": "編輯",
"Edit BOM Weighting Score": "編輯物料清單",
"Save": "儲存",
"Saving": "儲存中",
"Cancel": "取消",
"Update Success": "更新成功",
"Update Failed": "更新失敗",
"Remarks": "備註",
"Release": "放單", "Release": "放單",
"Demand Forecast Setting": "需求預測設定", "Demand Forecast Setting": "需求預測設定",
"EquipmentType-EquipmentName-Code": "設備類型-設備名稱-編號", "EquipmentType-EquipmentName-Code": "設備類型-設備名稱-編號",


+ 1
- 1
src/i18n/zh/jo.json Näytä tiedosto

@@ -557,5 +557,5 @@
"Production Time Remaining": "生產剩餘時間", "Production Time Remaining": "生產剩餘時間",
"Process": "工序", "Process": "工序",
"Start": "開始", "Start": "開始",
"Finish": "完成"
"Finish": "完成"
} }

Ladataan…
Peruuta
Tallenna