yq1 vor 1 Jahr
Ursprung
Commit
c4fcd1cd61
1 geänderte Dateien mit 92 neuen und 96 gelöschten Zeilen
  1. 92 96
      src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue

+ 92 - 96
src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue Datei anzeigen

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