From fcb4318465ed175fa06dd5dd8c702fb18ff761e1 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 16 May 2024 14:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BD=8D=E7=BD=AE=E3=80=81=E5=B9=B2=E6=89=B0=E6=BA=90?= =?UTF-8?q?=E6=8E=A5=E5=85=A5=E5=B1=8F=E8=94=BD=E7=BB=88=E7=AB=AF=E5=85=A5?= =?UTF-8?q?=E7=BD=91=E6=A3=80=E6=B5=8Btab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../interfere/index.ts | 0 src/api/supervision-boot/terminal/index.ts | 16 + .../terminalNetworkDetection/addForm.vue | 439 +++++++++--------- .../terminalNetworkDetection/index.vue | 91 ++-- .../components/undocumented/addForm.vue | 2 +- src/views/pqs/supervise/interfere/index.vue | 4 +- 6 files changed, 297 insertions(+), 255 deletions(-) rename src/api/{supervise => supervision-boot}/interfere/index.ts (100%) create mode 100644 src/api/supervision-boot/terminal/index.ts diff --git a/src/api/supervise/interfere/index.ts b/src/api/supervision-boot/interfere/index.ts similarity index 100% rename from src/api/supervise/interfere/index.ts rename to src/api/supervision-boot/interfere/index.ts diff --git a/src/api/supervision-boot/terminal/index.ts b/src/api/supervision-boot/terminal/index.ts new file mode 100644 index 00000000..23a911d2 --- /dev/null +++ b/src/api/supervision-boot/terminal/index.ts @@ -0,0 +1,16 @@ +import createAxios from '@/utils/request' + +import { SUPERVISION_BOOT } from '@/utils/constantRequest' + +const MAPPING_PATH = SUPERVISION_BOOT + '/workflow/wfForm' + +/** + * 提交终端信息表单数据 + */ +export const addTerminalFormData = (data: any) => { + return createAxios({ + url: '/supervision-boot/deVReport/add', + method: 'POST', + data: data + }) +} diff --git a/src/views/pqs/supervise/interfere/components/terminalNetworkDetection/addForm.vue b/src/views/pqs/supervise/interfere/components/terminalNetworkDetection/addForm.vue index da337d43..b17acecb 100644 --- a/src/views/pqs/supervise/interfere/components/terminalNetworkDetection/addForm.vue +++ b/src/views/pqs/supervise/interfere/components/terminalNetworkDetection/addForm.vue @@ -24,7 +24,7 @@ label-width="140px" label-position="right" > - +
@@ -134,8 +134,9 @@
- - + + * + @@ -402,7 +405,9 @@ @@ -514,7 +519,9 @@ @@ -525,7 +532,9 @@ @@ -647,6 +656,8 @@ style="width: 100%" v-model="form.reportDate" type="date" + format="YYYY-MM-DD" + value-format="YYYY-MM-DD" placeholder="请选择填报日期" /> @@ -733,7 +744,8 @@ - + + *