From 47b58382abeb119a43020d10ff5563f359f6ee4f Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Sat, 27 Jan 2024 17:41:00 +0800 Subject: [PATCH] init --- src/assets/js/asyncRouter.js | 60 ++++ src/assets/js/data_dictionary.js | 14 + src/assets/js/useListData.js | 4 + .../multiple_attachment_previews/index.vue | 110 ++++++++ src/components/pdf/index.vue | 5 + .../three_institutional_libraries/index.vue | 94 +++++++ src/components/txt/index.vue | 6 +- src/components/video/index.vue | 6 +- src/request/enterprise_management.js | 1 + src/request/learning_garden.js | 28 ++ src/request/security_investment.js | 21 ++ src/request/three_institutional_libraries.js | 6 + .../components/select_risk.vue | 5 +- .../enterprise_video/components/add.vue | 83 ++++++ .../enterprise_video/index.vue | 126 +++++++++ .../learning_garden/components/add.vue | 94 +++++++ .../learning_garden/components/add_task.vue | 109 ++++++++ .../components/learning_situation.vue | 68 +++++ .../learning_garden/components/user.vue | 124 +++++++++ .../learning_garden/learning_garden/index.vue | 123 ++++++++ .../learning_garden/task_list.vue | 212 ++++++++++++++ .../regulatory_library/index.vue | 125 +++++++++ src/views/online_learn_exam/my_task/index.vue | 8 +- src/views/online_learn_exam/task/index.vue | 6 +- .../extraction_and_use/components/add.vue | 131 +++++++++ .../extraction_and_use/index.vue | 220 +++++++++++++++ .../plan/components/add.vue | 227 +++++++++++++++ .../plan/components/view.vue | 80 ++++++ src/views/security_investment/plan/index.vue | 262 ++++++++++++++++++ .../security_investment/plan_review/index.vue | 155 +++++++++++ .../system_documents/index.vue | 91 +----- .../components/list.vue | 177 ++++++++++++ .../index.vue | 39 +++ 33 files changed, 2723 insertions(+), 97 deletions(-) create mode 100644 src/components/multiple_attachment_previews/index.vue create mode 100644 src/components/three_institutional_libraries/index.vue create mode 100644 src/request/learning_garden.js create mode 100644 src/request/security_investment.js create mode 100644 src/request/three_institutional_libraries.js create mode 100644 src/views/learning_garden/enterprise_video/components/add.vue create mode 100644 src/views/learning_garden/enterprise_video/index.vue create mode 100644 src/views/learning_garden/learning_garden/components/add.vue create mode 100644 src/views/learning_garden/learning_garden/components/add_task.vue create mode 100644 src/views/learning_garden/learning_garden/components/learning_situation.vue create mode 100644 src/views/learning_garden/learning_garden/components/user.vue create mode 100644 src/views/learning_garden/learning_garden/index.vue create mode 100644 src/views/learning_garden/learning_garden/task_list.vue create mode 100644 src/views/learning_garden/regulatory_library/index.vue create mode 100644 src/views/security_investment/extraction_and_use/components/add.vue create mode 100644 src/views/security_investment/extraction_and_use/index.vue create mode 100644 src/views/security_investment/plan/components/add.vue create mode 100644 src/views/security_investment/plan/components/view.vue create mode 100644 src/views/security_investment/plan/index.vue create mode 100644 src/views/security_investment/plan_review/index.vue create mode 100644 src/views/three_institutional_libraries/safety_production_responsibility_system/components/list.vue create mode 100644 src/views/three_institutional_libraries/safety_production_responsibility_system/index.vue diff --git a/src/assets/js/asyncRouter.js b/src/assets/js/asyncRouter.js index df4c92e..1b6ec36 100644 --- a/src/assets/js/asyncRouter.js +++ b/src/assets/js/asyncRouter.js @@ -2146,4 +2146,64 @@ export default [ }, ], }, + { + path: "/security_investment", + redirect: "/security_investment/plan", + meta: { title: "安全投入", model: MODEL["5"] }, + component: "children", + children: [ + { + path: "/security_investment/plan", + meta: { title: "安全投入计划", isSubMenu: false }, + component: "security_investment/plan/index", + }, + { + path: "/security_investment/plan_review", + meta: { title: "安全投入计划审核", isSubMenu: false }, + component: "security_investment/plan_review/index", + }, + { + path: "/security_investment/extraction_and_use", + meta: { title: "安全生产费用提取和使用管理", isSubMenu: false }, + component: "security_investment/extraction_and_use/index", + }, + ], + }, + { + path: "/learning_garden", + redirect: "/learning_garden/learning_garden", + meta: { title: "学习园地", model: MODEL["5"] }, + component: "children", + children: [ + { + path: "/learning_garden/learning_garden", + meta: { title: "学习园地", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "learning_garden/learning_garden/index", + }, + { + path: "/learning_garden/learning_garden/task_list", + meta: { + title: "任务列表", + activeMenu: "/learning_garden/learning_garden", + }, + component: "learning_garden/learning_garden/task_list", + }, + ], + }, + { + path: "/learning_garden/enterprise_video", + meta: { title: "企业视频", isSubMenu: false }, + component: "learning_garden/enterprise_video/index", + }, + { + path: "/learning_garden/regulatory_library", + meta: { title: "法规库", isSubMenu: false }, + component: "learning_garden/regulatory_library/index", + }, + ], + }, ]; diff --git a/src/assets/js/data_dictionary.js b/src/assets/js/data_dictionary.js index 6f8d739..7b923ac 100644 --- a/src/assets/js/data_dictionary.js +++ b/src/assets/js/data_dictionary.js @@ -258,6 +258,20 @@ export const layoutFnGetEquipmentType = async () => { }); return ref(resData.list); }; +// 学习园地类型 +export const layoutFnGetLearningGardenType = async () => { + const resData = await getLevels({ + DICTIONARIES_ID: "5aa989ad8fd54bef862c1b096a3b07d8", + }); + return ref(resData.list); +}; +// 学习园地学习类型 +export const layoutFnGetLearningGardenLearningType = async () => { + const resData = await getLevels({ + DICTIONARIES_ID: "c4f00e7ed9334789ba2fb4795f54bae2", + }); + return ref(resData.list); +}; // 部门树 export const layoutFnGetDepartmentTree = async (params) => { const resData = await getDepartmentTree(params); diff --git a/src/assets/js/useListData.js b/src/assets/js/useListData.js index eb5343c..27d21c9 100644 --- a/src/assets/js/useListData.js +++ b/src/assets/js/useListData.js @@ -74,6 +74,10 @@ export default function useListData(api, options = {}) { list.value = resData[key]; if (usePagination) pagination.value.total = resData.page.totalResult; options.callbackFn && options.callbackFn(list.value, resData); + !usePagination && + clearSelection && + tableRef.value && + tableRef.value.clearSelection(); }; immediate && fnGetData().then(); const fnResetPagination = async (otherParams) => { diff --git a/src/components/multiple_attachment_previews/index.vue b/src/components/multiple_attachment_previews/index.vue new file mode 100644 index 0000000..9322a00 --- /dev/null +++ b/src/components/multiple_attachment_previews/index.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/src/components/pdf/index.vue b/src/components/pdf/index.vue index a422529..795f76e 100644 --- a/src/components/pdf/index.vue +++ b/src/components/pdf/index.vue @@ -3,6 +3,7 @@ title="文档" :model-value="visible && model === 'dialog'" @update:model-value="visible = false" + :append-to-body="appendToBody" >
+ + + + + + diff --git a/src/components/txt/index.vue b/src/components/txt/index.vue index ba1e9b5..83d97cc 100644 --- a/src/components/txt/index.vue +++ b/src/components/txt/index.vue @@ -1,5 +1,5 @@ @@ -23,6 +23,10 @@ const props = defineProps({ required: true, default: "", }, + appendToBody: { + type: Boolean, + default: false, + }, }); const value = ref(""); const emits = defineEmits(["update:visible"]); diff --git a/src/components/video/index.vue b/src/components/video/index.vue index dd709ee..7542abe 100644 --- a/src/components/video/index.vue +++ b/src/components/video/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/security_investment/extraction_and_use/components/add.vue b/src/views/security_investment/extraction_and_use/components/add.vue new file mode 100644 index 0000000..d8cb207 --- /dev/null +++ b/src/views/security_investment/extraction_and_use/components/add.vue @@ -0,0 +1,131 @@ + + + + + diff --git a/src/views/security_investment/extraction_and_use/index.vue b/src/views/security_investment/extraction_and_use/index.vue new file mode 100644 index 0000000..a9aedc5 --- /dev/null +++ b/src/views/security_investment/extraction_and_use/index.vue @@ -0,0 +1,220 @@ + + + + + diff --git a/src/views/security_investment/plan/components/add.vue b/src/views/security_investment/plan/components/add.vue new file mode 100644 index 0000000..4d3a888 --- /dev/null +++ b/src/views/security_investment/plan/components/add.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/src/views/security_investment/plan/components/view.vue b/src/views/security_investment/plan/components/view.vue new file mode 100644 index 0000000..419649a --- /dev/null +++ b/src/views/security_investment/plan/components/view.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/src/views/security_investment/plan/index.vue b/src/views/security_investment/plan/index.vue new file mode 100644 index 0000000..e923af3 --- /dev/null +++ b/src/views/security_investment/plan/index.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/src/views/security_investment/plan_review/index.vue b/src/views/security_investment/plan_review/index.vue new file mode 100644 index 0000000..8bf325d --- /dev/null +++ b/src/views/security_investment/plan_review/index.vue @@ -0,0 +1,155 @@ + + + + + diff --git a/src/views/system_operation/system_documents/index.vue b/src/views/system_operation/system_documents/index.vue index f3b73fc..d52e5b3 100644 --- a/src/views/system_operation/system_documents/index.vue +++ b/src/views/system_operation/system_documents/index.vue @@ -31,49 +31,7 @@ @@ -139,18 +97,6 @@ - - - { - data.txtDialog.visible = true; - data.txtDialog.src = FILEPATH; -}; -const fnPreviewPdf = (FILEPATH) => { - data.pdfDialog.visible = true; - data.pdfDialog.src = FILEPATH; -}; -const fnPreviewVideo = (FILEPATH) => { - data.videoDialog.visible = true; - data.videoDialog.src = FILEPATH; -}; diff --git a/src/views/three_institutional_libraries/safety_production_responsibility_system/components/list.vue b/src/views/three_institutional_libraries/safety_production_responsibility_system/components/list.vue new file mode 100644 index 0000000..084b0d4 --- /dev/null +++ b/src/views/three_institutional_libraries/safety_production_responsibility_system/components/list.vue @@ -0,0 +1,177 @@ + + + + + diff --git a/src/views/three_institutional_libraries/safety_production_responsibility_system/index.vue b/src/views/three_institutional_libraries/safety_production_responsibility_system/index.vue new file mode 100644 index 0000000..fe57496 --- /dev/null +++ b/src/views/three_institutional_libraries/safety_production_responsibility_system/index.vue @@ -0,0 +1,39 @@ + + + + +