From 218cfbb16a06874f1e0e2d8fef28b0768769909d Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 19 Jun 2023 15:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +- .../views/modules/formList/Lacrimal.vue | 45 +++--- .../reservation/schedule/addPatientOrder.vue | 25 ++-- .../reservation/subList/index.vue | 36 +++-- .../reservation/subList/printTable.vue | 141 ++++++++++++++++++ .../reservation/subSetting/addProject.vue | 2 +- 6 files changed, 198 insertions(+), 55 deletions(-) create mode 100644 src/page-subspecialty/views/modules/nurseManagement/reservation/subList/printTable.vue diff --git a/public/index.html b/public/index.html index 47688a7..65983e7 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/page-subspecialty/views/modules/formList/Lacrimal.vue b/src/page-subspecialty/views/modules/formList/Lacrimal.vue index f80ff81..c855a2e 100644 --- a/src/page-subspecialty/views/modules/formList/Lacrimal.vue +++ b/src/page-subspecialty/views/modules/formList/Lacrimal.vue @@ -15,7 +15,7 @@ 右眼:
- + 泪小点进针, - + 反流(自 - + 泪小点反流),患者自诉咽部 - + 分泌物。
- + 泪小点进针, - + 反流(自 - + 泪小点反流),患者自诉咽部 - + 左眼:
- + 泪小点进针, - + 反流(自 - + 泪小点反流),患者自诉咽部 - + 分泌物。
- + 泪小点进针, - + 反流(自 - + 泪小点反流),患者自诉咽部 - +
项目:
- - - - - - - - - - - - + @@ -161,6 +150,7 @@ export default { startTime: '08:30', step: '00:15', endTime: '18:00', + projectList: [], doctorList: [] } }, @@ -181,9 +171,9 @@ export default { }, created() { this.getDoctorList() + this.getProjectList() }, mounted() { - console.log(this.patientDetail) if (this.patientDetail) { this.form.patientId = this.patientDetail.patientId this.form.doctorId = this.patientDetail.doctorId @@ -222,6 +212,8 @@ export default { this.$http.get('/appoint/getPatientInfo', { params: { patientId: val }}).then((data) => { if (data.data.data.list.length) { this.patientInfo = data.data.data.list[0] + } else { + this.patientInfo = null } }) }, @@ -233,6 +225,13 @@ export default { this.$message.error(err.msg) }) }, + getProjectList() { + this.$http.get('/appoint/getAppiontProJectDict').then(data => { + this.projectList = data.data.data + }).catch(err => { + this.$message.error(err.msg) + }) + }, // 选择医生 selectDoctor(val) { const curDoctor = this.doctorList.find(item => item.employeeId === val) diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue index fd0de5b..65bea98 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue @@ -49,7 +49,7 @@
改约 - 打印 + 打印
@@ -86,8 +86,7 @@
-
-
医疗项目:{{ curProject.itemName }}
+
- +