|
@@ -557,7 +557,7 @@
|
557
|
557
|
<td> {{info.bed_cost_total?info.bed_cost_total:''}}</td>
|
558
|
558
|
<td> {{getJiaTotal('床位费')}}</td>
|
559
|
559
|
<td> {{getYiTotal('床位费')}}</td>
|
560
|
|
- <td> {{info.bed_cost_self_total?info.bed_cost_self_total:''}}</td>
|
|
560
|
+ <td> {{getBingTotal('床位费')}}</td>
|
561
|
561
|
<td> </td>
|
562
|
562
|
</tr>
|
563
|
563
|
<tr>
|
|
@@ -573,7 +573,7 @@
|
573
|
573
|
<td> {{info.check_cost_total?info.check_cost_total:''}}</td>
|
574
|
574
|
<td> {{getJiaTotal('检查费')}}</td>
|
575
|
575
|
<td> {{getYiTotal('检查费')}}</td>
|
576
|
|
- <td> {{info.check_cost_self_total?info.check_cost_self_total:""}}</td>
|
|
576
|
+ <td> {{getBingTotal('检查费')}}</td>
|
577
|
577
|
<td> </td>
|
578
|
578
|
</tr>
|
579
|
579
|
<tr>
|
|
@@ -581,7 +581,7 @@
|
581
|
581
|
<td> {{info.laboratory_cost_total?info.laboratory_cost_total:''}}</td>
|
582
|
582
|
<td> {{getJiaTotal('化验费')}}</td>
|
583
|
583
|
<td> {{getYiTotal('化验费')}}</td>
|
584
|
|
- <td> {{info.laboratory_cost_self_total?info.laboratory_cost_self_total:''}}</td>
|
|
584
|
+ <td> {{getBingTotal('化验费')}}</td>
|
585
|
585
|
<td> </td>
|
586
|
586
|
</tr>
|
587
|
587
|
<tr>
|
|
@@ -589,7 +589,7 @@
|
589
|
589
|
<td> {{info.treat_cost_total?info.treat_cost_total:''}}</td>
|
590
|
590
|
<td> {{getJiaTotal('治疗费')}}</td>
|
591
|
591
|
<td> {{getYiTotal('治疗费')}}</td>
|
592
|
|
- <td> {{info.treat_cost_self_total?info.treat_cost_self_total:''}}</td>
|
|
592
|
+ <td> {{getBingTotal('治疗费')}}</td>
|
593
|
593
|
<td> </td>
|
594
|
594
|
</tr>
|
595
|
595
|
<tr>
|
|
@@ -597,7 +597,7 @@
|
597
|
597
|
<td> {{info.operation_cost_total?info.operation_cost_total:''}}</td>
|
598
|
598
|
<td> {{getJiaTotal('手术费')}}</td>
|
599
|
599
|
<td> {{getYiTotal('手术费')}}</td>
|
600
|
|
- <td> {{info.operation_cost_self_total?info.operation_cost_self_total:""}}</td>
|
|
600
|
+ <td> {{getBingTotal('手术费')}}</td>
|
601
|
601
|
<td> </td>
|
602
|
602
|
</tr>
|
603
|
603
|
<tr>
|
|
@@ -613,7 +613,7 @@
|
613
|
613
|
<td> {{info.material_cost_total?info.material_cost_total:""}}</td>
|
614
|
614
|
<td> {{getJiaTotal('材料费')}}</td>
|
615
|
615
|
<td> {{getYiTotal('材料费')}}</td>
|
616
|
|
- <td> {{info.material_cost_self_total?info.material_cost_self_total:""}}</td>
|
|
616
|
+ <td> {{getBingTotal('材料费')}}</td>
|
617
|
617
|
<td> </td>
|
618
|
618
|
</tr>
|
619
|
619
|
<tr>
|
|
@@ -621,7 +621,7 @@
|
621
|
621
|
<td> {{info.western_medicine_cost_total?info.western_medicine_cost_total:""}}</td>
|
622
|
622
|
<td> {{getJiaTotal('西药费')}}</td>
|
623
|
623
|
<td> {{getYiTotal('西药费')}}</td>
|
624
|
|
- <td> {{info.western_medicine_cost_self_total?info.western_medicine_cost_self_total:""}}</td>
|
|
624
|
+ <td> {{getBingTotal('西药费')}}</td>
|
625
|
625
|
<td> </td>
|
626
|
626
|
</tr>
|
627
|
627
|
<tr>
|
|
@@ -637,7 +637,7 @@
|
637
|
637
|
<td> {{info.chinese_traditional_medicine_cost_total?info.chinese_traditional_medicine_cost_total:""}}</td>
|
638
|
638
|
<td> {{getJiaTotal('中成药费')}}</td>
|
639
|
639
|
<td> {{getYiTotal('中成药费')}}</td>
|
640
|
|
- <td> {{info.chinese_traditional_medicine_cost_self_total?info.chinese_traditional_medicine_cost_self_total:""}}</td>
|
|
640
|
+ <td> {{getBingTotal('中成药费')}}</td>
|
641
|
641
|
<td> </td>
|
642
|
642
|
</tr>
|
643
|
643
|
<tr>
|
|
@@ -661,7 +661,7 @@
|
661
|
661
|
<td> {{info.other_cost_total?info.other_cost_total:""}}</td>
|
662
|
662
|
<td> {{getJiaTotal('其他费')}}</td>
|
663
|
663
|
<td> {{getYiTotal('其他费')}}</td>
|
664
|
|
- <td> {{info.other_cost_self_total?info.other_cost_self_total:""}}</td>
|
|
664
|
+ <td> {{getBingTotal('其他费')}}</td>
|
665
|
665
|
<td> </td>
|
666
|
666
|
</tr>
|
667
|
667
|
<tr>
|
|
@@ -892,6 +892,18 @@ export default {
|
892
|
892
|
return ""
|
893
|
893
|
}
|
894
|
894
|
return total
|
|
895
|
+ },getBingTotal(name){
|
|
896
|
+ let total = 0.00
|
|
897
|
+ for(let i = 0; i < this.list.length; i++){
|
|
898
|
+ if(name == this.list[i].med_chrgitm_name){
|
|
899
|
+ total = this.list[i].bingTotal
|
|
900
|
+
|
|
901
|
+ }
|
|
902
|
+ }
|
|
903
|
+ if (total == 0){
|
|
904
|
+ return ""
|
|
905
|
+ }
|
|
906
|
+ return total
|
895
|
907
|
},
|
896
|
908
|
getNaty(naty){
|
897
|
909
|
switch (naty){
|