refactor: remove unused elements from StockRetailTransferModal.vue for cleaner UI
This commit is contained in:
parent
ce553f9aed
commit
573e81193a
@ -101,7 +101,6 @@ function formatNumber(value: number): string {
|
|||||||
<DialogContent class="sm:max-w-md">
|
<DialogContent class="sm:max-w-md">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle class="flex items-center gap-2">
|
<DialogTitle class="flex items-center gap-2">
|
||||||
<ArrowLeftRight class="size-5" />
|
|
||||||
Transfer Stok Ecer
|
Transfer Stok Ecer
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
@ -135,9 +134,6 @@ function formatNumber(value: number): string {
|
|||||||
:max="stockBagus"
|
:max="stockBagus"
|
||||||
placeholder="Masukkan jumlah"
|
placeholder="Masukkan jumlah"
|
||||||
/>
|
/>
|
||||||
<p class="text-xs text-muted-foreground mt-1">
|
|
||||||
Maksimal: {{ formatNumber(stockBagus) }} pcs
|
|
||||||
</p>
|
|
||||||
<FieldError
|
<FieldError
|
||||||
v-if="errors.quantity"
|
v-if="errors.quantity"
|
||||||
:errors="[errors.quantity]"
|
:errors="[errors.quantity]"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user