|
@@ -45,22 +45,22 @@
|
45
|
45
|
<div :style="{position: 'absolute',top:(315 + (index * 400)) + 'px',left:460+ 'px'}">{{ list.medfee_sumamt }}</div>
|
46
|
46
|
<div v-if="index == pageArr.length - 1" :style="{position: 'absolute',top:(330 + (index * 400)) + 'px',left:110+ 'px',width:100 + '%'}">
|
47
|
47
|
<div style="display:flex;">
|
48
|
|
- <div style="width:170px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
|
|
48
|
+ <div style="width:160px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
|
49
|
49
|
<div style="width:170px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
|
50
|
|
- <div style="width:170px">统筹支出:{{ list.order.hifp_pay }}</div>
|
51
|
|
- <div style="width:170px">大病支出:{{list.order.hifmi_pay}}</div>
|
|
50
|
+ <div style="width:150px">统筹支出:{{ list.order.hifp_pay }}</div>
|
|
51
|
+ <div style="width:160px">大病支出:{{list.order.hifmi_pay}}</div>
|
52
|
52
|
|
53
|
53
|
</div>
|
54
|
54
|
<div style="display:flex;">
|
55
|
55
|
<div style="width:170px">个人账户支付:{{ list.order.acct_pay }}</div>
|
56
|
|
- <div style="width:170px">现金支出:{{ list.order.psn_cash_pay }}</div>
|
57
|
|
- <div style="width:170px">本次账户:0</div>
|
58
|
|
- <div style="width:170px">上次账户:0</div>
|
|
56
|
+ <div style="width:160px">现金支出:{{ list.order.psn_cash_pay }}</div>
|
|
57
|
+ <div style="width:150px">本次账户:0</div>
|
|
58
|
+ <div style="width:150px">上次账户:0</div>
|
59
|
59
|
</div>
|
60
|
60
|
<div style="display:flex;">
|
61
|
61
|
<div style="width:170px">账户余额:{{ list.order.balc }}</div>
|
62
|
62
|
<div style="width:170px">其他支出:{{ list.order.oth_pay }}</div>
|
63
|
|
- <div style="width:170px">民政支出:0</div>
|
|
63
|
+ <div style="width:150px">民政支出:0</div>
|
64
|
64
|
</div>
|
65
|
65
|
<div style="display:flex;">
|
66
|
66
|
<div style="width:220px">医疗救助基金支出:{{ list.order.maf_pay }}</div>
|
|
@@ -69,15 +69,15 @@
|
69
|
69
|
|
70
|
70
|
</div>
|
71
|
71
|
<div>
|
72
|
|
- <div :style="{position: 'absolute',top:(390 + (index * 400)) + 'px',left:100+ 'px'}">{{ org_name }}</div>
|
73
|
|
- <div :style="{position: 'absolute',top:(390 + (index * 400)) + 'px',left:360+ 'px'}">{{ paramsObj.chargeName }}</div>
|
74
|
|
- <div :style="{position: 'absolute',top:(390 + (index * 400)) + 'px',left:520+ 'px'}">
|
|
72
|
+ <div :style="{position: 'absolute',top:(405 + (index * 400)) + 'px',left:100+ 'px'}">{{ org_name }}</div>
|
|
73
|
+ <div :style="{position: 'absolute',top:(405 + (index * 400)) + 'px',left:360+ 'px'}">{{ paramsObj.chargeName }}</div>
|
|
74
|
+ <div :style="{position: 'absolute',top:(405 + (index * 400)) + 'px',left:520+ 'px'}">
|
75
|
75
|
<span>{{ paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>
|
76
|
76
|
</div>
|
77
|
|
- <div :style="{position: 'absolute',top:(390 + (index * 400)) + 'px',left:560+ 'px'}">
|
|
77
|
+ <div :style="{position: 'absolute',top:(405 + (index * 400)) + 'px',left:560+ 'px'}">
|
78
|
78
|
<span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(5,7)) : getTime(list.date, '{y}-{m}-{d}').slice(5,7) }}</span>
|
79
|
79
|
</div>
|
80
|
|
- <div :style="{position: 'absolute',top:(390 + (index * 400)) + 'px',left:600+ 'px'}">
|
|
80
|
+ <div :style="{position: 'absolute',top:(405 + (index * 400)) + 'px',left:600+ 'px'}">
|
81
|
81
|
<span>{{ paramsObj.setl_time ? parseInt(paramsObj.setl_time.split(' ')[0].slice(8,11)) : getTime(list.date, '{y}-{m}-{d}').slice(8,11) }}</span>
|
82
|
82
|
</div>
|
83
|
83
|
</div>
|