-
-
医疗项目:{{ curProject.itemName }}
+
-
+
{{ scope.row.appointDate ? scope.row.appointDate : '-' }}
@@ -113,8 +112,8 @@
-
-
+
+
@@ -166,7 +165,6 @@
-
{{ scope.row.appointDate ? "改约":"预约" }}
@@ -179,6 +177,9 @@
+
.el-table .el-table__cell{padding:9px 0 !important;}',
- closeCallback: () => {
- this.printHidden = true
- this.printHiddenProject = true
- }
- },
- printHidden: true,
- printHiddenProject: true
+ extraHead: ''
+ }
}
},
created() {
@@ -423,10 +420,6 @@ export default {
})
})
},
- printTable() {
- this.printHidden = false
- this.printHiddenProject = false
- },
// 改约
changeOrder() {
this.reDialogShow = true
@@ -542,6 +535,11 @@ export default {
color: #FF4D4F;
}
}
+.printHiddenTable{
+ position: absolute;
+ top: 0;
+ left: -100%;
+}
.scheduled-patient {
.form-item-date{
.el-input__inner {
diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/printTable.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/printTable.vue
new file mode 100644
index 0000000..f53e161
--- /dev/null
+++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/printTable.vue
@@ -0,0 +1,141 @@
+
+
+
医疗项目:{{ curProject.itemName }}
+
+
+
+ {{ scope.row.appointDate ? scope.row.appointDate : '-' }}
+
+
+
+
+
+ {{ scope.row.doctorName ? scope.row.doctorName : '-' }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+ {{ `${item}: ${scope.row.otherProject}` }}
+
+
+
+
+
+
+
+
+
+ 医嘱已开
+
+
+ 散瞳
+
+
+ 表麻
+
+
+ 全身检查完成
+
+
+ 缩瞳
+
+
+
+
+
+
+
+
changeEyeType(value,scope)">
+
+
+
+ {{ scope.row.arrivalDate }}
+
+
+
+
+
+
+ {{ scope.row.appointDate ? "改约":"预约" }}
+ 取消
+ 患者360
+
+
+
+
+
+
+
+
+
diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/addProject.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/addProject.vue
index adf5a9f..9eb6773 100644
--- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/addProject.vue
+++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subSetting/addProject.vue
@@ -34,7 +34,7 @@
-
+