|
@@ -21,7 +21,7 @@
|
21
|
21
|
<!-- <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
|
22
|
22
|
<!-- <printOne :info="info" v-else></printOne>-->
|
23
|
23
|
<!-- <print-one :info="info" ></print-one>-->
|
24
|
|
- <hospital-settle-print :info="info"></hospital-settle-print>
|
|
24
|
+ <hospital-settle-print :info="info" :list="list"></hospital-settle-print>
|
25
|
25
|
</div>
|
26
|
26
|
|
27
|
27
|
<!-- <div class='dialysisPage' style="padding-top:40px;" v-else>-->
|
|
@@ -76,7 +76,8 @@ export default {
|
76
|
76
|
prescription_id: 0,
|
77
|
77
|
ids: '',
|
78
|
78
|
info: null,
|
79
|
|
- org_id: ''
|
|
79
|
+ org_id: '',
|
|
80
|
+ list:[],
|
80
|
81
|
}
|
81
|
82
|
},
|
82
|
83
|
methods: {
|