From 3964129d1a6bc31d61a37e0cefdb86635c4eb60b Mon Sep 17 00:00:00 2001 From: lichuanyang <1176537920@qq.com> Date: Fri, 16 Aug 2024 12:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E6=89=93=E5=8D=B0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportPrintStatistics/index.vue | 200 +++++++++++++++--- 1 file changed, 174 insertions(+), 26 deletions(-) diff --git a/src/views/applyregistration/reportPrintStatistics/index.vue b/src/views/applyregistration/reportPrintStatistics/index.vue index d28ac52f..c8f9987b 100644 --- a/src/views/applyregistration/reportPrintStatistics/index.vue +++ b/src/views/applyregistration/reportPrintStatistics/index.vue @@ -102,7 +102,7 @@ 搜索 - + 打印 @@ -116,7 +116,7 @@ :stripe="true" :show-overflow-tooltip="true" :data="list_infos" - height="max(30vh,294px)" + height="max(calc(100vh - 460px),280px)" @row-click="handleRowClick" > @@ -318,19 +318,24 @@ -
+

超声检查报告单


-

姓名:{{ infoParams.pname }}

-

送检科室:{{ infoParams.billDoctorDepartment }}

门诊号:{{ infoParams.regId }}

+

姓名:{{ infoParams.pname }}

性别:{{ infoParams.gender }}

-

年龄:{{ age }}

-

设备:{{ infoParams.deviceName }}

+

年龄:{{ age }}岁

检查号:{{ infoParams.examId }}

检查类型:{{ infoParams.examItemName }}

+

设备:{{ infoParams.deviceName }}

+

送检科室:{{ infoParams.billDoctorDepartment }}


超声图像:

@@ -361,12 +366,99 @@

{{ infoParams.diagResults }}

-

医生签名:{{}}

- +

医生签名:{{ infoParams.reviewDoctor }}

+
+
+ +
+ 打印 +
+
+
+
+ + +

科右前旗康立寿医院

+
+ +

CT检查报告单

+
+
+
+ + +
患者编号:
+
{{ infoParams.regId }}
+
+ +
检查编号:
+
{{ infoParams.examId }}
+
+
+
+
+

门诊号:{{ infoParams.regId }}

+

姓名:{{ infoParams.pname }}

+

性别:{{ infoParams.gender }}

+

年龄:{{ age }}岁

+

检查号:{{ infoParams.examId }}

+

检查类型:{{ infoParams.examItemName }}

+

设备:{{ infoParams.deviceName }}

+

送检科室:{{ infoParams.billDoctorDepartment }}

+
+
+
+

检查项目:

+

{{ infoParams.examItemName }}

+
+
+

影像学表现:

+

{{ infoParams.examDescription }}

+
+
+

影像学诊断:

+

{{ infoParams.diagResults }}

+
+
+
+ + 报告医师:{{ infoParams.diagDoctor }} + 报告日期:{{ + formatDate(infoParams.diagDate as unknown as Date, 'YYYY-MM-DD') + }} + 审核医师:{{ infoParams.reviewDoctor }} + 审核日期:{{ + formatDate(infoParams.reviewDate as unknown as Date, 'YYYY-MM-DD') + }} + +
+ 本报告只作临床参考,不作证明材料 +
-
打印
-
@@ -387,7 +478,7 @@ -