From 40b10927181f7f467ccc776e727a09c868a1e0fd Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Wed, 8 Jul 2026 09:21:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/device-boot/device.ts | 9 + .../business/terminal/terminaCkeck/index.vue | 222 +++++++++++++++--- .../userLedger/components/addForm.vue | 66 +++--- .../business/terminal/userLedger/index.vue | 13 +- 4 files changed, 240 insertions(+), 70 deletions(-) diff --git a/src/api/device-boot/device.ts b/src/api/device-boot/device.ts index ee3a50ef..2560a967 100644 --- a/src/api/device-boot/device.ts +++ b/src/api/device-boot/device.ts @@ -25,3 +25,12 @@ export function terminalCheckPage(data:any) { data }) } + + +export function userCheckUpload(data:any) { + return request({ + url: '/device-boot/userReport/userCheckUpload', + method: 'post', + data + }) +} \ No newline at end of file diff --git a/src/views/pqs/business/terminal/terminaCkeck/index.vue b/src/views/pqs/business/terminal/terminaCkeck/index.vue index fdf06212..93e04e55 100644 --- a/src/views/pqs/business/terminal/terminaCkeck/index.vue +++ b/src/views/pqs/business/terminal/terminaCkeck/index.vue @@ -34,27 +34,85 @@ - - + + + +
+
+ +
+ + + + + + + + + + + + + + +
+ + + +