diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js
index 9be2bbb..ffdf0a0 100644
--- a/src/api/publicService/index.js
+++ b/src/api/publicService/index.js
@@ -528,3 +528,43 @@
params: query,
});
}
+// 下拉框 污水处理厂
+export function facilitySewagelist(query) {
+ return request({
+ url: '/business/facilitySewage/list',
+ method: 'get',
+ params: query,
+ });
+}
+// 污水处理厂 新增
+export function sewageBodAdd(data) {
+ return request({
+ url: '/business/sewageBod/add',
+ method: 'post',
+ data: data,
+ });
+}
+
+// 污水处理厂 修改
+export function sewageBodEdit(data) {
+ return request({
+ url: '/business/sewageBod/edit',
+ method: 'put',
+ data: data,
+ });
+}
+
+// 污水处理厂 删除
+export function sewageBodDel(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'delete',
+ });
+}
+// 验收台账列表 详情
+export function sewageBodDetail(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'get',
+ });
+}
diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js
index 9be2bbb..ffdf0a0 100644
--- a/src/api/publicService/index.js
+++ b/src/api/publicService/index.js
@@ -528,3 +528,43 @@
params: query,
});
}
+// 下拉框 污水处理厂
+export function facilitySewagelist(query) {
+ return request({
+ url: '/business/facilitySewage/list',
+ method: 'get',
+ params: query,
+ });
+}
+// 污水处理厂 新增
+export function sewageBodAdd(data) {
+ return request({
+ url: '/business/sewageBod/add',
+ method: 'post',
+ data: data,
+ });
+}
+
+// 污水处理厂 修改
+export function sewageBodEdit(data) {
+ return request({
+ url: '/business/sewageBod/edit',
+ method: 'put',
+ data: data,
+ });
+}
+
+// 污水处理厂 删除
+export function sewageBodDel(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'delete',
+ });
+}
+// 验收台账列表 详情
+export function sewageBodDetail(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'get',
+ });
+}
diff --git a/src/views/longoPeration/SewageFactory.vue b/src/views/longoPeration/SewageFactory.vue
index c630217..c20d92e 100644
--- a/src/views/longoPeration/SewageFactory.vue
+++ b/src/views/longoPeration/SewageFactory.vue
@@ -2,11 +2,13 @@
-
-
+
+
+
+
-
-
+
+
搜索
@@ -16,7 +18,7 @@
- 新增
+ 新增
@@ -46,17 +48,22 @@
-
+
+
+
+
+
+
-
-
+
+
@@ -70,8 +77,7 @@
diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js
index 9be2bbb..ffdf0a0 100644
--- a/src/api/publicService/index.js
+++ b/src/api/publicService/index.js
@@ -528,3 +528,43 @@
params: query,
});
}
+// 下拉框 污水处理厂
+export function facilitySewagelist(query) {
+ return request({
+ url: '/business/facilitySewage/list',
+ method: 'get',
+ params: query,
+ });
+}
+// 污水处理厂 新增
+export function sewageBodAdd(data) {
+ return request({
+ url: '/business/sewageBod/add',
+ method: 'post',
+ data: data,
+ });
+}
+
+// 污水处理厂 修改
+export function sewageBodEdit(data) {
+ return request({
+ url: '/business/sewageBod/edit',
+ method: 'put',
+ data: data,
+ });
+}
+
+// 污水处理厂 删除
+export function sewageBodDel(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'delete',
+ });
+}
+// 验收台账列表 详情
+export function sewageBodDetail(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'get',
+ });
+}
diff --git a/src/views/longoPeration/SewageFactory.vue b/src/views/longoPeration/SewageFactory.vue
index c630217..c20d92e 100644
--- a/src/views/longoPeration/SewageFactory.vue
+++ b/src/views/longoPeration/SewageFactory.vue
@@ -2,11 +2,13 @@
-
-
+
+
+
+
-
-
+
+
搜索
@@ -16,7 +18,7 @@
- 新增
+ 新增
@@ -46,17 +48,22 @@
-
+
+
+
+
+
+
-
-
+
+
@@ -70,8 +77,7 @@
diff --git a/src/views/publicService/quesNaire.vue b/src/views/publicService/quesNaire.vue
index 73dfe2e..791dacf 100644
--- a/src/views/publicService/quesNaire.vue
+++ b/src/views/publicService/quesNaire.vue
@@ -52,7 +52,7 @@
>
删除
-
+
满意度统计
diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js
index 9be2bbb..ffdf0a0 100644
--- a/src/api/publicService/index.js
+++ b/src/api/publicService/index.js
@@ -528,3 +528,43 @@
params: query,
});
}
+// 下拉框 污水处理厂
+export function facilitySewagelist(query) {
+ return request({
+ url: '/business/facilitySewage/list',
+ method: 'get',
+ params: query,
+ });
+}
+// 污水处理厂 新增
+export function sewageBodAdd(data) {
+ return request({
+ url: '/business/sewageBod/add',
+ method: 'post',
+ data: data,
+ });
+}
+
+// 污水处理厂 修改
+export function sewageBodEdit(data) {
+ return request({
+ url: '/business/sewageBod/edit',
+ method: 'put',
+ data: data,
+ });
+}
+
+// 污水处理厂 删除
+export function sewageBodDel(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'delete',
+ });
+}
+// 验收台账列表 详情
+export function sewageBodDetail(id) {
+ return request({
+ url: '/business/sewageBod/' + id,
+ method: 'get',
+ });
+}
diff --git a/src/views/longoPeration/SewageFactory.vue b/src/views/longoPeration/SewageFactory.vue
index c630217..c20d92e 100644
--- a/src/views/longoPeration/SewageFactory.vue
+++ b/src/views/longoPeration/SewageFactory.vue
@@ -2,11 +2,13 @@
-
-
+
+
+
+
-
-
+
+
搜索
@@ -16,7 +18,7 @@
- 新增
+ 新增
@@ -46,17 +48,22 @@
-
+
+
+
+
+
+
-
-
+
+
@@ -70,8 +77,7 @@
diff --git a/src/views/publicService/quesNaire.vue b/src/views/publicService/quesNaire.vue
index 73dfe2e..791dacf 100644
--- a/src/views/publicService/quesNaire.vue
+++ b/src/views/publicService/quesNaire.vue
@@ -52,7 +52,7 @@
>
删除
-
+
满意度统计
diff --git a/src/views/publicService/special.vue b/src/views/publicService/special.vue
index 7648c17..178da9f 100644
--- a/src/views/publicService/special.vue
+++ b/src/views/publicService/special.vue
@@ -7,7 +7,7 @@
-
+