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 @@ -