Browse Source

电子病历

huangyw 2 years ago
parent
commit
ac179b4389
1 changed files with 6 additions and 7 deletions
  1. 6 7
      src/xt_pages/outpatientDoctorStation/recordPrint.vue

+ 6 - 7
src/xt_pages/outpatientDoctorStation/recordPrint.vue View File

14
     <div class="dialysisPage" style="padding-top: 40px">
14
     <div class="dialysisPage" style="padding-top: 40px">
15
       <printOne
15
       <printOne
16
         v-if="
16
         v-if="
17
-          org_id != 10217 &&
17
+          org_id != 10217 && org_id != 10188 &&org_id != 10318&&
18
           org_id != 9675 &&
18
           org_id != 9675 &&
19
           org_id != 9671 &&
19
           org_id != 9671 &&
20
           org_id != 0 &&
20
           org_id != 0 &&
21
-          org_id != 10164 &&
22
-          org_id != 10188 &&
23
-          org_id != 10318
21
+          org_id != 10164 
24
         "
22
         "
25
         ref="printOne"
23
         ref="printOne"
26
         v-bind:childResponse="childResponse"
24
         v-bind:childResponse="childResponse"
32
       <printTwo
30
       <printTwo
33
         v-if="
31
         v-if="
34
           org_id == 10217 ||
32
           org_id == 10217 ||
33
+           org_id == 10188 ||
35
           org_id == 9675 ||
34
           org_id == 9675 ||
36
           org_id == 9671 ||
35
           org_id == 9671 ||
37
-          org_id == 10164 ||
38
-          org_id == 10188
36
+          org_id == 10164
37
+         
39
         "
38
         "
40
         ref="printTwo"
39
         ref="printTwo"
41
         v-bind:childResponse="childResponse"
40
         v-bind:childResponse="childResponse"
101
   methods: {
100
   methods: {
102
     show(val, id) {
101
     show(val, id) {
103
       this.org_id = id;
102
       this.org_id = id;
104
-      if (id == 10217 || id == 9675 || id == 9671 ) {
103
+      if (id == 10217 || id == 9675 || id == 9671|| id == 10188 ) {
105
         this.$refs.printTwo.show(val);
104
         this.$refs.printTwo.show(val);
106
       } else if (id == 10318|| id == 0) {
105
       } else if (id == 10318|| id == 0) {
107
         this.$refs.printThree.show(val);
106
         this.$refs.printThree.show(val);