|
@@ -41,12 +41,12 @@
|
41
|
41
|
</div>
|
42
|
42
|
<div style="flex: 1;">
|
43
|
43
|
费别:
|
44
|
|
- <span v-if="hisPatient.balance_accounts_type==1">
|
|
44
|
+ <!-- <span v-if="item.hisPatient.balance_accounts_type==1">
|
45
|
45
|
<span v-if="hisPatient.insutype==390">城乡医保</span>
|
46
|
46
|
<span v-if="hisPatient.insutype==310">职工医保</span>
|
47
|
|
- </span>
|
48
|
|
- <span v-else>
|
49
|
|
- {{ getsettlement(hisPatient.balance_accounts_type) }}
|
|
47
|
+ </span> v-else-->
|
|
48
|
+ <span >
|
|
49
|
+ {{ getsettlement(item.hisPatient.balance_accounts_type) }}
|
50
|
50
|
</span>
|
51
|
51
|
</div>
|
52
|
52
|
</div>
|
|
@@ -92,12 +92,12 @@
|
92
|
92
|
<div style="display: flex;margin: 10px 0;">
|
93
|
93
|
<div style="flex: 1;">门诊号:{{ hisPatient.number ? hisPatient.number : "" }}</div>
|
94
|
94
|
<div style="flex: 1;">费别:
|
95
|
|
- <span v-if="hisPatient.balance_accounts_type==1">
|
|
95
|
+ <!-- <span v-if="hisPatient.balance_accounts_type==1">
|
96
|
96
|
<span v-if="hisPatient.insutype==390">城乡医保</span>
|
97
|
97
|
<span v-if="hisPatient.insutype==310">职工医保</span>
|
98
|
|
- </span>
|
99
|
|
- <span v-else>
|
100
|
|
- {{ getsettlement(hisPatient.balance_accounts_type) }}
|
|
98
|
+ </span> v-else-->
|
|
99
|
+ <span >
|
|
100
|
+ {{ getsettlement(item.hisPatient.balance_accounts_type) }}
|
101
|
101
|
</span>
|
102
|
102
|
</div>
|
103
|
103
|
</div>
|
|
@@ -114,8 +114,7 @@
|
114
|
114
|
|
115
|
115
|
<div class="prescriptionBox" style="min-height: 300px;">
|
116
|
116
|
<div class="Rp">Rp:</div>
|
117
|
|
- <div
|
118
|
|
- class="drugsBox"
|
|
117
|
+ <div class="drugsBox"
|
119
|
118
|
v-for="(it, index) in item.advices" :key="index"
|
120
|
119
|
:style="{'page-break-after':index==yi&&item.advices.length>5? 'always':'auto'}"
|
121
|
120
|
>
|
|
@@ -125,7 +124,9 @@
|
125
|
124
|
v-if="prescriptions[index].med_type != '1111' && prescriptions[index].med_type != '1112'">
|
126
|
125
|
<div style="display: flex;margin: 10px 0;line-height: 24px;padding: 0 10px;">
|
127
|
126
|
<div style="flex: 1;">
|
128
|
|
- NO:
|
|
127
|
+ NO:{{ item.prescription_number.substring(
|
|
128
|
+ item.prescription_number.length - 6
|
|
129
|
+ ) }}
|
129
|
130
|
</div>
|
130
|
131
|
<div style="flex: 1;">
|
131
|
132
|
开方时间:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}
|
|
@@ -136,7 +137,10 @@
|
136
|
137
|
透析号:{{ item.patient.dialysis_no }}
|
137
|
138
|
</div>
|
138
|
139
|
<div style="flex: 1;">
|
139
|
|
- 费别:居民医保/职工医保/自费
|
|
140
|
+ 费别:
|
|
141
|
+ <span >
|
|
142
|
+ {{ getsettlement(item.hisPatient.balance_accounts_type) }}
|
|
143
|
+ </span>
|
140
|
144
|
</div>
|
141
|
145
|
</div>
|
142
|
146
|
<div style="display: flex;margin: 10px 0;line-height: 24px;padding: 0 10px;">
|
|
@@ -176,7 +180,11 @@
|
176
|
180
|
</div>
|
177
|
181
|
<div style="display: flex;margin: 10px 0;">
|
178
|
182
|
<div style="flex: 1;">门诊号:{{ hisPatient.number ? hisPatient.number : "" }}</div>
|
179
|
|
- <div style="flex: 1;">费别:居民医保/职工医保/自费</div>
|
|
183
|
+ <div style="flex: 1;">费别:
|
|
184
|
+ <span >
|
|
185
|
+ {{ getsettlement(item.hisPatient.balance_accounts_type) }}
|
|
186
|
+ </span>
|
|
187
|
+ </div>
|
180
|
188
|
</div>
|
181
|
189
|
<div style="display: flex;">
|
182
|
190
|
<div style="flex: 1;">临床诊断:{{ getDiagnosis(item.info.diagnosis) }}</div>
|