|
@@ -14,18 +14,20 @@
|
14
|
14
|
|
15
|
15
|
<div class="dialysisPage" style="padding-top: 40px">
|
16
|
16
|
<div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 9675">
|
17
|
|
- <printSix
|
18
|
|
- v-if="org_id != 10088 && org_id != 10215"
|
19
|
|
- v-bind:childResponse="childResponse"
|
20
|
|
- :advicePrint="advicePrint"
|
21
|
|
- :ids="ids"
|
22
|
|
- :patient="patient"
|
23
|
|
- :hisPatient="hisPatient"
|
24
|
|
- :doctorPorject="doctorPorject"
|
25
|
|
- :patient_id="patient_id"
|
26
|
|
- :record_date="record_date"
|
27
|
|
- :prescription_id="prescription_id"
|
28
|
|
- ></printSix>
|
|
17
|
+ <printOne v-if="org_id != 10088 && org_id != 10215" v-bind:childResponse="childResponse" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
|
|
18
|
+
|
|
19
|
+ <!-- <printSix-->
|
|
20
|
+<!-- v-if="org_id != 10088 && org_id != 10215"-->
|
|
21
|
+<!-- v-bind:childResponse="childResponse"-->
|
|
22
|
+<!-- :advicePrint="advicePrint"-->
|
|
23
|
+<!-- :ids="ids"-->
|
|
24
|
+<!-- :patient="patient"-->
|
|
25
|
+<!-- :hisPatient="hisPatient"-->
|
|
26
|
+<!-- :doctorPorject="doctorPorject"-->
|
|
27
|
+<!-- :patient_id="patient_id"-->
|
|
28
|
+<!-- :record_date="record_date"-->
|
|
29
|
+<!-- :prescription_id="prescription_id"-->
|
|
30
|
+<!-- ></printSix>-->
|
29
|
31
|
<printFour
|
30
|
32
|
v-if="org_id == 10088"
|
31
|
33
|
v-bind:childResponse="childResponse"
|