|
@@ -1,9 +1,9 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div>
|
3
|
3
|
<div class="dialysisPage" style="padding-top: 40px">
|
4
|
|
- <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 10537 && org_id != 10610 ">
|
|
4
|
+ <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 10537 && org_id != 10610 ">
|
5
|
5
|
|
6
|
|
- <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 10217 && org_id != 10598 && org_id != 10644" v-bind:childResponse="childResponse"
|
|
6
|
+ <printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 10217 && org_id != 10598 && org_id != 10644 && org_id != 10510 && org_id != 0" v-bind:childResponse="childResponse"
|
7
|
7
|
:advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
|
8
|
8
|
:doctorPorject="doctorPorject" :patient_id="patient_id" :record_date="record_date"
|
9
|
9
|
:prescription_id="prescription_id"></printOne>
|
|
@@ -40,7 +40,7 @@
|
40
|
40
|
</prineight>
|
41
|
41
|
|
42
|
42
|
<printFour
|
43
|
|
- v-if="org_id == 10088 || org_id == 10510 || org_id == 10598"
|
|
43
|
+ v-if="org_id == 10088 || org_id == 10510 || org_id == 10598 || org_id==0"
|
44
|
44
|
v-bind:childResponse="childResponse"
|
45
|
45
|
:advicePrint="advicePrint"
|
46
|
46
|
:ids="ids"
|