diff --git a/src/api/reservoir/index.js b/src/api/reservoir/index.js index ae7f161..03da13b 100644 --- a/src/api/reservoir/index.js +++ b/src/api/reservoir/index.js @@ -175,9 +175,17 @@ export const getReservoirCZMonitorEchartsData = (data) =>{ } // 获取视频列表/safe/operation/Play -export const getOperationPlayDataList = (data) => { +export const getOperationPlay = (data) => { return request({ - url: `/safe/operation/Play`, + url: `/safe/operation/play`, + method: 'post', + data + }) +} + +export const getVideoDataList = (data) => { + return request({ + url: `/safe/operation/reservoirList`, method: 'post', data }) diff --git a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/components/inspectionRecordDetails.vue b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/components/inspectionRecordDetails.vue new file mode 100644 index 0000000..463b7db --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/components/inspectionRecordDetails.vue @@ -0,0 +1,436 @@ + + + + + + + 巡视检查名称: + + 巡检类型: + + + + + + + + + + 工程部位 + + + + 检查内容 + + + 是否检查项 + + + + + + + + {{ index + 1 }},{{ item.value }} + + + + + {{ item2.value }} + + + + + {{ item3.value }} + + + + + + + + + 是 + 否 + + + + + + + + + + + + + 是 + 否 + + + + + + + + + + + + + 是 + 否 + + + + + + + + + + + 保存 + 返回 + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue new file mode 100644 index 0000000..86004d6 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue @@ -0,0 +1,328 @@ + + + + + + + + + 巡查名称 + + + + + 巡查类型 + + + + + + + + + 巡查时间 + + + + + + 巡查责任人 + + + + + 巡查类别 + + + + + + + + + 巡查状态 + + + + + + + + + 查询 + 重置 + + + + + + + + + + {{ + getDictLabelName(scope.row.patrolType, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolCategory, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolStatus, "xcTypeOptions") + }} + + + + + + {{ scope.row.startDate || "-" }}/{{ + scope.row.endDate || "-" + }} + + + + + + 查看 + 编辑 + + + + handlePageSizeChange(e)" + @current-change="(e) => handleCurrentPageChange(e)" + > + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue new file mode 100644 index 0000000..e7dcab0 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue @@ -0,0 +1,329 @@ + + + + + + + + + 巡查名称 + + + + + 巡查类型 + + + + + + + + + 巡查时间 + + + + + + 巡查责任人 + + + + + 巡查类别 + + + + + + + + + 巡查状态 + + + + + + + + + 查询 + 重置 + + + + + + + + + + {{ + getDictLabelName(scope.row.patrolType, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolCategory, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolStatus, "xcTypeOptions") + }} + + + + + + {{ scope.row.startDate || "-" }}/{{ + scope.row.endDate || "-" + }} + + + + + + 查看 + + + + handlePageSizeChange(e)" + @current-change="(e) => handleCurrentPageChange(e)" + > + + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/componentsDetails/defectDetails.vue b/src/views/dike/runManage/patrolMaintenance/componentsDetails/defectDetails.vue new file mode 100644 index 0000000..4a86f61 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/componentsDetails/defectDetails.vue @@ -0,0 +1,256 @@ + + + + + + 缺陷信息 + + + + 堤防名称: + 123 + + + 堤防巡查责任人: + 123 + + + 巡查类别: + 123 + + + 堤防巡查开始/结束时间: + 123 + + + 巡查部位: + 123 + + + 问题位置: + 123 + + + 问题等级: + 123 + + + 具体描述: + 123 + + + 缺陷图片: + 123 + + + + 养护记录 + + + + + + + + + + + + + + + + + + + + + + + + + 123 + + + + + + + + 验收意见 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue b/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue new file mode 100644 index 0000000..c528261 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue @@ -0,0 +1,185 @@ + + + + + + 巡查路线 + + + + {{ form.name }} + + + {{ form.projectName }} + + + {{ form.dikeName }} + + + {{ form.inspectionCategory }} + + + + + + + + + + + + + + + 巡查项 + + + + + + 缺陷问题列表 + + + + + + + + + + + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/defectList/index.vue b/src/views/dike/runManage/patrolMaintenance/defectList/index.vue new file mode 100644 index 0000000..67f3967 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/defectList/index.vue @@ -0,0 +1,335 @@ + + + + + + + + + 巡查名称 + + + + + 巡查类型 + + + + + + + + + 巡查时间 + + + + + + 巡查责任人 + + + + + 巡查类别 + + + + + + + + + 巡查状态 + + + + + + + + + 查询 + 重置 + + + + + + + + + + {{ + getDictLabelName(scope.row.patrolType, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolCategory, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolStatus, "xcTypeOptions") + }} + + + + + + {{ scope.row.startDate || "-" }}/{{ + scope.row.endDate || "-" + }} + + + + + + 领单 + 查看 + + + + handlePageSizeChange(e)" + @current-change="(e) => handleCurrentPageChange(e)" + > + + + + + + + diff --git a/src/views/dike/runManage/patrolMaintenance/maintenanceRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/maintenanceRecords/index.vue new file mode 100644 index 0000000..c9c36a2 --- /dev/null +++ b/src/views/dike/runManage/patrolMaintenance/maintenanceRecords/index.vue @@ -0,0 +1,335 @@ + + + + + + + + + 巡查名称 + + + + + 巡查类型 + + + + + + + + + 巡查时间 + + + + + + 巡查责任人 + + + + + 巡查类别 + + + + + + + + + 巡查状态 + + + + + + + + + 查询 + 重置 + + + + + + + + + + {{ + getDictLabelName(scope.row.patrolType, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolCategory, "xcTypeOptions") + }} + + + + + {{ + getDictLabelName(scope.row.patrolStatus, "xcTypeOptions") + }} + + + + + + {{ scope.row.startDate || "-" }}/{{ + scope.row.endDate || "-" + }} + + + + + + 查看 + 编辑 + + + + handlePageSizeChange(e)" + @current-change="(e) => handleCurrentPageChange(e)" + > + + + + + + + diff --git a/src/views/reservoir/safeOperation/components/VideoAnalysis.vue b/src/views/reservoir/safeOperation/components/VideoAnalysis.vue index a447a85..7ed18bb 100644 --- a/src/views/reservoir/safeOperation/components/VideoAnalysis.vue +++ b/src/views/reservoir/safeOperation/components/VideoAnalysis.vue @@ -1,19 +1,20 @@ - + @@ -35,7 +36,7 @@