-
打印
+
+ 打印
保存
删除
@@ -399,7 +399,11 @@ export default {
a: '',
b: '',
c: ''
- }]
+ }],
+ print: {
+ id: 'optomeFunc'
+ // preview: true
+ }
}
},
computed: {
@@ -586,6 +590,7 @@ export default {
diff --git a/src/components/360View/medicalRecord/outPatientRecord/index.vue b/src/components/360View/medicalRecord/outPatientRecord/index.vue
index 938f51e..ab54d01 100644
--- a/src/components/360View/medicalRecord/outPatientRecord/index.vue
+++ b/src/components/360View/medicalRecord/outPatientRecord/index.vue
@@ -1,7 +1,7 @@
-
打印
+
打印
保存
保存为模板
@@ -87,7 +87,11 @@ export default {
id: ''
}, // 诊断处置
flag: '', // 1病史采集 2前段检查 3后段检查 4专科检查 5诊断处置
- comonFormActive: '1'
+ comonFormActive: '1',
+ printAll: {
+ id: 'allForeForm',
+ beforeOpenCallback() { console.log('开始打印前') }
+ }
}
},
computed: {
@@ -233,4 +237,9 @@ export default {
padding: 8px;
}
}
+@media print{
+ @page {
+ size:A5 landscape;
+ }
+}