huangyw hace 2 años
padre
commit
ac179b4389
Se han modificado 1 ficheros con 6 adiciones y 7 borrados
  1. 6 7
      src/xt_pages/outpatientDoctorStation/recordPrint.vue

+ 6 - 7
src/xt_pages/outpatientDoctorStation/recordPrint.vue Ver fichero

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