|
@@ -66,8 +66,8 @@
|
66
|
66
|
<div style="position: absolute;top:190px;left:260px"></div>
|
67
|
67
|
<div style="position: absolute;top:190px;left:340px">材料费</div>
|
68
|
68
|
<div style="position: absolute;top:190px;left:420px">{{ list.materialCostTotal ? list.materialCostTotal.toFixed(2) : '' }}</div>
|
69
|
|
- <div style="position: absolute;top:190px;left:480px"></div>
|
70
|
|
- <div style="position: absolute;top:190px;left:540px"></div>
|
|
69
|
+ <div style="position: absolute;top:190px;left:480px">诊察费</div>
|
|
70
|
+ <div style="position: absolute;top:190px;left:540px">{{ list.zhenChaCostTotal ? list.zhenChaCostTotal.toFixed(2) : '' }}</div>
|
71
|
71
|
</div>
|
72
|
72
|
<div style="display:flex;justify-content: space-between;">
|
73
|
73
|
<div style="position: absolute;top:210px;left:50px"></div>
|