陈少旭 9 månader sedan
förälder
incheckning
a7c4f8bd88
1 ändrade filer med 21 tillägg och 7 borttagningar
  1. 21 7
      src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue

+ 21 - 7
src/xt_pages/outpatientCharges/listTemplate/printTwo10265.vue Visa fil

13
             ><TD colspan="4" align="center" style="font-size: 20px"
13
             ><TD colspan="4" align="center" style="font-size: 20px"
14
               >{{ $store.getters.xt_user.org.org_name }}费用清单</TD
14
               >{{ $store.getters.xt_user.org.org_name }}费用清单</TD
15
             ></TR>
15
             ></TR>
16
-          
16
+
17
           <TR>
17
           <TR>
18
             <TD colspan="2">个人编码:{{ order.psn_no }}</TD>
18
             <TD colspan="2">个人编码:{{ order.psn_no }}</TD>
19
             <TD colspan="2">住院号:{{ order.mdtrt_id }}</TD>
19
             <TD colspan="2">住院号:{{ order.mdtrt_id }}</TD>
33
             <TD v-if="order && order.insutype == '310'">
33
             <TD v-if="order && order.insutype == '310'">
34
               费别:职工基本医疗保险
34
               费别:职工基本医疗保险
35
             </TD>
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
           </TR>
51
           </TR>
38
         </THEAD>
52
         </THEAD>
39
         <TBODY style="text-align: center">
53
         <TBODY style="text-align: center">
58
                   <TD width="80">单价(元)</TD>
72
                   <TD width="80">单价(元)</TD>
59
                   <TD width="80">数量</TD>
73
                   <TD width="80">数量</TD>
60
                   <TD width="80">金额(元)</TD>
74
                   <TD width="80">金额(元)</TD>
61
-                  <td width="80">自负比例</td>
75
+<!--                  <td width="80">自负比例</td>-->
62
                 </TR>
76
                 </TR>
63
                 <TR v-for="subItem in item.details" :key="subItem">
77
                 <TR v-for="subItem in item.details" :key="subItem">
64
                   <TD style="white-space: nowrap">{{
78
                   <TD style="white-space: nowrap">{{
76
                   <TD>{{
90
                   <TD>{{
77
                     (subItem.price * subItem.count).toFixed(2)
91
                     (subItem.price * subItem.count).toFixed(2)
78
                   }}</TD>
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
                 </TR>
97
                 </TR>
84
                 <TR>
98
                 <TR>
85
                   <TD style="white-space: nowrap"
99
                   <TD style="white-space: nowrap"