|
|
@@ -130,11 +130,11 @@
|
|
130
|
130
|
</div>
|
|
131
|
131
|
</td>
|
|
132
|
132
|
<td>{{ drugStandingBook.storageCount }}</td>
|
|
133
|
|
- <td>{{ drugStandingBook.storageCount * drugStandingBook.drugSpecification}}</td>
|
|
|
133
|
+ <td>{{ drugStandingBook.storageCount * drugStandingBook.drugSpecification | number : 3}}</td>
|
|
134
|
134
|
<td>{{ drugStandingBook.deliveryCount }}</td>
|
|
135
|
|
- <td>{{ drugStandingBook.deliveryCount * drugStandingBook.drugSpecification}}</td>
|
|
|
135
|
+ <td>{{ drugStandingBook.deliveryCount * drugStandingBook.drugSpecification | number : 3}}</td>
|
|
136
|
136
|
<td>{{ drugStandingBook.amount }}</td>
|
|
137
|
|
- <td>{{ drugStandingBook.amount * drugStandingBook.drugSpecification}}</td>
|
|
|
137
|
+ <td>{{ drugStandingBook.amount * drugStandingBook.drugSpecification | number : 3}}</td>
|
|
138
|
138
|
</tr>
|
|
139
|
139
|
</tbody>
|
|
140
|
140
|
</table>
|