From 7eeaafef59c4000ae7b6a1922b1551c4f6052fbe Mon Sep 17 00:00:00 2001 From: yangkexiang <1677036288@qq.com> Date: Tue, 19 May 2026 14:13:57 +0800 Subject: [PATCH] bug550 --- .../examination/examinationApplication.vue | 524 ++++++++++-------- 1 file changed, 279 insertions(+), 245 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue index 475e14d0..4b30f229 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue @@ -316,13 +316,13 @@ @@ -392,37 +392,6 @@
加载中...
- - -
-
检查方法
-
- - {{ method.name }} - - ¥{{ method.packagePrice || method.price || 0 }} -
-
- -
-
检查方法
-
-
-
@@ -440,46 +409,103 @@ class="selected-item-card" :class="{ 'is-expanded': item.expanded }" > - +
- 套餐 - - {{ item.name }} + + {{ getDisplayItemName(item) }} - ¥{{ formatDetailAmount(item.price) }} + ¥{{ formatDetailAmount(getSelectedItemAmount(item)) }} - - +
- -
-
加载中...
- +
+
+
检查方法
+
+ 暂无检查方法 +
+
+ + {{ method.name }} + + ¥{{ method.packagePrice || method.price || 0 }} +
+
+
+
+ 检查方法套餐明细 + + + +
+
+
加载中...
+ +
+
@@ -493,7 +519,7 @@