fix: added uom in print

This commit is contained in:
Gadha2311
2026-01-12 10:41:00 +05:30
parent f7887d1401
commit f01330aaa9
5 changed files with 13 additions and 19 deletions
+1 -3
View File
@@ -88,9 +88,7 @@
<div v-if="row.transferUnit">
({{ row.quantity}} of {{ row.transferUnit }})
</div>
<div v-else-if="row.unit">
({{ row.quantity }} of {{ row.unit }})
</div>
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
</div>
<div class="w-3/12 text-right py-4">{{ row.rate }}</div>
<div class="w-3/12 text-right py-4">{{ row.amount }}</div>
+1 -3
View File
@@ -82,9 +82,7 @@
<div v-if="row.transferUnit">
({{ row.quantity }} of {{ row.transferUnit }})
</div>
<div v-else-if="row.unit">
({{ row.quantity }} of {{ row.unit }})
</div>
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
</div>
<div class="w-3/12 text-right">{{ row.rate }}</div>
<div class="w-3/12 text-right">{{ row.amount }}</div>
+1 -3
View File
@@ -120,9 +120,7 @@
<div v-if="row.transferUnit">
({{ row.quantity }} of {{ row.transferUnit }})
</div>
<div v-else-if="row.unit">
({{ row.quantity }} of {{ row.unit }})
</div>
<div v-else-if="row.unit">({{ row.quantity }} of {{ row.unit }})</div>
</div>
<div class="w-3/12 text-right">{{ row.rate }}</div>
<div class="w-3/12 text-right">{{ row.amount }}</div>