From 5ac8d0833d27ee872e267cd3c4f48d23a47fcf7a Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 20 Jun 2023 19:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=A1=A8=E5=8D=95=E7=AD=BE=E5=AD=97?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=97=B6=E5=A2=9E=E5=8A=A0=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +- .../360View/medicalRecord/index.vue | 2 + .../views/modules/formList/DrugInjection.vue | 6 ++ .../modules/formList/InformedConsent.vue | 6 ++ .../modules/formList/InjectionTherapy.vue | 7 +- .../views/modules/formList/MinorOperation.vue | 6 ++ .../views/modules/formList/StyeForm.vue | 79 ++++++++++++------- .../modules/formList/childrenLacrimal.vue | 6 ++ .../formList/conjunctivalOperation.vue | 6 ++ .../views/modules/formList/cornealForeign.vue | 6 ++ .../views/modules/formList/mraForm.vue | 10 +++ .../views/modules/formList/puncture.vue | 6 ++ .../seeDoctor/CornealReview.vue | 5 ++ .../seeDoctor/informBook/notice-book.vue | 8 ++ .../seeDoctor/informBook/rgp-book.vue | 8 ++ static/js/emptySign.js | 2 + 16 files changed, 134 insertions(+), 33 deletions(-) create mode 100644 static/js/emptySign.js diff --git a/public/index.html b/public/index.html index 65983e7..47688a7 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/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue index 99808d8..9524f79 100644 --- a/src/components/360View/medicalRecord/index.vue +++ b/src/components/360View/medicalRecord/index.vue @@ -10,6 +10,7 @@ :patient-id="patientId" :is-search="isSearch" :only-read="onlyRead" + ` :is-platform="isPlatform" :form-list="formList" :cur-index="curIndex" @@ -337,6 +338,7 @@ export default { } this.$http.post('/case/update', params).then(data => { this.updateForm() + this.$store.commit('destroyPlugin') }) }, // 删除同意书 diff --git a/src/page-subspecialty/views/modules/formList/DrugInjection.vue b/src/page-subspecialty/views/modules/formList/DrugInjection.vue index 6fccbbe..3f72dc5 100644 --- a/src/page-subspecialty/views/modules/formList/DrugInjection.vue +++ b/src/page-subspecialty/views/modules/formList/DrugInjection.vue @@ -160,6 +160,8 @@