|
@@ -13,17 +13,20 @@
|
13
|
13
|
<div style="width: 300px;">支付类别:城乡居民基本</div>
|
14
|
14
|
<div style="width: 300px;">医疗照顾人员:</div>
|
15
|
15
|
</div>
|
16
|
|
- <div style="display:flex;margin: 10px 0;">
|
17
|
|
- <div style="width: 300px;">{{ paramsObj.name }}</div>
|
18
|
|
- <div style="width: 300px;"></div>
|
19
|
|
- <div style="width: 300px;"></div>
|
20
|
|
- </div>
|
21
|
16
|
<div style="display:flex;">
|
22
|
|
- <div style="width: 300px;">{{in_hosptial_time?in_hosptial_time.split(' ')[0]:''}}</div>
|
23
|
|
- <div style="width: 300px;">{{out_hosptial_time?out_hosptial_time.split(' ')[0]:''}}</div>
|
|
17
|
+ <div style="position: absolute;top: 80px;left: 40px">{{ paramsObj.name }}</div>
|
|
18
|
+ <div style="width: 300px;"></div>
|
24
|
19
|
<div style="width: 300px;"></div>
|
25
|
20
|
</div>
|
26
|
|
- <div style="display:flex;margin-top: 30px;">
|
|
21
|
+ <!-- <div style="position: absolute;top: 100px;"> -->
|
|
22
|
+ <div style="display:flex;">
|
|
23
|
+ <div style="position: absolute;top: 100px;left: 40px">{{in_hosptial_time?in_hosptial_time.split(' ')[0]:''}}</div>
|
|
24
|
+ <div style="position: absolute;top: 100px;left: 300px">{{out_hosptial_time?out_hosptial_time.split(' ')[0]:''}}</div>
|
|
25
|
+ <div style="width: 300px;"></div>
|
|
26
|
+ </div>
|
|
27
|
+ <!-- </div> -->
|
|
28
|
+
|
|
29
|
+ <div style="display:flex;position: absolute;top: 120px;left: 0px">
|
27
|
30
|
<div style="width: 150px;">床位费 {{ list.bedCostTotal}}</div>
|
28
|
31
|
<div style="width: 150px;margin:0 30px;">治疗费 {{ list.treatCostTotal ? list.treatCostTotal :'0'}}</div>
|
29
|
32
|
<div style="width: 150px;margin:0 30px;">西药费 {{ list.westernMedicineCostTotal }}</div>
|
|
@@ -31,103 +34,103 @@
|
31
|
34
|
<span >草药费 0</span>
|
32
|
35
|
</div>
|
33
|
36
|
</div>
|
34
|
|
- <div style="display:flex;margin-top: 10px;">
|
|
37
|
+ <div style="display:flex;position: absolute;top: 140px;left: 0px">
|
35
|
38
|
<div style="width: 150px;"><span >护理费 </span>{{list.hiliCostTotal ? list.hiliCostTotal.toFixed(2) : '0'}}</div>
|
36
|
39
|
<div style="width: 150px;margin:0 30px;">中成药 {{ list.chineseTraditionalMedicineCostTotal }}</div>
|
37
|
40
|
<div style="width: 150px;margin:0 30px;">化验费 {{ list.laboratoryCostTotal }}</div>
|
38
|
41
|
<div style="width: 150px;margin:0 30px;">手术费 {{ list.operationCostTotal }}</div>
|
39
|
42
|
</div>
|
40
|
|
- <div style="display:flex;margin-top: 10px;">
|
|
43
|
+ <div style="display:flex;position: absolute;top: 160px;left: 0px">
|
41
|
44
|
<div style="width: 150px;">检查费 {{ list.checkCostTotal }}</div>
|
42
|
45
|
<div style="width: 150px;margin:0 30px;">材料费 {{ list.materialCostTotal}}</div>
|
43
|
46
|
<div style="width: 150px;margin:0 30px;">其他费 {{ list.otherCostTotal }}</div>
|
44
|
47
|
</div>
|
45
|
|
- <div style="position: absolute;top:220px;left:540px">
|
|
48
|
+ <div style="position: absolute;top:180px;left:540px">
|
46
|
49
|
{{ totalPrice.toFixed(2) }}
|
47
|
50
|
</div>
|
48
|
51
|
|
49
|
|
- <div style="position: absolute;top:250px;width: 100%;">
|
|
52
|
+ <div style="position: absolute;top:210px;width: 100%;">
|
50
|
53
|
<div style="display: flex;">
|
51
|
54
|
<div style="width: 230px;"> 费用总额:{{(totalPrice).toFixed(2)?totalPrice.toFixed(2):'0'}}</div>
|
52
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
55
|
+ <div style="width: 230px;margin-left: 10px;">
|
53
|
56
|
基本医疗统筹范围:
|
54
|
57
|
{{list.order.hifp_pay?list.order.hifp_pay:'0'}}
|
55
|
58
|
</div>
|
56
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
59
|
+ <div style="width: 230px;margin-left: 10px;">
|
57
|
60
|
自费费用:
|
58
|
61
|
{{ list.order.fulamt_ownpay_amt?list.order.fulamt_ownpay_amt:'0' }}
|
59
|
62
|
</div>
|
60
|
|
- <div style="width: 230px;margin-left: 20px;">医院优惠: 0</div>
|
|
63
|
+ <div style="width: 230px;margin-left: 10px;">医院优惠: 0</div>
|
61
|
64
|
</div>
|
62
|
65
|
</div>
|
63
|
|
- <div style="position: absolute;top:270px;width: 100%;">
|
|
66
|
+ <div style="position: absolute;top:230px;width: 100%;">
|
64
|
67
|
<div style="display: flex;">
|
65
|
68
|
<div style="width: 230px;">
|
66
|
69
|
报销总额:
|
67
|
70
|
{{ list.order.fund_pay_sumamt ? list.order.fund_pay_sumamt :'0'}}
|
68
|
71
|
</div>
|
69
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
72
|
+ <div style="width: 230px;margin-left: 10px;">
|
70
|
73
|
统筹支付:
|
71
|
74
|
{{list.order.hifp_pay?list.order.hifp_pay:'0'}}
|
72
|
75
|
</div>
|
73
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
76
|
+ <div style="width: 230px;margin-left: 10px;">
|
74
|
77
|
公务员补助:
|
75
|
78
|
{{ list.order.cvlserv_pay?list.order.cvlserv_pay:'0' }}
|
76
|
79
|
</div>
|
77
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
80
|
+ <div style="width: 230px;margin-left: 10px;">
|
78
|
81
|
居民大病支付:
|
79
|
82
|
{{list.order.hifmi_pay?list.order.hifmi_pay:'0' }}
|
80
|
83
|
</div>
|
81
|
84
|
</div>
|
82
|
85
|
</div>
|
83
|
|
- <div style="position: absolute;top:290px;width: 100%;">
|
|
86
|
+ <div style="position: absolute;top:250px;width: 100%;">
|
84
|
87
|
<div style="display: flex;">
|
85
|
88
|
<div style="width: 230px;">
|
86
|
89
|
职工大病支付:
|
87
|
90
|
{{list.order.hifob_pay?list.order.hifob_pay:'0'}}
|
88
|
91
|
</div>
|
89
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
92
|
+ <div style="width: 230px;margin-left: 10px;">
|
90
|
93
|
医院承担:
|
91
|
94
|
{{list.order.hosp_part_amt ? list.order.hosp_part_amt :'0'}}
|
92
|
95
|
</div>
|
93
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
96
|
+ <div style="width: 230px;margin-left: 10px;">
|
94
|
97
|
医疗救助:{{ list.order.maf_pay?list.order.maf_pay:'0' }}
|
95
|
98
|
</div>
|
96
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
99
|
+ <div style="width: 230px;margin-left: 10px;">
|
97
|
100
|
企业补充:{{list.order.hifes_pay ? list.order.hifes_pay :'0'}}
|
98
|
101
|
</div>
|
99
|
102
|
</div>
|
100
|
103
|
</div>
|
101
|
|
- <div style="position: absolute;top:310px;width: 100%;">
|
|
104
|
+ <div style="position: absolute;top:270px;width: 100%;">
|
102
|
105
|
<div style="display: flex;">
|
103
|
106
|
<div style="width: 230px;">
|
104
|
107
|
其他资金:
|
105
|
108
|
{{list.order.oth_pay ? list.order.oth_pay :'0' }}
|
106
|
109
|
</div>
|
107
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
110
|
+ <div style="width: 230px;margin-left: 10px;">
|
108
|
111
|
应付费用:{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}
|
109
|
112
|
</div>
|
110
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
113
|
+ <div style="width: 230px;margin-left: 10px;">
|
111
|
114
|
预缴金:{{(parseFloat(pre_pay_money) + parseFloat(list.order.decimal)).toFixed(2) }}
|
112
|
115
|
</div>
|
113
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
116
|
+ <div style="width: 230px;margin-left: 10px;">
|
114
|
117
|
个人账户支付:{{list.order.acct_pay?list.order.acct_pay:'0' }}
|
115
|
118
|
</div>
|
116
|
119
|
</div>
|
117
|
120
|
</div>
|
118
|
|
- <div style="position: absolute;top:330px;width: 100%;">
|
|
121
|
+ <div style="position: absolute;top:290px;width: 100%;">
|
119
|
122
|
<div style="display: flex;">
|
120
|
123
|
<div style="width: 230px;">
|
121
|
124
|
支付后账户余额:{{list.order.balc ? list.order.balc :'0'}}
|
122
|
125
|
</div>
|
123
|
|
- <div style="width: 230px;margin-left: 20px;">
|
|
126
|
+ <div style="width: 230px;margin-left: 10px;">
|
124
|
127
|
应收:{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}
|
125
|
128
|
</div>
|
126
|
|
- <div style="width: 230px;margin-left: 20px;">优抚账户:0</div>
|
127
|
|
- <div style="width: 230px;margin-left: 20px;">优抚支付:0</div>
|
|
129
|
+ <div style="width: 230px;margin-left: 10px;">优抚账户:0</div>
|
|
130
|
+ <div style="width: 230px;margin-left: 10px;">优抚支付:0</div>
|
128
|
131
|
</div>
|
129
|
132
|
</div>
|
130
|
|
- <div style="position: absolute;top:350px;left: 540px;">
|
|
133
|
+ <div style="position: absolute;top:310px;left: 540px;">
|
131
|
134
|
{{ list.charge_admin_name }}
|
132
|
135
|
</div>
|
133
|
136
|
</div>
|