陈少旭 1 week ago
parent
commit
a7c4f8bd88
1 changed files with 21 additions and 7 deletions
  1. 21 7
      src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue

+ 21 - 7
src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue View File

@@ -13,7 +13,7 @@
13 13
             ><TD colspan="4" align="center" style="font-size: 20px"
14 14
               >{{ $store.getters.xt_user.org.org_name }}费用清单</TD
15 15
             ></TR>
16
-          
16
+
17 17
           <TR>
18 18
             <TD colspan="2">个人编码:{{ order.psn_no }}</TD>
19 19
             <TD colspan="2">住院号:{{ order.mdtrt_id }}</TD>
@@ -33,7 +33,21 @@
33 33
             <TD v-if="order && order.insutype == '310'">
34 34
               费别:职工基本医疗保险
35 35
             </TD>
36
-            <TD></TD>
36
+            <TD> 结算类型:{{order.is_medicine_insurance == 1 ? "医保" : "自费"}} </TD>
37
+          </TR>
38
+          <TR>
39
+            <TD> 就诊流水号:{{ order.mdtrt_id }} </TD>
40
+            <TD>
41
+              透析号:{{patient.dialysis_no}}
42
+            </TD>
43
+            <TD> 总金额:{{ order.medfee_sumamt }} </TD>
44
+            <TD> 个人支付金额:{{ order.psn_part_amt }}</TD>
45
+          </TR>
46
+          <TR>
47
+            <TD>
48
+              基金支付金额:{{ order.fund_pay_sumamt}}
49
+            </TD>
50
+            <TD>收费日期:{{getTimes(order.ctime)}}</TD>
37 51
           </TR>
38 52
         </THEAD>
39 53
         <TBODY style="text-align: center">
@@ -58,7 +72,7 @@
58 72
                   <TD width="80">单价(元)</TD>
59 73
                   <TD width="80">数量</TD>
60 74
                   <TD width="80">金额(元)</TD>
61
-                  <td width="80">自负比例</td>
75
+<!--                  <td width="80">自负比例</td>-->
62 76
                 </TR>
63 77
                 <TR v-for="subItem in item.details" :key="subItem">
64 78
                   <TD style="white-space: nowrap">{{
@@ -76,10 +90,10 @@
76 90
                   <TD>{{
77 91
                     (subItem.price * subItem.count).toFixed(2)
78 92
                   }}</TD>
79
-                  <td>
80
-                    {{(subItem.selfpay_prop)*100}}
81
-                    <span v-if="subItem.selfpay_prop !=''">%</span>
82
-                  </td>
93
+<!--                  <td>-->
94
+<!--                    {{(subItem.selfpay_prop)*100}}-->
95
+<!--                    <span v-if="subItem.selfpay_prop !=''">%</span>-->
96
+<!--                  </td>-->
83 97
                 </TR>
84 98
                 <TR>
85 99
                   <TD style="white-space: nowrap"