From f3d011951b58534f7e1e00c3debe1da1247cb78e Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Fri, 13 Mar 2026 18:34:14 +0800 Subject: [PATCH] =?UTF-8?q?78=20=E5=A2=9E=E5=8A=A0=E9=97=A8=E8=AF=8A?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=BC=80=E7=AB=8B=E6=A3=80=E9=AA=8C=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95--=E5=AF=B9=E6=90=9C=E7=B4=A2=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8C=BA=E5=AE=9E=E7=8E=B0=E6=87=92=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E5=8F=8A=E5=8A=A8=E6=80=81=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActivityDefinitionManageMapper.xml | 4 +- .../inspection/inspectionApplication.vue | 527 +++++++++++------- 2 files changed, 336 insertions(+), 195 deletions(-) diff --git a/openhis-server-new/openhis-application/src/main/resources/mapper/datadictionary/ActivityDefinitionManageMapper.xml b/openhis-server-new/openhis-application/src/main/resources/mapper/datadictionary/ActivityDefinitionManageMapper.xml index c19d1f42..6c2a3513 100644 --- a/openhis-server-new/openhis-application/src/main/resources/mapper/datadictionary/ActivityDefinitionManageMapper.xml +++ b/openhis-server-new/openhis-application/src/main/resources/mapper/datadictionary/ActivityDefinitionManageMapper.xml @@ -55,10 +55,10 @@ - ${ew.customSqlSegment.replaceFirst('tenant_id', 'T1.tenant_id').replaceFirst('status_enum', 'T1.status_enum').replaceFirst('WHERE', 'AND')} + ${ew.customSqlSegment.replaceFirst('tenant_id', 'T1.tenant_id').replaceFirst('status_enum', 'T1.status_enum').replaceFirst('name', 'T1.name').replaceFirst('WHERE', 'AND')} - ${ew.customSqlSegment.replaceFirst('status_enum', 'T1.status_enum').replaceFirst('WHERE', 'AND')} + ${ew.customSqlSegment.replaceFirst('status_enum', 'T1.status_enum').replaceFirst('name', 'T1.name').replaceFirst('WHERE', 'AND')} diff --git a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue index 7df872fe..3147dcd8 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue @@ -4,7 +4,7 @@ - + 保存 @@ -400,19 +400,35 @@ 检验项目选择 - - + + :debounce="300" + > + + - + @@ -427,9 +443,19 @@ > {{ category.expanded ? '▼' : '▶' }} {{ category.label }} - ({{ category.items.length }}) + ({{ category.total || category.items.length }}) + + + +
+ +
+ + 加载中... +
+
{{ item.itemName }} ¥{{ item.itemPrice }}
+ +
+ + {{ category.loading ? '加载中...' : '加载更多' }} + + (已加载 {{ category.items.length }}/{{ category.total }} 条) +
+ +
+ 已全部加载 (共 {{ category.total }} 条) +
@@ -492,7 +534,7 @@