From c3713a8785a57f3b5a9cd3da896c32138149ab8d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Aug 2026 09:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/prescription-slip/index.vue | 255 ++++++++++++------ .../src/components/prescription-slip/utils.ts | 24 ++ 2 files changed, 196 insertions(+), 83 deletions(-) diff --git a/admin/src/components/prescription-slip/index.vue b/admin/src/components/prescription-slip/index.vue index 46bb64ca1..de26d6f56 100644 --- a/admin/src/components/prescription-slip/index.vue +++ b/admin/src/components/prescription-slip/index.vue @@ -9,10 +9,24 @@ : '服药前请核对姓名、电话、医生等信息以及医嘱等要点' }} - - 日期:{{ dateText }} - 编号:{{ serialText }} - +
+
+ 日期 + {{ dateText }} +
+
+ 处方编号 + {{ prescriptionSnText }} +
+
+ 流转编号(挂号) + {{ appointmentFlowText }} +
+
+ 业务单号 + {{ businessOrderNoText }} +
+
@@ -92,7 +106,6 @@
-