changes
This commit is contained in:
@@ -45,7 +45,7 @@ const emit = defineEmits("unselect");
|
||||
</div>
|
||||
<div>
|
||||
<p class="font-semibold mb-1">{{ invItem.name }}</p>
|
||||
<p class="has-text-grey-dark">SKU: {{ invItem.sku }}</p>
|
||||
<p class="has-text-grey-30">SKU: {{ invItem.sku }}</p>
|
||||
<p class="fs-12 has-text-grey">{{ invItem.category }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -89,7 +89,7 @@ const emit = defineEmits("unselect");
|
||||
</div>
|
||||
<div class="mt-6">
|
||||
<p class="fs-15 font-semibold mb-4">Vị trí lưu kho</p>
|
||||
<div class="p-4 rounded-md has-background-white-bis">
|
||||
<div class="p-4 rounded-md has-background-white-100">
|
||||
<div class="is-flex is-gap-1">
|
||||
<Icon
|
||||
name="material-symbols:location-on-outline-rounded"
|
||||
@@ -106,11 +106,11 @@ const emit = defineEmits("unselect");
|
||||
</div>
|
||||
<div class="mt-6">
|
||||
<p class="fs-15 font-semibold mb-4">Thông tin lô hàng</p>
|
||||
<div class="p-4 rounded-md has-background-white-bis">
|
||||
<div class="p-4 rounded-md has-background-white-100">
|
||||
<p class="fs-13 has-text-grey">Mã lô</p>
|
||||
<p class="mt-1 is-family-monospace">{{ invItem.batch }}</p>
|
||||
</div>
|
||||
<div class="p-4 mt-4 rounded-md has-background-white-bis">
|
||||
<div class="p-4 mt-4 rounded-md has-background-white-100">
|
||||
<div class="is-flex is-gap-1 is-align-items-center">
|
||||
<Icon
|
||||
name="material-symbols:calendar-today-outline-rounded"
|
||||
@@ -127,7 +127,7 @@ const emit = defineEmits("unselect");
|
||||
<div
|
||||
v-for="move in invItem.moveHistory"
|
||||
:key="move.id"
|
||||
class="p-4 mb-4 rounded-md has-background-white-bis has-text-grey fs-12"
|
||||
class="p-4 mb-4 rounded-md has-background-white-100 has-text-grey fs-12"
|
||||
>
|
||||
<div class="is-flex is-justify-content-space-between mb-1">
|
||||
<div class="is-flex is-gap-1 is-align-items-center">
|
||||
|
||||
Reference in New Issue
Block a user