huangyw 2 years ago
parent
commit
0b47cbcbc8

+ 2 - 2
src/xt_pages/hospitalStation/recordPrint.vue View File

13
 
13
 
14
      <div class="dialysisPage" style="padding-top: 40px">
14
      <div class="dialysisPage" style="padding-top: 40px">
15
       <printOne
15
       <printOne
16
-        v-if="org_id != 9675 && org_id != 9671 &&org_id != 0"
16
+        v-if="org_id != 9675 && org_id != 9671 &&org_id != 0 &&org_id != 10164"
17
         ref="printOne"
17
         ref="printOne"
18
         v-bind:childResponse="childResponse"
18
         v-bind:childResponse="childResponse"
19
         :patient="patient"
19
         :patient="patient"
22
         :patientid="patientid"
22
         :patientid="patientid"
23
       ></printOne>
23
       ></printOne>
24
       <printTwo
24
       <printTwo
25
-        v-if="org_id == 10217 || org_id == 0 ||org_id==9675||org_id==9671"
25
+        v-if="org_id == 10217 || org_id == 0 ||org_id==9675||org_id==9671||org_id == 10164"
26
         ref="printTwo"
26
         ref="printTwo"
27
         v-bind:childResponse="childResponse"
27
         v-bind:childResponse="childResponse"
28
         :patient="patient"
28
         :patient="patient"

+ 2 - 2
src/xt_pages/outpatientDoctorStation/recordPrint.vue View File

13
 
13
 
14
     <div class="dialysisPage" style="padding-top: 40px">
14
     <div class="dialysisPage" style="padding-top: 40px">
15
       <printOne
15
       <printOne
16
-        v-if="org_id && org_id != 9675 && org_id != 9671 && org_id != 0"
16
+        v-if="org_id && org_id != 9675 && org_id != 9671 && org_id != 0 &&org_id != 10164"
17
         ref="printOne"
17
         ref="printOne"
18
         v-bind:childResponse="childResponse"
18
         v-bind:childResponse="childResponse"
19
         :patient="patient"
19
         :patient="patient"
23
       ></printOne>
23
       ></printOne>
24
       <printTwo
24
       <printTwo
25
         v-if="
25
         v-if="
26
-          org_id == 10217 || org_id == 0 || org_id == 9675 || org_id == 9671
26
+          org_id == 10217 || org_id == 0 || org_id == 9675 || org_id == 9671 || org_id == 10164
27
         "
27
         "
28
         ref="printTwo"
28
         ref="printTwo"
29
         v-bind:childResponse="childResponse"
29
         v-bind:childResponse="childResponse"