From 182d43fd84769107191edb6bb2ec0a1ea0afa4ce Mon Sep 17 00:00:00 2001 From: wyuu Date: Fri, 19 Dec 2025 17:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E9=81=93=E5=8F=B7=E3=80=81=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/liswork/xtwh/ComOpt.ts | 40 +++++ .../comopt/components/sysChannel/index.vue | 97 ++++++++--- .../xtwh/comopt/components/sysSort/index.vue | 153 ++++++++---------- src/views/liswork/xtwh/comopt/index.vue | 2 +- 4 files changed, 186 insertions(+), 106 deletions(-) diff --git a/src/api/liswork/xtwh/ComOpt.ts b/src/api/liswork/xtwh/ComOpt.ts index 5624cfb..abc37d1 100644 --- a/src/api/liswork/xtwh/ComOpt.ts +++ b/src/api/liswork/xtwh/ComOpt.ts @@ -106,4 +106,44 @@ export function querySjcs(data?: Object) { method: 'get', params: data }); +} +// 查询检验项目排序 +export function getitemsort(data?: Object) { + return request({ + url: '/xminfo/getitemsort', + method: 'get', + params: data + }); +} +// 保存检验项目排序 +export function saveitemsort(data?: Object) { + return request({ + url: '/xminfo/saveitemsort', + method: 'post', + data + }); +} +// 查询检验项目通道号 +export function getitemtdh(data?: Object) { + return request({ + url: '/xminfo/getitemtdh', + method: 'get', + params: data + }); +} +// 保存检验项目通道号 +export function saveitemtdh(data?: Object) { + return request({ + url: '/xminfo/saveitemtdh', + method: 'post', + data + }); +} +// 删除检验项目通道号 +export function delitemtdh(data?: Object) { + return request({ + url: '/xminfo/delitemtdh', + method: 'get', + params: data + }); } \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue b/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue index e8f367c..f0b3b8e 100644 --- a/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue +++ b/src/views/liswork/xtwh/comopt/components/sysChannel/index.vue @@ -18,18 +18,15 @@ - - - - - - - - + + + +
@@ -44,37 +41,93 @@ diff --git a/src/views/liswork/xtwh/comopt/components/sysSort/index.vue b/src/views/liswork/xtwh/comopt/components/sysSort/index.vue index 81db88d..3704f50 100644 --- a/src/views/liswork/xtwh/comopt/components/sysSort/index.vue +++ b/src/views/liswork/xtwh/comopt/components/sysSort/index.vue @@ -1,44 +1,28 @@ @@ -46,28 +30,21 @@