|
@@ -7,7 +7,7 @@
|
7
|
7
|
<!-- 发票代码 -->
|
8
|
8
|
|
9
|
9
|
</div>
|
10
|
|
-
|
|
10
|
+
|
11
|
11
|
<div style="position: absolute;top:40px;left:300px"></div>
|
12
|
12
|
|
13
|
13
|
<div style="position: absolute;top:40px;left:560px"></div>
|
|
@@ -23,10 +23,15 @@
|
23
|
23
|
<!-- <div style="position: absolute;left:560px;top:70px;">
|
24
|
24
|
|
25
|
25
|
</div> -->
|
26
|
|
- <div style="position: absolute;left:650px;top:70px;">
|
27
|
|
- <!-- 类别(改成城乡医保或者职工医保,具体对应住院的挂号选的那个医保) -->
|
|
26
|
+ <div style="position: absolute;left:650px;top:70px;" v-if="insutype == '390'">
|
|
27
|
+ 类别:城乡居民基本医疗保险
|
|
28
|
+ </div>
|
|
29
|
+ <div style="position: absolute;left:650px;top:70px;" v-if="insutype == '310'">
|
|
30
|
+ 类别:职工基本医疗保险
|
|
31
|
+ </div>
|
|
32
|
+ <div style="position: absolute;left:650px;top:70px;" v-else>
|
28
|
33
|
类别:
|
29
|
|
- </div>
|
|
34
|
+ </div>
|
30
|
35
|
</div>
|
31
|
36
|
|
32
|
37
|
<div style="display:flex;justify-content: space-between;">
|
|
@@ -60,49 +65,49 @@
|
60
|
65
|
|
61
|
66
|
<div style="display:flex;justify-content: space-between;">
|
62
|
67
|
<div style="position: absolute;top:160px;left:40px">西药费</div>
|
63
|
|
- <div style="position: absolute;top:160px;left:110px">{{ list.westernMedicineCostTotal }}</div>
|
|
68
|
+ <div style="position: absolute;top:160px;left:110px">{{ list.westernMedicineCostTotal?list.westernMedicineCostTotal:'0.00' }}</div>
|
64
|
69
|
<div style="position: absolute;top:160px;left:220px">检查费</div>
|
65
|
|
- <div style="position: absolute;top:160px;left:290px">{{ list.checkCostTotal }}</div>
|
|
70
|
+ <div style="position: absolute;top:160px;left:290px">{{ list.checkCostTotal?list.checkCostTotal:'0.00' }}</div>
|
66
|
71
|
<div style="position: absolute;top:160px;left:400px">材料费</div>
|
67
|
|
- <div style="position: absolute;top:160px;left:470px">0</div>
|
|
72
|
+ <div style="position: absolute;top:160px;left:470px">0.00</div>
|
68
|
73
|
<div style="position: absolute;top:160px;left:580px">麻醉费</div>
|
69
|
|
- <div style="position: absolute;top:160px;left:650px">0</div>
|
|
74
|
+ <div style="position: absolute;top:160px;left:650px">0.00</div>
|
70
|
75
|
</div>
|
71
|
76
|
<div style="display:flex;justify-content: space-between;">
|
72
|
77
|
<div style="position: absolute;top:190px;left:40px">中成药费</div>
|
73
|
|
- <div style="position: absolute;top:190px;left:110px">0</div>
|
|
78
|
+ <div style="position: absolute;top:190px;left:110px">0.00</div>
|
74
|
79
|
<div style="position: absolute;top:190px;left:220px">治疗费</div>
|
75
|
|
- <div style="position: absolute;top:190px;left:290px">{{list.treatCostTotal}}</div>
|
|
80
|
+ <div style="position: absolute;top:190px;left:290px">{{list.treatCostTotal?list.treatCostTotal:'0.00'}}</div>
|
76
|
81
|
<div style="position: absolute;top:190px;left:400px">护理费</div>
|
77
|
|
- <div style="position: absolute;top:190px;left:470px">0</div>
|
|
82
|
+ <div style="position: absolute;top:190px;left:470px">0.00</div>
|
78
|
83
|
<div style="position: absolute;top:190px;left:580px">床位费</div>
|
79
|
|
- <div style="position: absolute;top:190px;left:650px">0</div>
|
|
84
|
+ <div style="position: absolute;top:190px;left:650px">0.00</div>
|
80
|
85
|
</div>
|
81
|
86
|
<div style="display:flex;justify-content: space-between;">
|
82
|
87
|
<div style="position: absolute;top:220px;left:40px">中草药费</div>
|
83
|
|
- <div style="position: absolute;top:220px;left:110px">0</div>
|
|
88
|
+ <div style="position: absolute;top:220px;left:110px">0.00</div>
|
84
|
89
|
<div style="position: absolute;top:220px;left:220px">手术费</div>
|
85
|
|
- <div style="position: absolute;top:220px;left:290px">{{ list.operationCostTotal }}</div>
|
|
90
|
+ <div style="position: absolute;top:220px;left:290px">{{ list.operationCostTotal?list.operationCostTotal:'0.00' }}</div>
|
86
|
91
|
<div style="position: absolute;top:220px;left:400px">输血费</div>
|
87
|
|
- <div style="position: absolute;top:220px;left:470px">0</div>
|
|
92
|
+ <div style="position: absolute;top:220px;left:470px">0.00</div>
|
88
|
93
|
<div style="position: absolute;top:220px;left:580px">取暖费</div>
|
89
|
|
- <div style="position: absolute;top:220px;left:650px">0</div>
|
|
94
|
+ <div style="position: absolute;top:220px;left:650px">0.00</div>
|
90
|
95
|
</div>
|
91
|
96
|
<div style="display:flex;justify-content: space-between;">
|
92
|
97
|
<div style="position: absolute;top:250px;left:40px">高压氧费</div>
|
93
|
|
- <div style="position: absolute;top:250px;left:110px">0</div>
|
|
98
|
+ <div style="position: absolute;top:250px;left:110px">0.00</div>
|
94
|
99
|
<div style="position: absolute;top:250px;left:220px">化验费</div>
|
95
|
|
- <div style="position: absolute;top:250px;left:290px">{{ list.laboratoryCostTotal }}</div>
|
|
100
|
+ <div style="position: absolute;top:250px;left:290px">{{ list.laboratoryCostTotal?list.laboratoryCostTotal:'0.00' }}</div>
|
96
|
101
|
<div style="position: absolute;top:250px;left:400px">氧气费</div>
|
97
|
|
- <div style="position: absolute;top:250px;left:470px">0</div>
|
|
102
|
+ <div style="position: absolute;top:250px;left:470px">0.00</div>
|
98
|
103
|
<div style="position: absolute;top:250px;left:580px">其他费</div>
|
99
|
|
- <div style="position: absolute;top:250px;left:650px">{{ list.otherCostTotal }}</div>
|
|
104
|
+ <div style="position: absolute;top:250px;left:650px">{{ list.otherCostTotal?list.otherCostTotal:'0.00' }}</div>
|
100
|
105
|
</div>
|
101
|
106
|
|
102
|
107
|
<div>
|
103
|
108
|
<span>
|
104
|
109
|
<span style="position: absolute;top:280px;left:40px">合计金额(大写):</span>
|
105
|
|
- <span style="position: absolute;top:280px;left:180px">
|
|
110
|
+ <!-- <span style="position: absolute;top:280px;left:180px">
|
106
|
111
|
<span v-if="zhongwen.indexOf('万') > -1 && zhongwen.indexOf('拾') > -1 && zhongwen.indexOf('拾') == 1">
|
107
|
112
|
{{ zhongwen.substring(0,1) }}十万
|
108
|
113
|
</span>
|
|
@@ -128,8 +133,7 @@
|
128
|
133
|
</span>
|
129
|
134
|
<span style="position: absolute;top:280px;left:350px">
|
130
|
135
|
<span v-if="zhongwen.indexOf('拾') > -1">
|
131
|
|
-<!-- {{ // zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) }}拾-->
|
132
|
|
- {{zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) == '佰' || !zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾'))? '壹' : zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) }}
|
|
136
|
+ {{zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) == '佰' || !zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾'))? '壹' : zhongwen.substring(zhongwen.indexOf('拾') - 1,zhongwen.indexOf('拾')) }}
|
133
|
137
|
|
134
|
138
|
</span>
|
135
|
139
|
<span v-else>零拾</span>
|
|
@@ -151,7 +155,8 @@
|
151
|
155
|
{{ zhongwen.substring(zhongwen.indexOf('分') - 1,zhongwen.indexOf('分')) }}分
|
152
|
156
|
</span>
|
153
|
157
|
<span v-else>零分</span>
|
154
|
|
- </span>
|
|
158
|
+ </span> -->
|
|
159
|
+ <span style="position: absolute;top:280px;left:190px;letter-spacing: 20px;">{{zhongwen}}</span>
|
155
|
160
|
</span>
|
156
|
161
|
<span style="position: absolute;top:280px;left:510px">合计:{{ list.order.medfee_sumamt }}</span>
|
157
|
162
|
</div>
|
|
@@ -159,22 +164,22 @@
|
159
|
164
|
|
160
|
165
|
<div style="position: absolute;top:310px;left:40px">
|
161
|
166
|
<!-- 个人账户支付 -->
|
162
|
|
- 个人账户支付:{{list.order.acct_pay?list.order.acct_pay:'0'}}
|
|
167
|
+ 个人账户支付:{{list.order.acct_pay?list.order.acct_pay:'0.00'}}
|
163
|
168
|
</div>
|
164
|
169
|
<div style="position: absolute;top:310px;left:250px">
|
165
|
170
|
<!-- 统筹支付 -->
|
166
|
|
- 统筹支付:{{list.order.hifp_pay?list.order.hifp_pay:'0'}}
|
|
171
|
+ 统筹支付:{{list.order.hifp_pay?list.order.hifp_pay:'0.00'}}
|
167
|
172
|
</div>
|
168
|
173
|
<div style="position: absolute;top:310px;left:480px">
|
169
|
|
- 现金支付:{{list.order.psn_cash_pay?list.order.psn_cash_pay:'0'}}
|
|
174
|
+ 现金支付:{{list.order.psn_cash_pay?list.order.psn_cash_pay:'0.00'}}
|
170
|
175
|
<!-- 现金支付 -->
|
171
|
176
|
</div>
|
172
|
177
|
<div style="position: absolute;top:340px;left:40px">
|
173
|
|
- 公务员补助:{{list.order.cvlserv_pay?list.order.cvlserv_pay:'0'}}
|
|
178
|
+ 公务员补助:{{list.order.cvlserv_pay?list.order.cvlserv_pay:'0.00'}}
|
174
|
179
|
<!-- 公务员补助 -->
|
175
|
180
|
</div>
|
176
|
181
|
<div style="position: absolute;top:340px;left:250px">
|
177
|
|
- 医疗救助:{{list.order.maf_pay?list.order.maf_pay:'0'}}
|
|
182
|
+ 医疗救助:{{list.order.maf_pay?list.order.maf_pay:'0.00'}}
|
178
|
183
|
<!-- 医疗救助 -->
|
179
|
184
|
</div>
|
180
|
185
|
<!-- 大病 -->
|
|
@@ -189,15 +194,15 @@
|
189
|
194
|
</div> -->
|
190
|
195
|
<div style="position: absolute;top:370px;left:40px">
|
191
|
196
|
<!-- 预交款合计 -->
|
192
|
|
- 预交款合计:0
|
|
197
|
+ 预交款合计:
|
193
|
198
|
</div>
|
194
|
199
|
<div style="position: absolute;top:370px;left:250px">
|
195
|
200
|
<!-- 补交款 -->
|
196
|
|
- 补交款:0
|
|
201
|
+ 补交款:
|
197
|
202
|
</div>
|
198
|
203
|
<div style="position: absolute;top:370px;left:480px">
|
199
|
204
|
<!-- 应退款 -->
|
200
|
|
- 应退款:0
|
|
205
|
+ 应退款:
|
201
|
206
|
</div>
|
202
|
207
|
<div>
|
203
|
208
|
<div style="position: absolute;top:400px;left:40px">
|
|
@@ -241,6 +246,7 @@ export default {
|
241
|
246
|
in_hosptial_time:'',
|
242
|
247
|
out_hosptial_time:'',
|
243
|
248
|
number:'',
|
|
249
|
+ insutype:'',
|
244
|
250
|
}
|
245
|
251
|
},
|
246
|
252
|
mounted(){
|
|
@@ -295,7 +301,7 @@ export default {
|
295
|
301
|
this.in_hosptial_time = this.list.his_hospital_record.in_hosptial_time.split(' ')[0]
|
296
|
302
|
this.out_hosptial_time = this.list.his_hospital_record.out_hosptial_time.split(' ')[0]
|
297
|
303
|
}
|
298
|
|
-
|
|
304
|
+ this.insutype = this.list.order.insutype
|
299
|
305
|
this.id_card_no = this.list.his_hospital_record.id_card_no
|
300
|
306
|
this.number = this.list.his_hospital_record.number
|
301
|
307
|
this.psn_no = this.list.his_hospital_record.psn_no
|