| | |
| | | } |
| | | }, |
| | | { |
| | | path: '/screenPage', |
| | | name: 'screenPage', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), |
| | | meta: { |
| | | title: '预警预报' |
| | | } |
| | | }, |
| | | { |
| | | path: '/material', |
| | | name: 'material', |
| | | component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), |
| | | meta: { |
| | | title: '物资管理' |
| | | } |
| | | }, |
| | | { |
| | | path: '/msgDetail', |
| | | name: 'msgDetail', |
| | | component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), |
| | | meta: { |
| | | title: 'spi报告详情' |
| | | } |
| | | }, |
| | | { |
| | | path: '/material', |
| | | name: 'material', |
| | | component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), |
| | | meta: { |
| | | title: '作业物资' |
| | | } |
| | | } |
| | | ]; |
| | |
| | | import { Plus, Search, Delete, Edit, Download, Refresh, View, EditPen } from '@element-plus/icons-vue'; |
| | | // import OpenSee from '/@/views/contingencyManagement/emergencyPlanStartRecord/component/openSee.vue'; |
| | | // import UpData from '/@/views/contingencyManagement/panManagement/component/upData.vue'; |
| | | // import EmergencySupplies from '/@/components/emergencySupplies/index.vue'; |
| | | // import EmergencySupplies from '/@/components/emergencySupplies/spi.vue'; |
| | | // import OpenAdd from '/@/views/contingencyManagement/emergencyResources/maintenanceOfEmergencyMaterials/component/openAdd.vue'; |
| | | // import { contingencyApi } from '/@/api/contingency'; |
| | | // import { emergencySuppliesMaintainApi } from '/@/api/emergencySuppliesMaintain'; |
文件名从 src/views/specialWorkSystem/workAlert/alertRecord/index.vue 修改 |
| | |
| | | } |
| | | |
| | | export default { |
| | | name: 'alertRecord', |
| | | name: 'alerts', |
| | | components: {}, |
| | | setup() { |
| | | const userInfo = useUserInfo(); |
文件名从 src/views/specialWorkSystem/workFlow/approveBasic/index.vue 修改 |
| | |
| | | import { ElTable, ElMessage, ElMessageBox } from 'element-plus'; |
| | | import { approveBasicApi } from '/@/api/specialWorkSystem/approveBasic'; |
| | | import { departmentApi } from '/@/api/systemManage/department'; |
| | | import approveBasicDialog from '/@/views/specialWorkSystem/workFlow/approveBasic/components/approveBasicDialog.vue'; |
| | | import approveBasicDialog from '/@/views/specialWorkSystem/flow/basicApprove/components/approveBasicDialog.vue'; |
| | | let global: any = { |
| | | homeChartOne: null, |
| | | homeChartTwo: null, |
文件名从 src/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue 修改 |
| | |
| | | |
| | | <script lang="ts"> |
| | | import { reactive, toRefs, ref, nextTick, onMounted } from 'vue'; |
| | | import approveItemDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveItemDialog.vue'; |
| | | import approveItemDialog from '/@/views/specialWorkSystem/flow/ruleofApp/components/approveItemDialog.vue'; |
| | | import { ElMessage } from 'element-plus/es'; |
| | | import { safetyActionApi } from '/@/api/specialWorkSystem/safetyAction'; |
| | | import { approveBasicApi } from '/@/api/specialWorkSystem/approveBasic'; |
文件名从 src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue 修改 |
| | |
| | | import { ElMessage } from 'element-plus/es'; |
| | | import { approveRuleApi } from '/@/api/specialWorkSystem/approveRule'; |
| | | import { Edit, View, Plus, Delete, Refresh, Search, Download } from '@element-plus/icons-vue'; |
| | | import approveLevelDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue'; |
| | | import approveLevelDialog from '/@/views/specialWorkSystem/flow/ruleofApp/components/approveLevelDialog.vue'; |
| | | interface dataState { |
| | | title: string; |
| | | pointTitle: string; |
文件名从 src/views/specialWorkSystem/workFlow/approveRule/index.vue 修改 |
| | |
| | | import { toRefs, reactive, ref, onMounted } from 'vue'; |
| | | import { Edit, View, Plus, Delete, Refresh, Search, Download } from '@element-plus/icons-vue'; |
| | | import { ElTable, ElMessage, ElMessageBox } from 'element-plus'; |
| | | import approveRuleDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue'; |
| | | import approveRuleDialog from '/@/views/specialWorkSystem/flow/ruleofApp/components/approveRuleDialog.vue'; |
| | | import { departmentApi } from '/@/api/systemManage/department'; |
| | | import { approveRuleApi } from '/@/api/specialWorkSystem/approveRule/index'; |
| | | import { userApi } from '/@/api/systemManage/user'; |
文件名从 src/views/specialWorkSystem/workProcess/workCheck/index.vue 修改 |
| | |
| | | url: string; |
| | | } |
| | | export default { |
| | | name: 'workCheck', |
| | | name: 'analysis', |
| | | components: { |
| | | permitNo: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workProcess/components/dialogPermitNo.vue')) |
| | | permitNo: defineAsyncComponent(() => import('/@/views/specialWorkSystem/process/components/dialogPermitNo.vue')) |
| | | }, |
| | | setup() { |
| | | const userInfo = useUserInfo(); |
文件名从 src/views/specialWorkSystem/workProcess/gasCheck/index.vue 修改 |
| | |
| | | export default { |
| | | name: 'gasCheck', |
| | | components: { |
| | | permitNo: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workProcess/components/dialogPermitNo.vue')) |
| | | permitNo: defineAsyncComponent(() => import('/@/views/specialWorkSystem/process/components/dialogPermitNo.vue')) |
| | | }, |
| | | setup() { |
| | | const userInfo = useUserInfo(); |
| | |
| | | // 填写表单 |
| | | const toApply = () => { |
| | | router.push({ |
| | | path: 'workApply' |
| | | path: 'apply' |
| | | }); |
| | | }; |
| | | |
文件名从 src/views/specialWorkSystem/workTicket/workApply/index.vue 修改 |
| | |
| | | departmentList: Array<any> |
| | | } |
| | | export default defineComponent({ |
| | | name: 'workTicket', |
| | | name: 'apply', |
| | | components: { |
| | | fireForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/fire.vue')), |
| | | spaceForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/space.vue')), |
| | | hoistForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/hoist.vue')), |
| | | groundForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/ground.vue')), |
| | | brokenForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/broken.vue')), |
| | | heightForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/height.vue')), |
| | | powerForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/power.vue')), |
| | | plateForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/workApply/components/plate.vue')) |
| | | fireForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/fire.vue')), |
| | | spaceForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/space.vue')), |
| | | hoistForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/hoist.vue')), |
| | | groundForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/ground.vue')), |
| | | brokenForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/broken.vue')), |
| | | heightForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/height.vue')), |
| | | powerForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/power.vue')), |
| | | plateForm: defineAsyncComponent(() => import('/@/views/specialWorkSystem/workTicket/apply/components/plate.vue')) |
| | | }, |
| | | setup() { |
| | | const userInfo = useUserInfo() |
| | |
| | | // 填写表单 |
| | | const toApply = () => { |
| | | router.push({ |
| | | path: 'workApply' |
| | | path: 'apply' |
| | | }); |
| | | }; |
| | | |
| | |
| | | // 填写表单 |
| | | const toApply = () => { |
| | | router.push({ |
| | | path: 'workApply' |
| | | path: 'apply' |
| | | }); |
| | | }; |
| | | |