changes
This commit is contained in:
@@ -19,16 +19,16 @@ const { $dayjs } = useNuxtApp();
|
||||
<p class="fs-12 has-text-grey">{{ invItem.category }}</p>
|
||||
</div>
|
||||
</td>
|
||||
<td class="is-family-monospace fs-12">{{ invItem.sku }}</td>
|
||||
<!-- <td class="is-family-monospace fs-12">{{ invItem.sku }}</td>
|
||||
<td>{{ invItem.storage }}</td>
|
||||
<td class="is-family-monospace fs-12">{{ invItem.storage__position }}</td>
|
||||
<td class="is-family-monospace fs-12">{{ invItem.storage__position }}</td> -->
|
||||
<td class="has-text-right">{{ invItem.stock }}</td>
|
||||
<td class="has-text-right">{{ invItem.preorder }}</td>
|
||||
<td :class="['has-text-right', invItem.status === 'OK' ? 'has-text-success-30' : 'has-text-warning-30']">
|
||||
{{ invItem.available }}
|
||||
</td>
|
||||
<td class="is-family-monospace fs-12">{{ invItem.batch }}</td>
|
||||
<td>{{ $dayjs(invItem.expired).format("L") }}</td>
|
||||
<!-- <td class="is-family-monospace fs-12">{{ invItem.batch }}</td>
|
||||
<td>{{ $dayjs(invItem.expired).format("L") }}</td> -->
|
||||
<td>
|
||||
<span
|
||||
:class="[
|
||||
|
||||
Reference in New Issue
Block a user