From 5095592df44acb8069a89742cdfe250719593fd8 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 15 May 2024 12:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E6=99=AE=E6=B5=8B=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process-boot/generalTest.ts | 27 ++- src/styles/app.scss | 2 +- .../harmonicSurvey/components/planAdd.vue | 77 ++++----- .../harmonicSurvey/components/planManage.vue | 83 ++++++++-- .../pqs/supervise/harmonicSurvey/detail.vue | 156 +++++++++++++++++- src/views/user/popupUpdatePwd.vue | 3 +- 6 files changed, 286 insertions(+), 62 deletions(-) diff --git a/src/api/process-boot/generalTest.ts b/src/api/process-boot/generalTest.ts index 9b6788c3..95f9f495 100644 --- a/src/api/process-boot/generalTest.ts +++ b/src/api/process-boot/generalTest.ts @@ -22,8 +22,7 @@ export function removeSurvey(data: any) { return createAxios({ url: '/supervision-boot/generalSurvey/removeSurvey', method: 'post', - data, - + data }) } //新增 @@ -152,3 +151,27 @@ export function addSurvey(data: any) { data }) } +// 查询普测计划详情 +export function querySurveyDetail(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/querySurveyDetail', + method: 'POST', + params: data + }) +} +// 修改普测计划 +export function auditSurvey(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/auditSurvey', + method: 'POST', + data + }) +} +// 取消普测计划 +export function cancel(data: any) { + return createAxios({ + url: '/supervision-boot/generalSurvey/cancel', + method: 'POST', + data + }) +} diff --git a/src/styles/app.scss b/src/styles/app.scss index 2c4505b4..39515624 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -186,7 +186,7 @@ body, } .cn-operate-dialog .el-dialog__body { - height: 60vh; + max-height: 60vh; padding-top: 20px; padding-bottom: 52px; } diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue index 6e6ce45b..4cdad1a3 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue @@ -49,7 +49,6 @@ 上传文件 -
-
- - {{ item.fileName }} - -
-
@@ -76,7 +68,7 @@ -
-
+ --> + diff --git a/src/views/user/popupUpdatePwd.vue b/src/views/user/popupUpdatePwd.vue index 8a5bf670..4a4d8ae5 100644 --- a/src/views/user/popupUpdatePwd.vue +++ b/src/views/user/popupUpdatePwd.vue @@ -1,5 +1,5 @@