diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
| commit | cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 (patch) | |
| tree | 0a26712f7685e4f6511e637b9a81269d90a47c8f /config | |
| parent | eb654f88214095f71be142b989e620fd28db3f69 (diff) | |
(대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 36 | ||||
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 9 |
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: "실사 주소", |
