陈少旭 8 months ago
parent
commit
5bb6bb8862
1 changed files with 11 additions and 6 deletions
  1. 11 6
      src/xt_pages/outpatientCharges/statementPrint.vue

+ 11 - 6
src/xt_pages/outpatientCharges/statementPrint.vue View File

1590
                   that.info['department'] = response.data.data.department
1590
                   that.info['department'] = response.data.data.department
1591
                   that.info['health_card_no'] = response.data.data.health_card_no
1591
                   that.info['health_card_no'] = response.data.data.health_card_no
1592
 
1592
 
1593
+                  that.info['zc_cost_total'] =
1594
+                    response.data.data.zcCostTotal
1595
+                  that.info['zc_cost_self_total'] =
1596
+                    response.data.data.zcCostSelfTotal
1597
+                  that.info['zc_cost_part_self_total'] =
1598
+                    response.data.data.zcCostPartSelfTotal
1599
+
1600
+
1593
                   that.info['bed_cost_total'] = response.data.data.bedCostTotal
1601
                   that.info['bed_cost_total'] = response.data.data.bedCostTotal
1594
                   that.info['bed_cost_self_total'] =
1602
                   that.info['bed_cost_self_total'] =
1595
                     response.data.data.bedCostSelfTotal
1603
                     response.data.data.bedCostSelfTotal
1698
                     response.data.data.otherSelfTotal
1706
                     response.data.data.otherSelfTotal
1699
                   that.info['dia_config'] = response.data.data.dia_config
1707
                   that.info['dia_config'] = response.data.data.dia_config
1700
 
1708
 
1709
+
1710
+
1701
                   //org_id 10485,此代码为阳春恒健血液透析中心结算单模版数据处理逻辑
1711
                   //org_id 10485,此代码为阳春恒健血液透析中心结算单模版数据处理逻辑
1702
                   var list = []
1712
                   var list = []
1703
                   //获取所有项目类型进行去重
1713
                   //获取所有项目类型进行去重
1855
                   }
1865
                   }
1856
                   that.info['funds'] = funds
1866
                   that.info['funds'] = funds
1857
 
1867
 
1858
-                  that.info['zc_cost_total'] =
1859
-                    response.data.data.zcCostTotal
1860
-                  that.info['zc_cost_self_total'] =
1861
-                    response.data.data.zcCostSelfTotal
1862
-                  that.info['zc_cost_part_self_total'] =
1863
-                    response.data.data.zcCostPartSelfTotal
1868
+
1864
 
1869
 
1865
                 }
1870
                 }
1866
               })
1871
               })