From 3a54b4ffdfacadb103e28e597437664ba315978c Mon Sep 17 00:00:00 2001 From: "277151821@qq.com" <277151821@qq.com> Date: Thu, 7 Mar 2024 09:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E8=BF=90=E6=8C=82=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- package.json | 3 +- src/assets/js/asyncRouter.js | 218 +++++++++++ src/assets/js/constant.js | 30 ++ src/assets/js/data_dictionary.js | 16 + src/request/mechanical_files.js | 8 + .../mechanical_files/inspect_annually/add.vue | 360 ++++++++++++++++++ .../components/export_excel.vue | 135 +++++++ .../inspect_annually/edit.vue | 360 ++++++++++++++++++ .../inspect_annually/index.vue | 256 +++++++++++++ .../inspect_annually/view.vue | 126 ++++++ 11 files changed, 1512 insertions(+), 2 deletions(-) create mode 100644 src/request/mechanical_files.js create mode 100644 src/views/mechanical_files/inspect_annually/add.vue create mode 100644 src/views/mechanical_files/inspect_annually/components/export_excel.vue create mode 100644 src/views/mechanical_files/inspect_annually/edit.vue create mode 100644 src/views/mechanical_files/inspect_annually/index.vue create mode 100644 src/views/mechanical_files/inspect_annually/view.vue diff --git a/.env b/.env index 44897f6..0d3f0e9 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_BASE_URL=http://192.168.0.62:8093/ +VITE_BASE_URL=http://192.168.100.135:8093/ VITE_PROXY=/api/ VITE_FILE_URL=https://file.zcloudchina.com/YTHFile VITE_TEMPLATE_URL=https://qaaq.qhdsafety.com/file/ diff --git a/package.json b/package.json index 201b269..616cfbd 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,9 @@ "qs": "^6.11.2", "relation-graph": "^2.1.24", "throttle-debounce": "^5.0.0", - "v-viewer": "^3.0.11", + "v-viewer": "next", "vant": "^4.8.4", + "viewerjs": "^1.11.6", "vue": "^3.4.3", "vue-countup-v3": "^1.4.1", "vue-draggable-plus": "^0.3.4", diff --git a/src/assets/js/asyncRouter.js b/src/assets/js/asyncRouter.js index 1e499b6..fc119dd 100644 --- a/src/assets/js/asyncRouter.js +++ b/src/assets/js/asyncRouter.js @@ -121,8 +121,226 @@ export default [ }, ], }, + { + path: "/enterprise_management/basics_info_management/freight_trailer", + meta: { title: "货运挂车", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "enterprise_management/basics_info_management/freight_trailer/index", + }, + { + path: "/enterprise_management/basics_info_management/freight_trailer/add", + meta: { + title: "新增", + activeMenu: "/enterprise_management/basics_info_management/freight_trailer", + }, + component: "enterprise_management/basics_info_management/freight_trailer/add", + }, + { + path: "/enterprise_management/basics_info_management/freight_trailer/edit", + meta: { + title: "修改", + activeMenu: "/enterprise_management/basics_info_management/freight_trailer", + }, + component: "enterprise_management/basics_info_management/freight_trailer/edit", + }, + { + path: "/enterprise_management/basics_info_management/freight_trailer/view", + meta: { + title: "查看", + activeMenu: "/enterprise_management/basics_info_management/freight_trailer", + }, + component: "enterprise_management/basics_info_management/freight_trailer/view", + }, + ], + }, ], }, + { + path: "/mechanical_files", + redirect: "/mechanical_files/inspect_annually", + meta: { title: "机务档案", model: MODEL["1"] }, + component: "children", + children: [ + { + path: "/mechanical_files/inspect_annually", + meta: { title: "年检管理", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "mechanical_files/inspect_annually/index", + }, + { + path: "/mechanical_files/inspect_annually/add", + meta: { + title: "新增", + activeMenu: "/mechanical_files/inspect_annually", + }, + component: "mechanical_files/inspect_annually/add", + }, + { + path: "/mechanical_files/inspect_annually/edit", + meta: { + title: "修改", + activeMenu: "/mechanical_files/inspect_annually", + }, + component: "mechanical_files/inspect_annually/edit", + }, + { + path: "/mechanical_files/inspect_annually/view", + meta: { + title: "查看", + activeMenu: "/mechanical_files/inspect_annually", + }, + component: "mechanical_files/inspect_annually/view", + }, + ], + }, + { + path: "/mechanical_files/insure", + meta: { title: "保险管理", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "mechanical_files/insure/index", + }, + { + path: "/mechanical_files/insure/add", + meta: { + title: "新增", + activeMenu: "/mechanical_files/insure", + }, + component: "mechanical_files/insure/add", + }, + { + path: "/mechanical_files/insure/edit", + meta: { + title: "修改", + activeMenu: "/mechanical_files/insure", + }, + component: "mechanical_files/insure/edit", + }, + { + path: "/mechanical_files/insure/view", + meta: { + title: "查看", + activeMenu: "/mechanical_files/insure", + }, + component: "mechanical_files/insure/view", + }, + ], + }, + { + path: "/mechanical_files/operations", + meta: { title: "运营管理", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "mechanical_files/operations/index", + }, + { + path: "/mechanical_files/operations/add", + meta: { + title: "新增", + activeMenu: "/mechanical_files/operations", + }, + component: "mechanical_files/operations/add", + }, + { + path: "/mechanical_files/operations/edit", + meta: { + title: "修改", + activeMenu: "/mechanical_files/operations", + }, + component: "mechanical_files/operations/edit", + }, + { + path: "/mechanical_files/operations/view", + meta: { + title: "查看", + activeMenu: "/mechanical_files/operations", + }, + component: "mechanical_files/operations/view", + }, + ], + }, + { + path: "/mechanical_files/maintenance", + meta: { title: "维保管理", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "mechanical_files/maintenance/index", + }, + { + path: "/mechanical_files/maintenance/add", + meta: { + title: "新增", + activeMenu: "/mechanical_files/maintenance", + }, + component: "mechanical_files/maintenance/add", + }, + { + path: "/mechanical_files/maintenance/edit", + meta: { + title: "修改", + activeMenu: "/mechanical_files/maintenance", + }, + component: "mechanical_files/maintenance/edit", + }, + { + path: "/mechanical_files/maintenance/view", + meta: { + title: "查看", + activeMenu: "/mechanical_files/maintenance", + }, + component: "mechanical_files/maintenance/view", + }, + ], + }, + { + path: "/mechanical_files/beidou", + meta: { title: "北斗管理", isSubMenu: false }, + component: "children", + children: [ + { + path: "", + component: "mechanical_files/beidou/index", + }, + { + path: "/mechanical_files/beidou/add", + meta: { + title: "新增", + activeMenu: "/mechanical_files/beidou", + }, + component: "mechanical_files/beidou/add", + }, + { + path: "/mechanical_files/beidou/edit", + meta: { + title: "修改", + activeMenu: "/mechanical_files/beidou", + }, + component: "mechanical_files/beidou/edit", + }, + { + path: "/mechanical_files/beidou/view", + meta: { + title: "查看", + activeMenu: "/mechanical_files/beidou", + }, + component: "mechanical_files/beidou/view", + }, + ], + }, + ], + }, { path: "/troubleshooting_statistics", redirect: "/troubleshooting_statistics/day_inspection", diff --git a/src/assets/js/constant.js b/src/assets/js/constant.js index 927399c..52f498a 100644 --- a/src/assets/js/constant.js +++ b/src/assets/js/constant.js @@ -55,3 +55,33 @@ export const SPECIAL_ENTERPRISES = [ "0fa689dd674546b69ebd77728ffd1caa", "13cf0f4ec77e4d98ae8cdd9c3386ae0c", ]; + + +export const OPERATING_VEHICLE_TYPE_LIST = [ + // 运营车型 + {ID:'1',NAME:'运输车辆'}, + {ID:'2',NAME:'货运挂车'}, +] + + +export const DUE_STATUS_LIST = [ + // 到期状态 + {ID:'1',NAME:'未到期'}, + {ID:'0',NAME:'已到期'}, + {ID:'2',NAME:'即将到期'}, +] + + +export const REMINDER_STATUS_LIST = [ + // 提醒状态 + {ID:'1',NAME:'开启'}, + {ID:'0',NAME:'关闭'}, +] + + +// export const MAINTENANCE_LEVEL_LIST = [ +// //维保等级 +// {ID:'1',NAME:'一级维保'}, +// {ID:'2',NAME:'二级维保'}, +// ] + diff --git a/src/assets/js/data_dictionary.js b/src/assets/js/data_dictionary.js index 23738a8..abd7240 100644 --- a/src/assets/js/data_dictionary.js +++ b/src/assets/js/data_dictionary.js @@ -420,3 +420,19 @@ export const layoutFnGetPersonnelManagementJobType = async () => { }); return ref(resData.list); }; + +// 年检周期 +export const layoutFnGetAnnualInspectionCycle = async () => { + const resData = await getLevels({ + DICTIONARIES_ID: "8b7dea3977fd4360a3cc8112368b90ff", + }); + return ref(resData.list); +}; + +// 保险公司 +export const layoutFnGetInsuranceCompany = async () => { + const resData = await getLevels({ + DICTIONARIES_ID: "660812ce620f433a815b129d65f26101", + }); + return ref(resData.list); +}; \ No newline at end of file diff --git a/src/request/mechanical_files.js b/src/request/mechanical_files.js new file mode 100644 index 0000000..c71ae92 --- /dev/null +++ b/src/request/mechanical_files.js @@ -0,0 +1,8 @@ +import { post } from "@/request/axios.js"; +export const getTrailerList = (params) => post("/freightTrailer/vehicleList", params) +export const getInspectAnnuallyList = (params) => post("/inspectAnnually/list", params); // 年检管理列表 +export const getInspectAnnuallyView = (params) => post("/inspectAnnually/goEdit", params); // 年检管理查看 +export const setInspectAnnuallyAdd = (params) => post("/inspectAnnually/add", params); // 年检管理新增 +export const setInspectAnnuallyEdit = (params) => post("/inspectAnnually/edit", params); // 年检管理修改 +export const setInspectAnnuallyDelete = (params) => post("/inspectAnnually/delete", params); // 年检管理删除 +export const setInspectAnnuallyEdit2 = (params) => post("/inspectAnnually/edit2", params); // 年检管理修改开启关闭 diff --git a/src/views/mechanical_files/inspect_annually/add.vue b/src/views/mechanical_files/inspect_annually/add.vue new file mode 100644 index 0000000..6b4be37 --- /dev/null +++ b/src/views/mechanical_files/inspect_annually/add.vue @@ -0,0 +1,360 @@ + + + + + diff --git a/src/views/mechanical_files/inspect_annually/components/export_excel.vue b/src/views/mechanical_files/inspect_annually/components/export_excel.vue new file mode 100644 index 0000000..f2388fa --- /dev/null +++ b/src/views/mechanical_files/inspect_annually/components/export_excel.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/src/views/mechanical_files/inspect_annually/edit.vue b/src/views/mechanical_files/inspect_annually/edit.vue new file mode 100644 index 0000000..6b4be37 --- /dev/null +++ b/src/views/mechanical_files/inspect_annually/edit.vue @@ -0,0 +1,360 @@ + + + + + diff --git a/src/views/mechanical_files/inspect_annually/index.vue b/src/views/mechanical_files/inspect_annually/index.vue new file mode 100644 index 0000000..264746f --- /dev/null +++ b/src/views/mechanical_files/inspect_annually/index.vue @@ -0,0 +1,256 @@ + + + + + diff --git a/src/views/mechanical_files/inspect_annually/view.vue b/src/views/mechanical_files/inspect_annually/view.vue new file mode 100644 index 0000000..afd16bb --- /dev/null +++ b/src/views/mechanical_files/inspect_annually/view.vue @@ -0,0 +1,126 @@ + + + + +