almost finish buy part
This commit is contained in:
parent
387cd11935
commit
d76f1fe80a
|
@ -192,7 +192,7 @@
|
|||
{{ item.commodity.name }}</td>
|
||||
<td class="center item">{{ item.des }}</td>
|
||||
<td class="center item">
|
||||
{{ item.commdityCount | number_format }}
|
||||
{{ item.commdityCount }}
|
||||
{{ item.commodity.unit.name }}
|
||||
</td>
|
||||
<td class="center item">{{ ((item.bd - item.tax + item.discount) / item.commdityCount) | number_format }}</td>
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
{{ item.commodity.name }}</td>
|
||||
<td class="center item">{{ item.des }}</td>
|
||||
<td class="center item">
|
||||
{{ item.commdityCount | number_format }}
|
||||
{{ item.commdityCount }}
|
||||
{{ item.commodity.unit.name }}
|
||||
</td>
|
||||
<td class="center item">{{ ((item.bs - item.tax + item.discount) / item.commdityCount) | number_format }}</td>
|
||||
|
|
Loading…
Reference in a new issue