Selaa lähdekoodia

7月11,武穴的发票

yq1 11 kuukautta sitten
vanhempi
commit
3cb77fa5a3
1 muutettua tiedostoa jossa 35 lisäystä ja 32 poistoa
  1. 35 32
      src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue

+ 35 - 32
src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue Näytä tiedosto

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