| | |
| | | // 巡检管理 |
| | | // 设备巡检 |
| | | import request from '@/utils/request' |
| | | |
| | | // 巡检任务表表查询 |
| | |
| | | } |
| | | |
| | | // /inspectionTask/addOrEditInspectionTask |
| | | // 巡检管理 |
| | | // 设备巡检 |
| | | export function uploadInspectionTask(query) { |
| | | return request({ |
| | | url: '/inspectionTask/addOrEditInspectionTask', |
| | |
| | | // 巡检管理 |
| | | // 设备巡检 |
| | | import request from '@/utils/request' |
| | | |
| | | // 二维码管理表查询 |
| | |
| | | { |
| | | "path": "pages/equipmentManagement/inspection/index", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检管理", |
| | | "navigationBarTitleText": "设备巡检", |
| | | "navigationStyle": "custom" |
| | | } |
| | | }, |
| | |
| | | { |
| | | "path": "pages/inspectionUpload/index", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检管理", |
| | | "navigationBarTitleText": "设备巡检", |
| | | "navigationStyle": "custom", |
| | | "enablePullDownRefresh": true, |
| | | "backgroundColor": "#f8f8f8" |
| | |
| | | <template> |
| | | <view class="inspection-detail"> |
| | | <!-- 使用通用页面头部组件 --> |
| | | <PageHeader title="巡检管理详情" |
| | | <PageHeader title="设备巡检详情" |
| | | @back="goBack" /> |
| | | <!-- 设备信息卡片 --> |
| | | <view class="device-card"> |
| | |
| | | <template> |
| | | <view class="inspection-page"> |
| | | <!-- 使用通用页面头部组件 --> |
| | | <PageHeader title="巡检管理" |
| | | <PageHeader title="设备巡检" |
| | | @back="goBack" /> |
| | | <!-- 统计信息卡片 --> |
| | | <view class="stats-cards"> |
| | |
| | | }, |
| | | { |
| | | icon: "/static/images/icon/xunjianshangchuan@2x.png", |
| | | label: "巡检管理", |
| | | label: "设备巡检", |
| | | }, |
| | | ]); |
| | | |
| | |
| | | url: "/pages/equipmentManagement/upkeep/index", |
| | | }); |
| | | break; |
| | | case "巡检管理": |
| | | case "设备巡检": |
| | | uni.navigateTo({ |
| | | url: "/pages/inspectionUpload/index", |
| | | }); |
| | |
| | | { icon: "/static/images/icon/shbeibaoxiu@2x.png", label: "运行管理" }, |
| | | { icon: "/static/images/icon/shbeibaoxiu@2x.png", label: "设备报修" }, |
| | | { icon: "/static/images/icon/shbeibaoyang@2x.png", label: "设备保养" }, |
| | | { icon: "/static/images/icon/xunjianshangchuan@2x.png", label: "巡检管理" }, |
| | | { icon: "/static/images/icon/xunjianshangchuan@2x.png", label: "设备巡检" }, |
| | | ]; |
| | | const filteredEquipment = originalEquipment.filter(item => { |
| | | return allowedMenuTitles.has(item.label); |
| | |
| | | url: "/pages/equipmentManagement/upkeep/index", |
| | | }); |
| | | break; |
| | | case "巡检管理": |
| | | case "设备巡检": |
| | | uni.navigateTo({ |
| | | url: "/pages/inspectionUpload/index", |
| | | }); |
| | |
| | | <template> |
| | | <view class="inspection-upload-page"> |
| | | <!-- 页面头部 --> |
| | | <PageHeader title="巡检管理" |
| | | <PageHeader title="设备巡检" |
| | | @back="goBack" /> |
| | | <!-- 数据列表 --> |
| | | <view class="table-section"> |