Removed Steuer & Rabatt from Direct View
This commit is contained in:
@@ -1875,8 +1875,8 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
<th class="pl-2">Menge</th>
|
<th class="pl-2">Menge</th>
|
||||||
<th class="pl-2">Einheit</th>
|
<th class="pl-2">Einheit</th>
|
||||||
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Preis</th>
|
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Preis</th>
|
||||||
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Steuer</th>
|
<!-- <th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Steuer</th>
|
||||||
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Rabatt</th>
|
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Rabatt</th>-->
|
||||||
<th class="pl-2"> </th>
|
<th class="pl-2"> </th>
|
||||||
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Gesamt</th>
|
<th class="pl-2" v-if="itemInfo.type !== 'deliveryNotes'">Gesamt</th>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -2105,7 +2105,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
</template>
|
</template>
|
||||||
</UInput>
|
</UInput>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<!-- <td
|
||||||
class="w-40"
|
class="w-40"
|
||||||
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
|
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
|
||||||
|
|
||||||
@@ -2123,8 +2123,8 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
</template>
|
</template>
|
||||||
</USelectMenu>
|
</USelectMenu>
|
||||||
|
|
||||||
</td>
|
</td>-->
|
||||||
<td
|
<!-- <td
|
||||||
class="w-40"
|
class="w-40"
|
||||||
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
|
v-if="!['pagebreak','title','text'].includes(row.mode)&& itemInfo.type !== 'deliveryNotes'"
|
||||||
>
|
>
|
||||||
@@ -2138,7 +2138,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
<span class="text-gray-500 dark:text-gray-400 text-xs">%</span>
|
<span class="text-gray-500 dark:text-gray-400 text-xs">%</span>
|
||||||
</template>
|
</template>
|
||||||
</UInput>
|
</UInput>
|
||||||
</td>
|
</td>-->
|
||||||
<td
|
<td
|
||||||
class="w-40"
|
class="w-40"
|
||||||
v-if="!['pagebreak','title','text'].includes(row.mode)"
|
v-if="!['pagebreak','title','text'].includes(row.mode)"
|
||||||
|
|||||||
Reference in New Issue
Block a user