From 70c6ce14bc8b721932701d5cba59c9910e478c70 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 23 Sep 2025 15:47:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=B9=E9=92=88=20=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=20=20=E5=A4=84=E7=90=86=20=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=AF=E4=BB=A5=E9=9B=86=E5=9B=A2=E5=88=B0=E5=AD=90?= =?UTF-8?q?=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/files/edit/PF149.js | 23 + src/files/edit/PF151.js | 26 + src/utils/customConfig.js | 1845 +++++++++++++++++++------------------ 3 files changed, 980 insertions(+), 914 deletions(-) create mode 100644 src/files/edit/PF149.js create mode 100644 src/files/edit/PF151.js diff --git a/src/files/edit/PF149.js b/src/files/edit/PF149.js new file mode 100644 index 0000000..01b98dc --- /dev/null +++ b/src/files/edit/PF149.js @@ -0,0 +1,23 @@ +import React, { useEffect, useState } from 'react' +import { message, Checkbox, Radio } from "antd/lib/index"; +import { getPropertyData, guid, extendInclude, extendRule, getDataFieldValue, setDataFieldValue, initFilter, empty, onBeforeSaveHandleRecordLog, Format } from "../../utils/common"; +import { connect } from 'dva'; +import moment from 'moment'; +import config from "../../config.js" +import { Button, Row, Col, Form, Input, Upload, Icon, Modal, Spin } from 'antd'; +import storage from '../../utils/storage' +import MD5 from "js-md5" +// import PlvVideoUpload from "@polyv/vod-upload-js-sdk/vod-upload-js-sdk.min.js"; +/** + * @return {string} + */ +// 编辑 事故事件调查结果填报 +export default { + + onBeforeEdit: ({ stateData, setFieldVisible, setFieldValue }) => { + if (stateData.ORG_ID == null || stateData.ORG_ID != '00300000-0000-0000-0000-000000000000') { + setFieldVisible("ISTOCHILE", false)//非总部 不能下发到子公司 + setFieldValue("ISHEAD", 0)//非总部配置 + } + } +} diff --git a/src/files/edit/PF151.js b/src/files/edit/PF151.js new file mode 100644 index 0000000..474acbb --- /dev/null +++ b/src/files/edit/PF151.js @@ -0,0 +1,26 @@ +import React, { useEffect, useState } from 'react' +import { message, Checkbox, Radio } from "antd/lib/index"; +import { getPropertyData, guid, extendInclude, extendRule, getDataFieldValue, setDataFieldValue, initFilter, empty, onBeforeSaveHandleRecordLog, Format } from "../../utils/common"; +import { connect } from 'dva'; +import moment from 'moment'; +import config from "../../config.js" +import { Button, Row, Col, Form, Input, Upload, Icon, Modal, Spin } from 'antd'; +import storage from '../../utils/storage' +import MD5 from "js-md5" +// import PlvVideoUpload from "@polyv/vod-upload-js-sdk/vod-upload-js-sdk.min.js"; +/** + * @return {string} + */ +// 编辑 事故事件调查结果填报 +export default { + + onBeforeSaveHandleRecord(params) { + params.record.STATUS = params.customParams; + }, + onBeforeEdit: ({ stateData, setFieldVisible, setFieldValue }) => { + if (stateData.ORG_ID == null || stateData.ORG_ID != '00300000-0000-0000-0000-000000000000') { + setFieldVisible("ISTOCHILE", false)//非总部 不能下发到子公司 + setFieldValue("ISHEAD", 0)//非总部配置 + } + } +} diff --git a/src/utils/customConfig.js b/src/utils/customConfig.js index bd72c84..eb04ead 100644 --- a/src/utils/customConfig.js +++ b/src/utils/customConfig.js @@ -19,10 +19,18 @@ const PFCustomPageConfigPage = Loadable({ loading: () =>
}) -const PMPlanningSchedulingPage = Loadable({ - loader: () => import('../components/CustomPages/PM/PlanningSchedulingPage'), - loading: () =>
-}) +// const PMPlanningSchedulingPage = Loadable({ +// loader: () => import('../components/CustomPages/PM/PlanningSchedulingPage'), +// loading: () =>
+// }) +// const SOMrpPage = Loadable({ +// loader: () => import('../components/CustomPages/SO/MrpPage'), +// loading: () =>
+// }) +// const BDPlantHierarchyPage = Loadable({ +// loader: () => import('../components/CustomPages/BD/BDPlantHierarchyPage'), +// loading: () =>
+// }) const FMRoleGroupEditPage = Loadable({ loader: () => import('../components/CustomPages/FM/RoleGroupEditPage'), @@ -39,19 +47,11 @@ const FM204ShowPrint = Loadable({ loading: () =>
}) -const SOMrpPage = Loadable({ - loader: () => import('../components/CustomPages/SO/MrpPage'), - loading: () =>
-}) const FMBaseConfig = Loadable({ loader: () => import('../components/CustomPages/FM/BaseConfig'), loading: () =>
}) -const BDPlantHierarchyPage = Loadable({ - loader: () => import('../components/CustomPages/BD/BDPlantHierarchyPage'), - loading: () =>
-}) const PFFlowSchemesEditPage = Loadable({ loader: () => import('../components/CustomPages/PF/FlowSchemesEditPage'), @@ -994,10 +994,6 @@ const HM121ShowPrint = Loadable({ loader: () => import('../components/CustomPages/HM/HM121ShowPrint'), loading: () =>
}) -const BS026ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS026ShowPrint'), - loading: () =>
-}) const HM104ShowPrint = Loadable({ loader: () => import('../components/CustomPages/HM/HM104ShowPrint'), @@ -1016,10 +1012,6 @@ const HM129ShowPrint = Loadable({ loading: () =>
}) -const BS032ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS032ShowPrint'), - loading: () =>
-}) const HM107ShowPrint = Loadable({ loader: () => import('../components/CustomPages/HM/HM107ShowPrint'), loading: () =>
@@ -1037,94 +1029,102 @@ const HMTasks = Loadable({ loader: () => import('../components/CustomPages/HM/HMTasks'), loading: () =>
}) -const BS034EditPage = Loadable({ - loader: () => import('../components/CustomPages/BS/BS034EditPage'), - loading: () =>
-}) -const BS034ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS034ShowPrint'), - loading: () =>
-}) -const BS006ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS006ShowPrint'), - loading: () =>
-}) -const BS006View = Loadable({ - loader: () => import('../components/CustomPages/BS/BS006View'), - loading: () =>
-}) -const BS042ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS042ShowPrint'), - loading: () =>
-}) -const BS042ActualCheck = Loadable({ - loader: () => import('../components/CustomPages/BS/BS042ActualCheck'), - loading: () =>
-}) -const BS044ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS044ShowPrint'), - loading: () =>
-}) -const BS044Check = Loadable({ - loader: () => import('../components/CustomPages/BS/BS044Check'), - loading: () =>
-}) -const BS044Notice = Loadable({ - loader: () => import('../components/CustomPages/BS/BS044Notice'), - loading: () =>
-}) -const BS046ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS046ShowPrint'), - loading: () =>
-}) -const BS048ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS048ShowPrint'), - loading: () =>
-}) -const BS049ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS049ShowPrint'), - loading: () =>
-}) -const BS044ShowPrintDOut = Loadable({ - loader: () => import('../components/CustomPages/BS/BS044ShowPrintDOut'), - loading: () =>
-}) -const BS044EditPage = Loadable({ - loader: () => import('../components/CustomPages/BS/BS044EditPage'), - loading: () =>
-}) -const BS064ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS064ShowPrint'), - loading: () =>
-}) -const BS069ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS069ShowPrint'), - loading: () =>
-}) -const BS070ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS070ShowPrint'), - loading: () =>
-}) -const BS072ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS072ShowPrint'), - loading: () =>
-}) -const BS074ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS074ShowPrint'), - loading: () =>
-}) -const BS073ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/BS/BS073ShowPrint'), - loading: () =>
-}) -const FileViewerShow = Loadable({ - loader: () => import('../components/common/FileViewerShow'), - loading: () =>
-}) -const BS076ShowOperateLog = Loadable({ - loader: () => import('../components/CustomPages/BS/BS076ShowOperateLog'), - loading: () =>
-}) +// const BS026ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS026ShowPrint'), +// loading: () =>
+// }) +// const BS032ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS032ShowPrint'), +// loading: () =>
+// }) +// const BS034EditPage = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS034EditPage'), +// loading: () =>
+// }) +// const BS034ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS034ShowPrint'), +// loading: () =>
+// }) +// const BS006ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS006ShowPrint'), +// loading: () =>
+// }) +// const BS006View = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS006View'), +// loading: () =>
+// }) +// const BS042ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS042ShowPrint'), +// loading: () =>
+// }) +// const BS042ActualCheck = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS042ActualCheck'), +// loading: () =>
+// }) +// const BS044ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS044ShowPrint'), +// loading: () =>
+// }) +// const BS044Check = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS044Check'), +// loading: () =>
+// }) +// const BS044Notice = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS044Notice'), +// loading: () =>
+// }) +// const BS046ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS046ShowPrint'), +// loading: () =>
+// }) +// const BS048ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS048ShowPrint'), +// loading: () =>
+// }) +// const BS049ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS049ShowPrint'), +// loading: () =>
+// }) +// const BS044ShowPrintDOut = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS044ShowPrintDOut'), +// loading: () =>
+// }) +// const BS044EditPage = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS044EditPage'), +// loading: () =>
+// }) +// const BS064ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS064ShowPrint'), +// loading: () =>
+// }) +// const BS069ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS069ShowPrint'), +// loading: () =>
+// }) +// const BS070ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS070ShowPrint'), +// loading: () =>
+// }) +// const BS072ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS072ShowPrint'), +// loading: () =>
+// }) +// const BS074ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS074ShowPrint'), +// loading: () =>
+// }) +// const BS073ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS073ShowPrint'), +// loading: () =>
+// }) +// const FileViewerShow = Loadable({ +// loader: () => import('../components/common/FileViewerShow'), +// loading: () =>
+// }) +// const BS076ShowOperateLog = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS076ShowOperateLog'), +// loading: () =>
+// }) const FO017ShowPrint = Loadable({ loader: () => import('../components/CustomPages/FO/FO017ShowPrint'), loading: () =>
@@ -1157,38 +1157,38 @@ const FO019ShowPrint = Loadable({ loader: () => import('../components/CustomPages/FO/FO019ShowPrint'), loading: () =>
}) -const BS034View = Loadable({ - loader: () => import('../components/CustomPages/BS/BS034View'), - loading: () =>
-}) -const SC028ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/SC/SC028ShowPrint'), - loading: () =>
-}) -const SC022Import = Loadable({ - loader: () => import('../components/CustomPages/SC/SC022Import'), - loading: () =>
-}) -const PT027Import = Loadable({ - loader: () => import('../components/CustomPages/PT/PT027Import'), - loading: () =>
-}) -const SC030ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/SC/SC030ShowPrint'), - loading: () =>
-}) -const SC030View = Loadable({ - loader: () => import('../components/CustomPages/SC/SC030View'), - loading: () =>
-}) -const SC030ShowPrintPer = Loadable({ - loader: () => import('../components/CustomPages/SC/SC030ShowPrintPer'), - loading: () =>
-}) -const SC030ShowPrintView = Loadable({ - loader: () => import('../components/CustomPages/SC/SC030ShowPrintView'), - loading: () =>
-}) +// const BS034View = Loadable({ +// loader: () => import('../components/CustomPages/BS/BS034View'), +// loading: () =>
+// }) +// const SC028ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC028ShowPrint'), +// loading: () =>
+// }) +// const SC022Import = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC022Import'), +// loading: () =>
+// }) +// const PT027Import = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT027Import'), +// loading: () =>
+// }) +// const SC030ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC030ShowPrint'), +// loading: () =>
+// }) +// const SC030View = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC030View'), +// loading: () =>
+// }) +// const SC030ShowPrintPer = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC030ShowPrintPer'), +// loading: () =>
+// }) +// const SC030ShowPrintView = Loadable({ +// loader: () => import('../components/CustomPages/SC/SC030ShowPrintView'), +// loading: () =>
+// }) const PreMeetingTask = Loadable({ loader: () => import('../components/CustomPages/Mobile/PreMeetingTask'), loading: () =>
@@ -1289,283 +1289,292 @@ const SE051ShowPrint = Loadable({ loader: () => import('../components/CustomPages/SE/SE051ShowPrint'), loading: () =>
}) -const LR001ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/LR/LR001ShowPrint'), - loading: () =>
-}) -const LR007Edit = Loadable({ - loader: () => import('../components/CustomPages/LR/LR007Edit'), - loading: () =>
-}) -const LR003ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/LR/LR003ShowPrint'), - loading: () =>
-}) -const LR007ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/LR/LR007ShowPrint'), - loading: () =>
-}) -const LR009ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/LR/LR009ShowPrint'), - loading: () =>
-}) +// const LR001ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/LR/LR001ShowPrint'), +// loading: () =>
+// }) +// const LR007Edit = Loadable({ +// loader: () => import('../components/CustomPages/LR/LR007Edit'), +// loading: () =>
+// }) +// const LR003ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/LR/LR003ShowPrint'), +// loading: () =>
+// }) +// const LR007ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/LR/LR007ShowPrint'), +// loading: () =>
+// }) +// const LR009ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/LR/LR009ShowPrint'), +// loading: () =>
+// }) const SCShowPrint = Loadable({ loader: () => import('../components/CustomPages/SC/SCShowPrint'), loading: () =>
}) -const OG001ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG001ShowPrint'), - loading: () =>
-}) -const OG001ReportView = Loadable({ - loader: () => import('../components/CustomPages/OG/OG001ReportView'), - loading: () =>
-}) -const OG003ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG003ShowPrint'), - loading: () =>
-}) -const OG005ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG005ShowPrint'), - loading: () =>
-}) -const OG005ImportPage = Loadable({ - loader: () => import('../components/CustomPages/OG/OG005ImportPage'), - loading: () =>
-}) -const OG008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG008ShowPrint'), - loading: () =>
-}) -const OG010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG010ShowPrint'), - loading: () =>
-}) -const OG011ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG011ShowPrint'), - loading: () =>
-}) -const OG013ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG013ShowPrint'), - loading: () =>
-}) -const OG015ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG015ShowPrint'), - loading: () =>
-}) -const OG023ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG023ShowPrint'), - loading: () =>
-}) -const OG025ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG025ShowPrint'), - loading: () =>
-}) -const OG027ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG027ShowPrint'), - loading: () =>
-}) -const OG030ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG030ShowPrint'), - loading: () =>
-}) -const OG030ReplyView = Loadable({ - loader: () => import('../components/CustomPages/OG/OG030ReplyView'), - loading: () =>
-}) -const OG031ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG031ShowPrint'), - loading: () =>
-}) -const OG034EditPage = Loadable({ - loader: () => import('../components/CustomPages/OG/OG034EditPage'), - loading: () =>
-}) -const OG018Check = Loadable({ - loader: () => import('../components/CustomPages/OG/OG018Check'), - loading: () =>
-}) -const OG020Edit = Loadable({ - loader: () => import('../components/CustomPages/OG/OG020Edit'), - loading: () =>
-}) -const OG059EditPage = Loadable({ - loader: () => import('../components/CustomPages/OG/OG059EditPage'), - loading: () =>
-}) -const OG059ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OG/OG059ShowPrint'), - loading: () =>
-}) -const OG059UserView = Loadable({ - loader: () => import('../components/CustomPages/OG/OG059UserView'), - loading: () =>
-}) -const PT014ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT014ShowPrint'), - loading: () =>
-}) -const PT017ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT017ShowPrint'), - loading: () =>
-}) -const TI008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI008ShowPrint'), - loading: () =>
-}) -const TI008ShowPrints = Loadable({ - loader: () => import('../components/CustomPages/TI/TI008ShowPrints'), - loading: () =>
-}) -const TI010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI010ShowPrint'), - loading: () =>
-}) -const TI012ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI012ShowPrint'), - loading: () =>
-}) -const TI014ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI014ShowPrint'), - loading: () =>
-}) -const TI016ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI016ShowPrint'), - loading: () =>
-}) -const TI018ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI018ShowPrint'), - loading: () =>
-}) -const TI021ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TI/TI021ShowPrint'), - loading: () =>
-}) -const OH003ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH003ShowPrint'), - loading: () =>
-}) -const OH005ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH005ShowPrint'), - loading: () =>
-}) -const OH006ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH006ShowPrint'), - loading: () =>
-}) -const OH010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH010ShowPrint'), - loading: () =>
-}) -const OH012ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH012ShowPrint'), - loading: () =>
-}) -const OH017Import = Loadable({ - loader: () => import('../components/CustomPages/OH/OH017Import'), - loading: () =>
-}) -const OH024ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH024ShowPrint'), - loading: () =>
-}) -const OH028ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH028ShowPrint'), - loading: () =>
-}) -const OH034ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/OH/OH034ShowPrint'), - loading: () =>
-}) -const AE006ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/AE/AE006ShowPrint'), - loading: () =>
-}) -const AE008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/AE/AE008ShowPrint'), - loading: () =>
-}) -const AE010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/AE/AE010ShowPrint'), - loading: () =>
-}) -const AE019ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/AE/AE019ShowPrint'), - loading: () =>
-}) -const AE018ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/AE/AE018ShowPrint'), - loading: () =>
-}) +// const OG001ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG001ShowPrint'), +// loading: () =>
+// }) +// const OG001ReportView = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG001ReportView'), +// loading: () =>
+// }) +// const OG003ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG003ShowPrint'), +// loading: () =>
+// }) +// const OG005ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG005ShowPrint'), +// loading: () =>
+// }) +// const OG005ImportPage = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG005ImportPage'), +// loading: () =>
+// }) +// const OG008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG008ShowPrint'), +// loading: () =>
+// }) +// const OG010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG010ShowPrint'), +// loading: () =>
+// }) +// const OG011ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG011ShowPrint'), +// loading: () =>
+// }) +// const OG013ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG013ShowPrint'), +// loading: () =>
+// }) +// const OG015ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG015ShowPrint'), +// loading: () =>
+// }) +// const OG023ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG023ShowPrint'), +// loading: () =>
+// }) +// const OG025ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG025ShowPrint'), +// loading: () =>
+// }) +// const OG027ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG027ShowPrint'), +// loading: () =>
+// }) +// const OG030ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG030ShowPrint'), +// loading: () =>
+// }) +// const OG030ReplyView = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG030ReplyView'), +// loading: () =>
+// }) +// const OG031ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG031ShowPrint'), +// loading: () =>
+// }) +// const OG034EditPage = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG034EditPage'), +// loading: () =>
+// }) +// const OG018Check = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG018Check'), +// loading: () =>
+// }) +// const OG020Edit = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG020Edit'), +// loading: () =>
+// }) +// const OG059EditPage = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG059EditPage'), +// loading: () =>
+// }) +// const OG059ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG059ShowPrint'), +// loading: () =>
+// }) +// const OG059UserView = Loadable({ +// loader: () => import('../components/CustomPages/OG/OG059UserView'), +// loading: () =>
+// }) -const PT020ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT020ShowPrint'), - loading: () =>
-}) -const PT024ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT024ShowPrint'), - loading: () =>
-}) +// const TI008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI008ShowPrint'), +// loading: () =>
+// }) +// const TI008ShowPrints = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI008ShowPrints'), +// loading: () =>
+// }) +// const TI010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI010ShowPrint'), +// loading: () =>
+// }) +// const TI012ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI012ShowPrint'), +// loading: () =>
+// }) +// const TI014ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI014ShowPrint'), +// loading: () =>
+// }) +// const TI016ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI016ShowPrint'), +// loading: () =>
+// }) +// const TI018ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI018ShowPrint'), +// loading: () =>
+// }) +// const TI021ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TI/TI021ShowPrint'), +// loading: () =>
+// }) -const PT029ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT029ShowPrint'), - loading: () =>
-}) -const PT013ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT013ShowPrint'), - loading: () =>
-}) -const PT036ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT036ShowPrint'), - loading: () =>
-}) -const PT040ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PT/PT040ShowPrint'), - loading: () =>
-}) -const PE005ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE005ShowPrint'), - loading: () =>
-}) -const PE007ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE007ShowPrint'), - loading: () =>
-}) -const PE009ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE009ShowPrint'), - loading: () =>
-}) -const PE019ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE019ShowPrint'), - loading: () =>
-}) -const PE021ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE021ShowPrint'), - loading: () =>
-}) -const PE022ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE022ShowPrint'), - loading: () =>
-}) -const PE027ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE027ShowPrint'), - loading: () =>
-}) -const PE029ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE029ShowPrint'), - loading: () =>
-}) -const PE029ShowPrintNew = Loadable({ - loader: () => import('../components/CustomPages/PE/PE029ShowPrintNew'), - loading: () =>
-}) +// const OH003ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH003ShowPrint'), +// loading: () =>
+// }) +// const OH005ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH005ShowPrint'), +// loading: () =>
+// }) +// const OH006ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH006ShowPrint'), +// loading: () =>
+// }) +// const OH010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH010ShowPrint'), +// loading: () =>
+// }) +// const OH012ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH012ShowPrint'), +// loading: () =>
+// }) +// const OH017Import = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH017Import'), +// loading: () =>
+// }) +// const OH024ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH024ShowPrint'), +// loading: () =>
+// }) +// const OH028ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH028ShowPrint'), +// loading: () =>
+// }) +// const OH034ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/OH/OH034ShowPrint'), +// loading: () =>
+// }) -const PE030ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PE/PE030ShowPrint'), - loading: () =>
-}) + + +// const AE006ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/AE/AE006ShowPrint'), +// loading: () =>
+// }) +// const AE008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/AE/AE008ShowPrint'), +// loading: () =>
+// }) +// const AE010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/AE/AE010ShowPrint'), +// loading: () =>
+// }) +// const AE019ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/AE/AE019ShowPrint'), +// loading: () =>
+// }) +// const AE018ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/AE/AE018ShowPrint'), +// loading: () =>
+// }) + +// const PT014ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT014ShowPrint'), +// loading: () =>
+// }) +// const PT017ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT017ShowPrint'), +// loading: () =>
+// }) +// const PT020ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT020ShowPrint'), +// loading: () =>
+// }) + +// const PT024ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT024ShowPrint'), +// loading: () =>
+// }) + +// const PT029ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT029ShowPrint'), +// loading: () =>
+// }) + +// const PT013ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT013ShowPrint'), +// loading: () =>
+// }) +// const PT036ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT036ShowPrint'), +// loading: () =>
+// }) +// const PT040ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PT/PT040ShowPrint'), +// loading: () =>
+// }) + + +// const PE005ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE005ShowPrint'), +// loading: () =>
+// }) +// const PE007ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE007ShowPrint'), +// loading: () =>
+// }) +// const PE009ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE009ShowPrint'), +// loading: () =>
+// }) +// const PE019ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE019ShowPrint'), +// loading: () =>
+// }) +// const PE021ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE021ShowPrint'), +// loading: () =>
+// }) +// const PE022ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE022ShowPrint'), +// loading: () =>
+// }) +// const PE027ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE027ShowPrint'), +// loading: () =>
+// }) +// const PE029ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE029ShowPrint'), +// loading: () =>
+// }) +// const PE029ShowPrintNew = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE029ShowPrintNew'), +// loading: () =>
+// }) + +// const PE030ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PE/PE030ShowPrint'), +// loading: () =>
+// }) const SC046ShowPrint = Loadable({ loader: () => import('../components/CustomPages/SC/SC046ShowPrint'), loading: () =>
@@ -1574,10 +1583,6 @@ const SC052ShowPrint = Loadable({ loader: () => import('../components/CustomPages/SC/SC052ShowPrint'), loading: () =>
}) -const PR003ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR003ShowPrint'), - loading: () =>
-}) const CM018ShowPrint = Loadable({ loader: () => import('../components/CustomPages/CM/CM018ShowPrint'), loading: () =>
@@ -1636,146 +1641,154 @@ const CM045ShowPrint = Loadable({ }) -const PR007ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR007ShowPrint'), - loading: () =>
-}) -const PR009ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR009ShowPrint'), - loading: () =>
-}) -const PR011ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR011ShowPrint'), - loading: () =>
-}) -const PR013ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR013ShowPrint'), - loading: () =>
-}) -const PR015ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR015ShowPrint'), - loading: () =>
-}) -const PR019ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR019ShowPrint'), - loading: () =>
-}) -const PR023ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR023ShowPrint'), - loading: () =>
-}) -const PR026ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR026ShowPrint'), - loading: () =>
-}) -const PR028ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR028ShowPrint'), - loading: () =>
-}) -const PR046ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR046ShowPrint'), - loading: () =>
-}) -const PR048ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR048ShowPrint'), - loading: () =>
-}) -const PR050ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR050ShowPrint'), - loading: () =>
-}) -const PR052ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR052ShowPrint'), - loading: () =>
-}) -const PR056ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR056ShowPrint'), - loading: () =>
-}) -const PR058ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR058ShowPrint'), - loading: () =>
-}) -const PR060ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR060ShowPrint'), - loading: () =>
-}) -const PR062ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR062ShowPrint'), - loading: () =>
-}) -const PR064ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR064ShowPrint'), - loading: () =>
-}) -const PR066ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR066ShowPrint'), - loading: () =>
-}) -const PR068ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/PR/PR068ShowPrint'), - loading: () =>
-}) -const DM019ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM019ShowPrint'), - loading: () =>
-}) -const DM021ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM021ShowPrint'), - loading: () =>
-}) -const DM002ShowPrintCheck = Loadable({ - loader: () => import('../components/CustomPages/DM/DM002ShowPrintCheck'), - loading: () =>
-}) -const DM008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM008ShowPrint'), - loading: () =>
-}) -const DM008ShowSummary = Loadable({ - loader: () => import('../components/CustomPages/DM/DM008ShowSummary'), - loading: () =>
-}) -const DM009ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM009ShowPrint'), - loading: () =>
-}) -const DM010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM010ShowPrint'), - loading: () =>
-}) -const DM032ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM032ShowPrint'), - loading: () =>
-}) -const DM012ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM012ShowPrint'), - loading: () =>
-}) -const DM014ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM014ShowPrint'), - loading: () =>
-}) -const DM016ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM016ShowPrint'), - loading: () =>
-}) -const DM030ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM030ShowPrint'), - loading: () =>
-}) -const DM036ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM036ShowPrint'), - loading: () =>
-}) -const DM045ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM045ShowPrint'), - loading: () =>
-}) -const DM026ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM026ShowPrint'), - loading: () =>
-}) +// const PR003ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR003ShowPrint'), +// loading: () =>
+// }) +// const PR007ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR007ShowPrint'), +// loading: () =>
+// }) +// const PR009ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR009ShowPrint'), +// loading: () =>
+// }) +// const PR011ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR011ShowPrint'), +// loading: () =>
+// }) +// const PR013ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR013ShowPrint'), +// loading: () =>
+// }) +// const PR015ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR015ShowPrint'), +// loading: () =>
+// }) +// const PR019ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR019ShowPrint'), +// loading: () =>
+// }) +// const PR023ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR023ShowPrint'), +// loading: () =>
+// }) +// const PR026ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR026ShowPrint'), +// loading: () =>
+// }) +// const PR028ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR028ShowPrint'), +// loading: () =>
+// }) +// const PR046ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR046ShowPrint'), +// loading: () =>
+// }) +// const PR048ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR048ShowPrint'), +// loading: () =>
+// }) +// const PR050ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR050ShowPrint'), +// loading: () =>
+// }) +// const PR052ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR052ShowPrint'), +// loading: () =>
+// }) +// const PR056ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR056ShowPrint'), +// loading: () =>
+// }) +// const PR058ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR058ShowPrint'), +// loading: () =>
+// }) +// const PR060ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR060ShowPrint'), +// loading: () =>
+// }) +// const PR062ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR062ShowPrint'), +// loading: () =>
+// }) +// const PR064ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR064ShowPrint'), +// loading: () =>
+// }) +// const PR066ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR066ShowPrint'), +// loading: () =>
+// }) +// const PR068ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/PR/PR068ShowPrint'), +// loading: () =>
+// }) +// const DM019ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM019ShowPrint'), +// loading: () =>
+// }) +// const DM021ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM021ShowPrint'), +// loading: () =>
+// }) +// const DM002ShowPrintCheck = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM002ShowPrintCheck'), +// loading: () =>
+// }) +// const DM008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM008ShowPrint'), +// loading: () =>
+// }) +// const DM008ShowSummary = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM008ShowSummary'), +// loading: () =>
+// }) +// const DM009ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM009ShowPrint'), +// loading: () =>
+// }) +// const DM010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM010ShowPrint'), +// loading: () =>
+// }) +// const DM032ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM032ShowPrint'), +// loading: () =>
+// }) +// const DM012ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM012ShowPrint'), +// loading: () =>
+// }) +// const DM014ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM014ShowPrint'), +// loading: () =>
+// }) +// const DM016ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM016ShowPrint'), +// loading: () =>
+// }) +// const DM030ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM030ShowPrint'), +// loading: () =>
+// }) +// const DM036ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM036ShowPrint'), +// loading: () =>
+// }) +// const DM045ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM045ShowPrint'), +// loading: () =>
+// }) +// const DM026ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM026ShowPrint'), +// loading: () =>
+// }) +// const DM034ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/DM/DM034ShowPrint'), +// loading: () =>
+// }) const BIView = Loadable({ loader: () => import('../components/CustomPages/BI/BIView'), loading: () =>
@@ -1941,76 +1954,76 @@ const FO025ShowPrint = Loadable({ loader: () => import('../components/CustomPages/FO/FO025ShowPrint'), loading: () =>
}) -const TL037ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL037ShowPrint'), - loading: () =>
-}) -const TL039ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL039ShowPrint'), - loading: () =>
-}) -const TL041ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL041ShowPrint'), - loading: () =>
-}) -const TL043ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL043ShowPrint'), - loading: () =>
-}) -const TL044ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL044ShowPrint'), - loading: () =>
-}) -const TL046ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL046ShowPrint'), - loading: () =>
-}) +// const TL037ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL037ShowPrint'), +// loading: () =>
+// }) +// const TL039ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL039ShowPrint'), +// loading: () =>
+// }) +// const TL041ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL041ShowPrint'), +// loading: () =>
+// }) +// const TL043ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL043ShowPrint'), +// loading: () =>
+// }) +// const TL044ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL044ShowPrint'), +// loading: () =>
+// }) +// const TL046ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL046ShowPrint'), +// loading: () =>
+// }) +// const TL004ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL004ShowPrint'), +// loading: () =>
+// }) +// const TL006ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL006ShowPrint'), +// loading: () =>
+// }) +// const TL008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL008ShowPrint'), +// loading: () =>
+// }) +// const TL010ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL010ShowPrint'), +// loading: () =>
+// }) +// const TL014ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL014ShowPrint'), +// loading: () =>
+// }) +// const TL016ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL016ShowPrint'), +// loading: () =>
+// }) +// const TL018ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL018ShowPrint'), +// loading: () =>
+// }) +// const TL023ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL023ShowPrint'), +// loading: () =>
+// }) +// const TL025ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL025ShowPrint'), +// loading: () =>
+// }) +// const TL027ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL027ShowPrint'), +// loading: () =>
+// }) +// const TL029ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/TL/TL029ShowPrint'), +// loading: () =>
+// }) -const TL004ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL004ShowPrint'), - loading: () =>
-}) -const TL006ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL006ShowPrint'), - loading: () =>
-}) -const TL008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL008ShowPrint'), - loading: () =>
-}) -const TL010ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL010ShowPrint'), - loading: () =>
-}) -const TL014ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL014ShowPrint'), - loading: () =>
-}) -const TL016ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL016ShowPrint'), - loading: () =>
-}) -const TL018ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL018ShowPrint'), - loading: () =>
-}) -const TL023ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL023ShowPrint'), - loading: () =>
-}) -const TL025ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL025ShowPrint'), - loading: () =>
-}) -const TL027ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL027ShowPrint'), - loading: () =>
-}) -const TL029ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/TL/TL029ShowPrint'), - loading: () =>
-}) const BI020ApproveAnalysis = Loadable({ loader: () => import('../components/CustomPages/BI/BI020ApproveAnalysis'), loading: () =>
@@ -2019,10 +2032,6 @@ const BI014RiskPerformanceModel = Loadable({ loader: () => import('../components/CustomPages/BI/BI014RiskPerformanceModel'), loading: () =>
}) -const DM034ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/DM/DM034ShowPrint'), - loading: () =>
-}) const BI012FormRunAnalysis = Loadable({ loader: () => import('../components/CustomPages/BI/BI012FormRunAnalysis'), loading: () =>
@@ -2155,102 +2164,91 @@ const SK045ShowPrint = Loadable({ loader: () => import('../components/CustomPages/SK/SK045ShowPrint'), loading: () =>
}) -const WB002ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB002ShowPrint'), - loading: () =>
-}) -const WB004ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB004ShowPrint'), - loading: () =>
-}) -const WB006ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB006ShowPrint'), - loading: () =>
-}) -const WB008Operate = Loadable({ - loader: () => import('../components/CustomPages/WB/WB008Operate'), - loading: () =>
-}) -const WB008ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB008ShowPrint'), - loading: () =>
-}) -const WB008PaperPage = Loadable({ - loader: () => import('../components/CustomPages/WB/WB008PaperPage'), - loading: () =>
-}) -const WB008VideoPage = Loadable({ - loader: () => import('../components/CustomPages/WB/WB008VideoPage'), - loading: () =>
-}) -const WB008ConfirmPage = Loadable({ - loader: () => import('../components/CustomPages/WB/WB008ConfirmPage'), - loading: () =>
-}) -const WB013ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB013ShowPrint'), - loading: () =>
-}) -const WB019ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB019ShowPrint'), - loading: () =>
-}) -const WB021ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB021ShowPrint'), - loading: () =>
-}) -const WB023ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB023ShowPrint'), - loading: () =>
-}) -const WB025ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB025ShowPrint'), - loading: () =>
-}) -const WB027ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB027ShowPrint'), - loading: () =>
-}) -const WB029ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB029ShowPrint'), - loading: () =>
-}) -const WB031ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB031ShowPrint'), - loading: () =>
-}) -const WB037ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB037ShowPrint'), - loading: () =>
-}) -const WB039ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB039ShowPrint'), - loading: () =>
-}) -const WB052ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB052ShowPrint'), - loading: () =>
-}) -const WB053ShowPrint = Loadable({ - loader: () => import('../components/CustomPages/WB/WB053ShowPrint'), - loading: () =>
-}) +// const WB002ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB002ShowPrint'), +// loading: () =>
+// }) +// const WB004ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB004ShowPrint'), +// loading: () =>
+// }) +// const WB006ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB006ShowPrint'), +// loading: () =>
+// }) +// const WB008Operate = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB008Operate'), +// loading: () =>
+// }) +// const WB008ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB008ShowPrint'), +// loading: () =>
+// }) +// const WB008PaperPage = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB008PaperPage'), +// loading: () =>
+// }) +// const WB008VideoPage = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB008VideoPage'), +// loading: () =>
+// }) +// const WB008ConfirmPage = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB008ConfirmPage'), +// loading: () =>
+// }) +// const WB013ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB013ShowPrint'), +// loading: () =>
+// }) +// const WB019ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB019ShowPrint'), +// loading: () =>
+// }) +// const WB021ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB021ShowPrint'), +// loading: () =>
+// }) +// const WB023ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB023ShowPrint'), +// loading: () =>
+// }) +// const WB025ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB025ShowPrint'), +// loading: () =>
+// }) +// const WB027ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB027ShowPrint'), +// loading: () =>
+// }) +// const WB029ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB029ShowPrint'), +// loading: () =>
+// }) +// const WB031ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB031ShowPrint'), +// loading: () =>
+// }) +// const WB037ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB037ShowPrint'), +// loading: () =>
+// }) +// const WB039ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB039ShowPrint'), +// loading: () =>
+// }) +// const WB052ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB052ShowPrint'), +// loading: () =>
+// }) +// const WB053ShowPrint = Loadable({ +// loader: () => import('../components/CustomPages/WB/WB053ShowPrint'), +// loading: () =>
+// }) export default function (componentName, formId, formParam, data, formCode, formData) { return { - FMUserEditPage: , - FMUserEditPageAuth: , - FMUserGroupEditPage: , - FMRoleGroupEditPage: , - FMRoleEditPage: , - FM204ShowPrint: , - PFCustomPageConfigPage: , //PMPlanningSchedulingPage: , //SOMrpPage: , - FMBaseConfig: , // BDPlantHierarchyPage: , - PFFlowSchemesEditPage: , - PFFlowSchemesShowPage: , - PFFlowPermitEditPage: , // POOrderPermitShowPage: , // POApplyOrderToOrderPage: , // PMProductCalendarPage: , @@ -2274,24 +2272,17 @@ export default function (componentName, formId, formParam, data, formCode, formD // PMBatchSchedulingPage: , // WHShowInventoryPage: , // EMFeedProposalPage: , - PFFormConfigSqlPage: , - PF147ShowPrint: , // EMShowFeedProposalPage: , // EMEmOrderEditPage: , // EMEMOrderFlowCardPage: , - WOSOPViewPage: , // WOPdtOrderBomPage: , // FMProductImportPage: , // FMProductBatchImport: , // FMProductOtherBatchImport: , - FMCustomImportPage: , - FMNodeSchedulingPage: , // EDProRecordSchedulingPage: , // PMProPlanSchedulingPage: , // BRWorkDayRecord: , // BRWorkWip: , - PFEntitySqlPage: , - PFInitDestOrgPage: , // WOPdtOrderOverPickingPage: , // EMEMProposalFlowCardPage: , // MMSnSearchPage: , @@ -2304,11 +2295,8 @@ export default function (componentName, formId, formParam, data, formCode, formD // MREquipmentStandbyOutWhPage: , // MRVulnerablePartsInWhPage: , // MRVulnerablePartsOutWhPage: , - PFEntityFieldListPage: , - PFExecuteSqlPage: , // WHInventoryChangePage: , // WHAllocateReturnProductPage: , - PFSendInfoToClientPage: , // MMReworkPdtOrderPage: , // WHBoxQueryPage: , // QCMangerAdd: , @@ -2316,11 +2304,9 @@ export default function (componentName, formId, formParam, data, formCode, formD // MMSupplyFeedPdtOrderPage: , // WOPdtOrderEditByConfigPage: , // QCQcOrderPrintPage: , - PFFormConfigByNamePage: , // MMReworkPdtOrderBySnPage: , // WHPdtStockPrintPage: , // WHPickingStockPrintPage: , - BDPictureEditPage: , // EmHistoryPage: , // EMPeakValleyPage: , // EDUnitUseByCrewPage: , @@ -2344,9 +2330,7 @@ export default function (componentName, formId, formParam, data, formCode, formD // BDEquipmentListPage: , // EMEquipmentMonitoringPage: , // FMEnterpriseInfoPage: , - BDHmiPage: , // EMHmiPage: , - BDWordPage: , // BDPowerCabinetHmiPage: , // EDUnitUsePage: , // EDUnitUsePage2: , @@ -2423,6 +2407,31 @@ export default function (componentName, formId, formParam, data, formCode, formD // FMVariablePage: , // EDEnergyKpiItemPage: , + FMUserEditPage: , + FMUserEditPageAuth: , + FMUserGroupEditPage: , + FMRoleGroupEditPage: , + FMRoleEditPage: , + FM204ShowPrint: , + PFCustomPageConfigPage: , + FMBaseConfig: , + PFFlowSchemesEditPage: , + PFFlowSchemesShowPage: , + PFFlowPermitEditPage: , + PFFormConfigSqlPage: , + PF147ShowPrint: , + WOSOPViewPage: , + FMCustomImportPage: , + FMNodeSchedulingPage: , + PFEntitySqlPage: , + PFInitDestOrgPage: , + PFEntityFieldListPage: , + PFExecuteSqlPage: , + PFSendInfoToClientPage: , + PFFormConfigByNamePage: , + BDPictureEditPage: , + BDHmiPage: , + BDWordPage: , CloseTasks: , FO003ShowPrint: , FO003ShowPrintJD: , @@ -2439,7 +2448,6 @@ export default function (componentName, formId, formParam, data, formCode, formD HM121ShowPrint: , HM129ShowPrint: , - BS034EditPage: , FO017ShowPrint: , FO017ShowPrintJD: , FO008ShowPrint: , @@ -2449,19 +2457,9 @@ export default function (componentName, formId, formParam, data, formCode, formD FO021EditPage: , FO015ShowPrint: , - BS026ShowPrint: , - SC028ShowPrint: , - SC022Import: , - PT027Import: , - SC030ShowPrint: , - SC030View: , - SC030ShowPrintPer: , - SC030ShowPrintView: , - SC073ShowPrint: , HM104ShowPrint: , HM087ShowPrint: , HM109ShowPrint: , - BS032ShowPrint: , HM107ShowPrint: , HM111ShowPrint: , HM123ShowPrint: , @@ -2473,29 +2471,9 @@ export default function (componentName, formId, formParam, data, formCode, formD PFCommonApproveView: , PFTodayReminder: , SelectUser: , - BS034ShowPrint: , - BS034View: , - BS006ShowPrint: , - BS006View: , - BS042ShowPrint: , - BS042ActualCheck: , - BS044ShowPrint: , - BS044Check: , - BS044Notice: , - BS044EditPage: , - BS044ShowPrintDOut: , - BS046ShowPrint: , - BS048ShowPrint: , - BS049ShowPrint: , - BS064ShowPrint: , - BS069ShowPrint: , - BS070ShowPrint: , - BS072ShowPrint: , - BS074ShowPrint: , - BS073ShowPrint: , - FileViewerShow: , - BS076ShowOperateLog: , + + FileViewerShow: , PreMeetingTask: , PreOperSchTask: , PF132ShowPrint: , @@ -2522,84 +2500,26 @@ export default function (componentName, formId, formParam, data, formCode, formD SE063ShowPrint: , SE051ShowPrint: , - LR001ShowPrint: , - LR007Edit: , - LR003ShowPrint: , - LR007ShowPrint: , - LR009ShowPrint: , + // LR001ShowPrint: , + // LR007Edit: , + // LR003ShowPrint: , + // LR007ShowPrint: , + // LR009ShowPrint: , + + // SC046ShowPrint: , + // SC052ShowPrint: , + // SC028ShowPrint: , + // SC022Import: , + // SC030ShowPrint: , + // SC030View: , + // SC030ShowPrintPer: , + // SC030ShowPrintView: , + // SC073ShowPrint: , + + + + SCShowPrint: , - - - OG001ShowPrint: , - OG001ReportView: , - OG003ShowPrint: , - OG005ShowPrint: , - OG005ImportPage: , - OG008ShowPrint: , - OG010ShowPrint: , - OG011ShowPrint: , - OG013ShowPrint: , - OG015ShowPrint: , - OG023ShowPrint: , - OG025ShowPrint: , - OG027ShowPrint: , - OG030ShowPrint: , - OG030ReplyView: , - OG031ShowPrint: , - OG034EditPage: , - OG018Check: , - OG020Edit: , - OG059EditPage: , - OG059ShowPrint: , - OG059UserView: , - - PT014ShowPrint: , - PT017ShowPrint: , - TI008ShowPrint: , - TI008ShowPrints: , - TI010ShowPrint: , - TI012ShowPrint: , - TI014ShowPrint: , - TI016ShowPrint: , - TI018ShowPrint: , - TI021ShowPrint: , - AE006ShowPrint: , - AE008ShowPrint: , - AE010ShowPrint: , - AE019ShowPrint: , - AE018ShowPrint: , - - PT020ShowPrint: , - PT024ShowPrint: , - PT029ShowPrint: , - PT013ShowPrint: , - PT036ShowPrint: , - PT040ShowPrint: , - PE005ShowPrint: , - PE007ShowPrint: , - PE009ShowPrint: , - PE019ShowPrint: , - PE021ShowPrint: , - PE022ShowPrint: , - PE027ShowPrint: , - - OH003ShowPrint: , - OH005ShowPrint: , - OH006ShowPrint: , - OH010ShowPrint: , - OH012ShowPrint: , - OH017Import: , - OH024ShowPrint: , - OH028ShowPrint: , - OH034ShowPrint: , - - PE029ShowPrint: , - PE029ShowPrintNew: , - PE030ShowPrint: , - SC046ShowPrint: , - SC052ShowPrint: , - PR003ShowPrint: , - CM018ShowPrint: , CM023ShowPrint: , CM026ShowPrint: , @@ -2614,42 +2534,6 @@ export default function (componentName, formId, formParam, data, formCode, formD CM041LibShow: , CM043ShowPrint: , CM045ShowPrint: , - - PR007ShowPrint: , - PR009ShowPrint: , - PR011ShowPrint: , - PR013ShowPrint: , - PR015ShowPrint: , - PR019ShowPrint: , - PR023ShowPrint: , - PR026ShowPrint: , - PR028ShowPrint: , - PR046ShowPrint: , - PR048ShowPrint: , - PR050ShowPrint: , - PR052ShowPrint: , - PR056ShowPrint: , - PR058ShowPrint: , - PR060ShowPrint: , - PR062ShowPrint: , - PR064ShowPrint: , - PR066ShowPrint: , - PR068ShowPrint: , - DM019ShowPrint: , - DM021ShowPrint: , - DM012ShowPrint: , - DM002ShowPrintCheck: , - DM008ShowPrint: , - DM008ShowSummary: , - DM009ShowPrint: , - DM010ShowPrint: , - DM032ShowPrint: , - DM014ShowPrint: , - DM016ShowPrint: , - DM026ShowPrint: , - DM030ShowPrint: , - DM036ShowPrint: , - DM045ShowPrint: , BIView: , BI001: , BI050BSSafeCheck: , @@ -2690,26 +2574,7 @@ export default function (componentName, formId, formParam, data, formCode, formD PF139FormRunAnalysis: , BI009FormRunAnalysis: , FO025ShowPrint: , - TL037ShowPrint: , - TL039ShowPrint: , - TL041ShowPrint: , - TL043ShowPrint: , - TL044ShowPrint: , - TL046ShowPrint: , - - TL004ShowPrint: , - TL006ShowPrint: , - TL008ShowPrint: , - TL010ShowPrint: , - TL014ShowPrint: , - TL016ShowPrint: , - TL018ShowPrint: , - TL023ShowPrint: , - TL025ShowPrint: , - TL027ShowPrint: , - TL029ShowPrint: , BI020ApproveAnalysis: , - DM034ShowPrint: , BI012FormRunAnalysis: , FM202ShowPrint: , PFApproveRole: , @@ -2743,25 +2608,177 @@ export default function (componentName, formId, formParam, data, formCode, formD SK041ShowPrint: , SK043ShowPrint: , SK045ShowPrint: , - WB002ShowPrint: , - WB004ShowPrint: , - WB006ShowPrint: , - WB008ShowPrint: , - WB008Operate: , - WB008PaperPage: , - WB008VideoPage: , - WB008ConfirmPage: , - WB013ShowPrint: , - WB019ShowPrint: , - WB021ShowPrint: , - WB023ShowPrint: , - WB025ShowPrint: , - WB027ShowPrint: , - WB029ShowPrint: , - WB031ShowPrint: , - WB037ShowPrint: , - WB039ShowPrint: , - WB052ShowPrint: , - WB053ShowPrint: , + + + + + // BS034EditPage: , + // BS026ShowPrint: , + // BS032ShowPrint: , + // BS034ShowPrint: , + // BS034View: , + // BS006ShowPrint: , + // BS006View: , + // BS042ShowPrint: , + // BS042ActualCheck: , + // BS044ShowPrint: , + // BS044Check: , + // BS044Notice: , + // BS044EditPage: , + // BS044ShowPrintDOut: , + // BS046ShowPrint: , + // BS048ShowPrint: , + // BS049ShowPrint: , + // BS064ShowPrint: , + // BS069ShowPrint: , + // BS070ShowPrint: , + // BS072ShowPrint: , + // BS074ShowPrint: , + // BS073ShowPrint: , + // BS076ShowOperateLog: , + // OG001ShowPrint: , + // OG001ReportView: , + // OG003ShowPrint: , + // OG005ShowPrint: , + // OG005ImportPage: , + // OG008ShowPrint: , + // OG010ShowPrint: , + // OG011ShowPrint: , + // OG013ShowPrint: , + // OG015ShowPrint: , + // OG023ShowPrint: , + // OG025ShowPrint: , + // OG027ShowPrint: , + // OG030ShowPrint: , + // OG030ReplyView: , + // OG031ShowPrint: , + // OG034EditPage: , + // OG018Check: , + // OG020Edit: , + // OG059EditPage: , + // OG059ShowPrint: , + // OG059UserView: , + + // TI008ShowPrint: , + // TI008ShowPrints: , + // TI010ShowPrint: , + // TI012ShowPrint: , + // TI014ShowPrint: , + // TI016ShowPrint: , + // TI018ShowPrint: , + // TI021ShowPrint: , + + // AE006ShowPrint: , + // AE008ShowPrint: , + // AE010ShowPrint: , + // AE019ShowPrint: , + // AE018ShowPrint: , + + // PT027Import: , + // PT014ShowPrint: , + // PT017ShowPrint: , + // PT020ShowPrint: , + // PT024ShowPrint: , + // PT029ShowPrint: , + // PT013ShowPrint: , + // PT036ShowPrint: , + // PT040ShowPrint: , + + // PE005ShowPrint: , + // PE007ShowPrint: , + // PE009ShowPrint: , + // PE019ShowPrint: , + // PE021ShowPrint: , + // PE022ShowPrint: , + // PE027ShowPrint: , + // PE029ShowPrint: , + // PE029ShowPrintNew: , + // PE030ShowPrint: , + + // OH003ShowPrint: , + // OH005ShowPrint: , + // OH006ShowPrint: , + // OH010ShowPrint: , + // OH012ShowPrint: , + // OH017Import: , + // OH024ShowPrint: , + // OH028ShowPrint: , + // OH034ShowPrint: , + // PR003ShowPrint: , + // PR007ShowPrint: , + // PR009ShowPrint: , + // PR011ShowPrint: , + // PR013ShowPrint: , + // PR015ShowPrint: , + // PR019ShowPrint: , + // PR023ShowPrint: , + // PR026ShowPrint: , + // PR028ShowPrint: , + // PR046ShowPrint: , + // PR048ShowPrint: , + // PR050ShowPrint: , + // PR052ShowPrint: , + // PR056ShowPrint: , + // PR058ShowPrint: , + // PR060ShowPrint: , + // PR062ShowPrint: , + // PR064ShowPrint: , + // PR066ShowPrint: , + // PR068ShowPrint: , + + // DM019ShowPrint: , + // DM021ShowPrint: , + // DM012ShowPrint: , + // DM002ShowPrintCheck: , + // DM008ShowPrint: , + // DM008ShowSummary: , + // DM009ShowPrint: , + // DM010ShowPrint: , + // DM032ShowPrint: , + // DM014ShowPrint: , + // DM016ShowPrint: , + // DM026ShowPrint: , + // DM030ShowPrint: , + // DM036ShowPrint: , + // DM045ShowPrint: , + // DM034ShowPrint: , + // TL037ShowPrint: , + // TL039ShowPrint: , + // TL041ShowPrint: , + // TL043ShowPrint: , + // TL044ShowPrint: , + // TL046ShowPrint: , + + // TL004ShowPrint: , + // TL006ShowPrint: , + // TL008ShowPrint: , + // TL010ShowPrint: , + // TL014ShowPrint: , + // TL016ShowPrint: , + // TL018ShowPrint: , + // TL023ShowPrint: , + // TL025ShowPrint: , + // TL027ShowPrint: , + // TL029ShowPrint: , + // WB002ShowPrint: , + // WB004ShowPrint: , + // WB006ShowPrint: , + // WB008ShowPrint: , + // WB008Operate: , + // WB008PaperPage: , + // WB008VideoPage: , + // WB008ConfirmPage: , + // WB013ShowPrint: , + // WB019ShowPrint: , + // WB021ShowPrint: , + // WB023ShowPrint: , + // WB025ShowPrint: , + // WB027ShowPrint: , + // WB029ShowPrint: , + // WB031ShowPrint: , + // WB037ShowPrint: , + // WB039ShowPrint: , + // WB052ShowPrint: , + // WB053ShowPrint: , }[componentName] }