From 29990c0ba9829066ee48c20cb969d46dacf7bd7f Mon Sep 17 00:00:00 2001 From: wyuu Date: Wed, 8 Apr 2026 18:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/liswork/xtwh/ComOpt.ts | 16 ++ src/components/SelectTable/index.vue | 16 +- src/components/vxeTable/index.vue | 46 ++++- src/layout/components/Navbar.vue | 2 +- src/types/SelectTable.d.ts | 1 + src/views/liswork/micro/index.vue | 16 +- src/views/liswork/micro/labpat.vue | 86 +++++++-- .../work/components/yhVerification.vue | 8 +- src/views/liswork/work/index.vue | 2 +- src/views/liswork/work/labpat.vue | 86 +++++++-- .../components/sysDefaultParams/index.vue | 117 ++++++++++++ .../comopt/components/sysParameter/index.vue | 3 +- .../xtwh/comopt/components/sysSort/index.vue | 2 +- src/views/liswork/xtwh/comopt/index.vue | 4 +- src/views/login.vue | 172 ++++++++---------- tsconfig.json | 2 +- 16 files changed, 431 insertions(+), 148 deletions(-) create mode 100644 src/views/liswork/xtwh/comopt/components/sysDefaultParams/index.vue diff --git a/src/api/liswork/xtwh/ComOpt.ts b/src/api/liswork/xtwh/ComOpt.ts index c899c17..c46dde7 100644 --- a/src/api/liswork/xtwh/ComOpt.ts +++ b/src/api/liswork/xtwh/ComOpt.ts @@ -178,4 +178,20 @@ export function querymbmc(data?: Object) { method: 'get', params: data }); +} +// 查询调整列表 +export function queryInputcol(data?: Object) { + return request({ + url: '/inputcol/query', + method: 'get', + params: data + }); +} +// 整体调整列表 +export function saveInputcol(data?: Object) { + return request({ + url: '/inputcol/save', + method: 'put', + data: data + }); } \ No newline at end of file diff --git a/src/components/SelectTable/index.vue b/src/components/SelectTable/index.vue index 9f61dbf..df428b5 100644 --- a/src/components/SelectTable/index.vue +++ b/src/components/SelectTable/index.vue @@ -17,9 +17,10 @@ -->