|
@@ -1679,22 +1679,18 @@ export default {
|
1679
|
1679
|
that.info['treat_cost_part_self_total'] =
|
1680
|
1680
|
response.data.data.treatCostPartSelfTotal
|
1681
|
1681
|
|
1682
|
|
-
|
1683
|
1682
|
if(response.data.data.zcCostTotal){
|
1684
|
1683
|
that.info['zc_cost_total'] =
|
1685
|
1684
|
response.data.data.zcCostTotal
|
1686
|
1685
|
}else{
|
1687
|
1686
|
that.info['zc_cost_total'] = 0
|
1688
|
1687
|
}
|
1689
|
|
-
|
1690
|
1688
|
if(response.data.data.zcCostSelfTotal){
|
1691
|
1689
|
that.info['zc_cost_self_total'] =
|
1692
|
1690
|
response.data.data.zcCostSelfTotal
|
1693
|
1691
|
}else{
|
1694
|
1692
|
that.info['zc_cost_self_total'] = 0
|
1695
|
1693
|
}
|
1696
|
|
-
|
1697
|
|
-
|
1698
|
1694
|
if(response.data.data.zcCostPartSelfTotal){
|
1699
|
1695
|
that.info['zc_cost_part_self_total'] =
|
1700
|
1696
|
response.data.data.zcCostPartSelfTotal
|