From 574fb9bc6eddac0d496e885aafedc60510df1db6 Mon Sep 17 00:00:00 2001 From: wyuu Date: Thu, 25 Dec 2025 18:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/liswork/xtwh/ComOpt.ts | 64 +++ .../comopt-1/components/sysChannel/index.vue | 108 ----- .../comopt-1/components/sysGlobal/index.vue | 330 --------------- .../comopt-1/components/sysInput/index.vue | 330 --------------- .../components/sysParameter/index.vue | 389 ------------------ .../comopt-1/components/sysReport/index.vue | 12 - .../comopt-1/components/sysSort/index.vue | 164 -------- src/views/liswork/xtwh/comopt-1/index.vue | 352 ---------------- src/views/regional/circulation/bbcx/index.vue | 28 +- src/views/regional/circulation/bbqs/index.vue | 30 +- src/views/regional/circulation/bbth/index.vue | 28 +- src/views/regional/statistics/bbtj/index.vue | 104 +++-- src/views/regional/statistics/fytj/index.vue | 12 +- 13 files changed, 192 insertions(+), 1759 deletions(-) delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue delete mode 100644 src/views/liswork/xtwh/comopt-1/index.vue diff --git a/src/api/liswork/xtwh/ComOpt.ts b/src/api/liswork/xtwh/ComOpt.ts index 5624cfb..14ece01 100644 --- a/src/api/liswork/xtwh/ComOpt.ts +++ b/src/api/liswork/xtwh/ComOpt.ts @@ -106,4 +106,68 @@ 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 + }); +} +// 获取仪器参数 +export function querydouble(data?: Object) { + return request({ + url: '/xminfo/querydouble', + method: 'get', + params: data + }); +} +// 保存仪器参数 +export function savedouble(data?: Object) { + return request({ + url: '/xminfo/savedouble', + method: 'post', + data + }); +} +// 获取参数默认模板 +export function querymbmc(data?: Object) { + return request({ + url: '/xminfo/querymbmc', + method: 'get', + params: data + }); } \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue deleted file mode 100644 index e8f367c..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysChannel/index.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue deleted file mode 100644 index 3b0a308..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysGlobal/index.vue +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue deleted file mode 100644 index e1bac06..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysInput/index.vue +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue deleted file mode 100644 index 5c19ce5..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysParameter/index.vue +++ /dev/null @@ -1,389 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue deleted file mode 100644 index 1ed106b..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysReport/index.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue b/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue deleted file mode 100644 index 81db88d..0000000 --- a/src/views/liswork/xtwh/comopt-1/components/sysSort/index.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/views/liswork/xtwh/comopt-1/index.vue b/src/views/liswork/xtwh/comopt-1/index.vue deleted file mode 100644 index d774bda..0000000 --- a/src/views/liswork/xtwh/comopt-1/index.vue +++ /dev/null @@ -1,352 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/regional/circulation/bbcx/index.vue b/src/views/regional/circulation/bbcx/index.vue index 63c5dae..ba30d9b 100644 --- a/src/views/regional/circulation/bbcx/index.vue +++ b/src/views/regional/circulation/bbcx/index.vue @@ -71,20 +71,20 @@ - - - - - - - +
+ + + + + +
diff --git a/src/views/regional/circulation/bbqs/index.vue b/src/views/regional/circulation/bbqs/index.vue index bd00b88..23eeb61 100644 --- a/src/views/regional/circulation/bbqs/index.vue +++ b/src/views/regional/circulation/bbqs/index.vue @@ -60,20 +60,20 @@ 标本拒签 标本退回
- - - - - - - +
+ + + + + +
@@ -113,7 +113,7 @@ const columns: any = ref([ ]) const tableConfig = ref({ border: true, // 边框 - height: '68vh', // 高度 + height: '100%', // 高度 highlightCurrentRow: true, // 高亮当前行 // fit: true, // 列宽自适应 }) diff --git a/src/views/regional/circulation/bbth/index.vue b/src/views/regional/circulation/bbth/index.vue index 6e3eb9c..7de86a5 100644 --- a/src/views/regional/circulation/bbth/index.vue +++ b/src/views/regional/circulation/bbth/index.vue @@ -60,18 +60,20 @@ 申请作废 - - - - - +
+ + + + + +
@@ -109,7 +111,7 @@ const columns: any = ref([ ]) const tableConfig = ref({ border: true, // 边框 - height: '68vh', // 高度 + height: '100%', // 高度 highlightCurrentRow: true, // 高亮当前行 // fit: true, // 列宽自适应 }) diff --git a/src/views/regional/statistics/bbtj/index.vue b/src/views/regional/statistics/bbtj/index.vue index 66619c8..7de86a5 100644 --- a/src/views/regional/statistics/bbtj/index.vue +++ b/src/views/regional/statistics/bbtj/index.vue @@ -4,15 +4,39 @@ - + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + @@ -31,20 +55,31 @@
- -
- + 申请作废 - + +
+ + + + + +