|
@@ -14,8 +14,8 @@
|
14
|
14
|
</template>
|
15
|
15
|
|
16
|
16
|
<div class='dialysisPage' style="padding-top:40px;">
|
17
|
|
-
|
18
|
|
- <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191 "
|
|
17
|
+
|
|
18
|
+ <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191 && org_id != 0"
|
19
|
19
|
:list="list" :patient="patient" :order="order" :admin="admin">
|
20
|
20
|
</listPrintforu>
|
21
|
21
|
<printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
|
|
@@ -23,7 +23,7 @@
|
23
|
23
|
<print-three v-if="org_id == 10106 && this.paramsObj.balance_accounts_type == 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></print-three>
|
24
|
24
|
<!-- <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
|
25
|
25
|
<list-print-three v-if="org_id == 10215 || org_id==9675 || org_id ==10485" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-three>
|
26
|
|
- <print-two10265 v-if="org_id == 10265 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
|
|
26
|
+ <print-two10265 v-if="org_id == 10265 || org_id == 0 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
|
27
|
27
|
</div>
|
28
|
28
|
</div>
|
29
|
29
|
</template>
|
|
@@ -101,7 +101,7 @@
|
101
|
101
|
this.$message.error(response.data.msg)
|
102
|
102
|
return false
|
103
|
103
|
} else {
|
104
|
|
- if(this.org_id == 10265){
|
|
104
|
+ if(this.org_id == 10265 || this.org_id == 0){
|
105
|
105
|
this.order = response.data.data.order
|
106
|
106
|
this.patient = response.data.data.patient
|
107
|
107
|
this.admin = response.data.data.admin_info
|
|
@@ -380,7 +380,7 @@
|
380
|
380
|
let drug_ids = []
|
381
|
381
|
let project_ids = []
|
382
|
382
|
console.log('details12121212',details);
|
383
|
|
-
|
|
383
|
+
|
384
|
384
|
for (let i = 0; i < details.length; i++) {
|
385
|
385
|
if (details[i].advice && details[i].advice.id > 0 && details[i].advice.prescription && details[i].advice.prescription.type == 1) { //药品
|
386
|
386
|
let obj = {
|