|
@@ -38,14 +38,14 @@
|
38
|
38
|
透析号:{{ item.patient.dialysis_no }}
|
39
|
39
|
</div>
|
40
|
40
|
<div style="flex: 1;">
|
41
|
|
- 费别:
|
42
|
|
- <span v-if="hisPatient.balance_accounts_type==1">
|
|
41
|
+ 费别:自费
|
|
42
|
+ <!-- <span v-if="hisPatient.balance_accounts_type==1">
|
43
|
43
|
<span v-if="hisPatient.insutype==390">城乡医保</span>
|
44
|
44
|
<span v-if="hisPatient.insutype==310">职工医保</span>
|
45
|
45
|
</span>
|
46
|
46
|
<span v-else>
|
47
|
47
|
{{ getsettlement(hisPatient.balance_accounts_type) }}
|
48
|
|
- </span>
|
|
48
|
+ </span> -->
|
49
|
49
|
</div>
|
50
|
50
|
</div>
|
51
|
51
|
<div style="display: flex;margin: 10px 0;line-height: 24px;padding: 0 10px;">
|
|
@@ -86,7 +86,15 @@
|
86
|
86
|
</div>
|
87
|
87
|
<div style="display: flex;margin: 10px 0;">
|
88
|
88
|
<div style="flex: 1;">门诊号:{{ hisPatient.number ? hisPatient.number : "" }}</div>
|
89
|
|
- <div style="flex: 1;">费别:居民医保/职工医保/自费</div>
|
|
89
|
+ <div style="flex: 1;">费别:自费
|
|
90
|
+ <!-- <span v-if="hisPatient.balance_accounts_type==1">
|
|
91
|
+ <span v-if="hisPatient.insutype==390">城乡医保</span>
|
|
92
|
+ <span v-if="hisPatient.insutype==310">职工医保</span>
|
|
93
|
+ </span>
|
|
94
|
+ <span v-else>
|
|
95
|
+ {{ getsettlement(hisPatient.balance_accounts_type) }}
|
|
96
|
+ </span> -->
|
|
97
|
+ </div>
|
90
|
98
|
</div>
|
91
|
99
|
<div style="display: flex;">
|
92
|
100
|
<div style="flex: 1;">临床诊断:{{ getDiagnosis(item.info.diagnosis) }}</div>
|
|
@@ -394,7 +402,7 @@
|
394
|
402
|
<div style="flex: 1;">核/发药师:</div>
|
395
|
403
|
</div>
|
396
|
404
|
</div>
|
397
|
|
- <div v-if="prescriptions[index].med_type == '1112'">
|
|
405
|
+ <div v-if="prescriptions[index].med_type == '1112' || prescriptions[index].med_type == '1111'">
|
398
|
406
|
<div style="display: flex;border-top: 1px solid #000;margin: 10px 0;">
|
399
|
407
|
<div style="flex: 1;">医师:{{ getAdminUser(item.creator)}}</div>
|
400
|
408
|
<div style="flex: 1;">金额:
|