From df7b721d2eae1514a2e71332520a8062672a58e6 Mon Sep 17 00:00:00 2001
From: xzt <1113240624@qq.com>
Date: Tue, 23 Jan 2024 11:07:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/yg/aqrw.js | 6 +-
.../listPage/options/managementSystemFxzz.vue | 5 +-
.../sluice/components/msFxzzMember.vue | 131 ++++
.../sluice/supplies.vue | 672 ++++++++++++++++-
.../floodControlManagement/sluice/tissue.vue | 698 +++++++++++++++++-
.../safetyAppraisal/sluice/task.vue | 43 +-
6 files changed, 1542 insertions(+), 13 deletions(-)
create mode 100644 src/views/safetyManage/floodControlManagement/sluice/components/msFxzzMember.vue
diff --git a/src/api/yg/aqrw.js b/src/api/yg/aqrw.js
index 2551b1d..88209ff 100644
--- a/src/api/yg/aqrw.js
+++ b/src/api/yg/aqrw.js
@@ -29,7 +29,7 @@ export function addAqrw(data) {
// 修改水闸安全鉴定任务信息
export function updateAqrw(data) {
return request({
- url: '/aqrw/aqrw',
+ url: '/aqrw',
method: 'put',
data: data
})
@@ -38,7 +38,7 @@ export function updateAqrw(data) {
// 删除水闸安全鉴定任务信息
export function delAqrw(id) {
return request({
- url: '/aqrw/aqrw/' + id,
+ url: '/aqrw/' + id,
method: 'delete'
})
}
@@ -46,7 +46,7 @@ export function delAqrw(id) {
// 导出水闸安全鉴定任务信息
export function exportAqrw(query) {
return request({
- url: '/aqrw/aqrw/export',
+ url: '/aqrw/export',
method: 'get',
params: query
})
diff --git a/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFxzz.vue b/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFxzz.vue
index 2121f8e..82403bb 100644
--- a/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFxzz.vue
+++ b/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/options/managementSystemFxzz.vue
@@ -24,6 +24,7 @@
label="所属区划"
align="center"
prop="adcd"
+ :formatter="$formatAdcd"
min-width="120"
/>
-
+ /> -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/safetyManage/floodControlManagement/sluice/supplies.vue b/src/views/safetyManage/floodControlManagement/sluice/supplies.vue
index bf43431..e02cc25 100644
--- a/src/views/safetyManage/floodControlManagement/sluice/supplies.vue
+++ b/src/views/safetyManage/floodControlManagement/sluice/supplies.vue
@@ -1,3 +1,673 @@
- 物资
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.procurementTime, "{y}-{m}-{d}") }}
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/safetyManage/floodControlManagement/sluice/tissue.vue b/src/views/safetyManage/floodControlManagement/sluice/tissue.vue
index c95baf7..c3f61f0 100644
--- a/src/views/safetyManage/floodControlManagement/sluice/tissue.vue
+++ b/src/views/safetyManage/floodControlManagement/sluice/tissue.vue
@@ -1,3 +1,699 @@
- 组织
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+ 防汛组织信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 防汛组织成员
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/safetyManage/safetyAppraisal/sluice/task.vue b/src/views/safetyManage/safetyAppraisal/sluice/task.vue
index 7dee52d..00e6de7 100644
--- a/src/views/safetyManage/safetyAppraisal/sluice/task.vue
+++ b/src/views/safetyManage/safetyAppraisal/sluice/task.vue
@@ -8,7 +8,24 @@
v-show="showSearch"
label-width="68px"
>
-
+
+
+
+
+
+
+
+
+