|
@@ -260,7 +260,7 @@
|
260
|
260
|
parseFloat(info.operation_cost_self_total) + parseFloat(info.other_cost_self_total) +
|
261
|
261
|
parseFloat(info.material_cost_self_total) + parseFloat(info.western_medicine_cost_self_total) +
|
262
|
262
|
parseFloat(info.chinese_traditional_medicine_cost_self_total) + parseFloat(info.check_cost_self_total) +
|
263
|
|
- parseFloat(info.laboratory_cost_self_total) + parseFloat(info.treat_cost_self_total) + parseFloat(info.zc_cost_total)).toFixed(2)}}
|
|
263
|
+ parseFloat(info.laboratory_cost_self_total) + parseFloat(info.treat_cost_self_total) + parseFloat(info.zc_cost_self_total)).toFixed(2)}}
|
264
|
264
|
</td>
|
265
|
265
|
<td colspan="2" style="text-align:right;padding-right:10px;">{{(parseFloat(info.bed_cost_part_self_total) +
|
266
|
266
|
parseFloat(info.operation_cost_part_self_total) + parseFloat(info.other_cost_part_self_total) +
|