summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/menuConfig.ts36
-rw-r--r--config/vendorInvestigationsColumnsConfig.ts9
2 files changed, 18 insertions, 27 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts
index f9293b1e..6cd4ae96 100644
--- a/config/menuConfig.ts
+++ b/config/menuConfig.ts
@@ -54,12 +54,12 @@ export const mainNav: MenuSection[] = [
descriptionKey: "menu.master_data.object_class_desc",
groupKey: "groups.design_info"
},
- {
- titleKey: "menu.master_data.sub_class",
- href: "/evcp/sub-class",
- descriptionKey: "menu.master_data.sub_class_desc",
- groupKey: "groups.design_info"
- },
+ // {
+ // titleKey: "menu.master_data.sub_class",
+ // href: "/evcp/sub-class",
+ // descriptionKey: "menu.master_data.sub_class_desc",
+ // groupKey: "groups.design_info"
+ // },
{
titleKey: "menu.master_data.tag_types",
href: "/evcp/tag-numbering",
@@ -728,12 +728,12 @@ export const engineeringNav: MenuSection[] = [
descriptionKey: "menu.master_data.object_class_desc",
groupKey: "groups.design_info"
},
- {
- titleKey: "menu.master_data.sub_class",
- href: "/engineering/sub-class",
- descriptionKey: "menu.master_data.sub_class_desc",
- groupKey: "groups.design_info"
- },
+ // {
+ // titleKey: "menu.master_data.sub_class",
+ // href: "/engineering/sub-class",
+ // descriptionKey: "menu.master_data.sub_class_desc",
+ // groupKey: "groups.design_info"
+ // },
{
titleKey: "menu.master_data.tag_types",
href: "/engineering/tag-numbering",
@@ -891,12 +891,12 @@ export const mainNavVendor: MenuSection[] = [
descriptionKey: "menu.vendor.engineering.data_input_offshore_desc",
groupKey: "groups.offshore",
},
- {
- titleKey: "menu.vendor.engineering.document_list_offshore",
- href: `/partners/document-list`,
- descriptionKey: "menu.vendor.engineering.document_list_offshore_desc",
- groupKey: "groups.offshore",
- },
+ // {
+ // titleKey: "menu.vendor.engineering.document_list_offshore",
+ // href: `/partners/document-list`,
+ // descriptionKey: "menu.vendor.engineering.document_list_offshore_desc",
+ // groupKey: "groups.offshore",
+ // },
{
titleKey: "menu.vendor.engineering.document_management",
href: `/partners/document-list-only`,
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts
index f3e0133e..ceb532e8 100644
--- a/config/vendorInvestigationsColumnsConfig.ts
+++ b/config/vendorInvestigationsColumnsConfig.ts
@@ -9,7 +9,6 @@ export type VendorInvestigationsViewRaw = {
requesterId: number | null
qmManagerId: number | null
investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED"
- evaluationType: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL"
investigationAddress: string | null
investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null
scheduledStartAt: Date | null
@@ -85,14 +84,6 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig
},
{
- id: "evaluationType",
- label: "평가 유형",
- excelHeader: "평가 유형",
- group: "실사",
- },
-
-
- {
id: "investigationAddress",
label: "실사 주소",
excelHeader: "실사 주소",