|
@@ -1590,6 +1590,14 @@ export default {
|
1590
|
1590
|
that.info['department'] = response.data.data.department
|
1591
|
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
|
1601
|
that.info['bed_cost_total'] = response.data.data.bedCostTotal
|
1594
|
1602
|
that.info['bed_cost_self_total'] =
|
1595
|
1603
|
response.data.data.bedCostSelfTotal
|
|
@@ -1698,6 +1706,8 @@ export default {
|
1698
|
1706
|
response.data.data.otherSelfTotal
|
1699
|
1707
|
that.info['dia_config'] = response.data.data.dia_config
|
1700
|
1708
|
|
|
1709
|
+
|
|
1710
|
+
|
1701
|
1711
|
//org_id 10485,此代码为阳春恒健血液透析中心结算单模版数据处理逻辑
|
1702
|
1712
|
var list = []
|
1703
|
1713
|
//获取所有项目类型进行去重
|
|
@@ -1855,12 +1865,7 @@ export default {
|
1855
|
1865
|
}
|
1856
|
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
|
})
|