Added rows length condition to auswertung
This commit is contained in:
@@ -2575,7 +2575,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
|
|
||||||
|
|
||||||
<div class="w-full flex justify-between" v-if="itemInfo.type !== 'deliveryNotes'">
|
<div class="w-full flex justify-between" v-if="itemInfo.type !== 'deliveryNotes'">
|
||||||
<table class="w-1/2">
|
<table class="w-1/2" v-if="itemInfo.rows.length > 0">
|
||||||
<tr v-if="documentReport.totalProductsPurchasePrice !== 0">
|
<tr v-if="documentReport.totalProductsPurchasePrice !== 0">
|
||||||
<td>Einkaufspreis Artikel Gesamt:</td>
|
<td>Einkaufspreis Artikel Gesamt:</td>
|
||||||
<td class="text-right">{{useCurrency(documentReport.totalProductsPurchasePrice)}}</td>
|
<td class="text-right">{{useCurrency(documentReport.totalProductsPurchasePrice)}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user