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">
|
||||
<DialogHeader>
|
||||
<DialogTitle class="flex items-center gap-2">
|
||||
<ArrowLeftRight class="size-5" />
|
||||
Transfer Stok Ecer
|
||||
</DialogTitle>
|
||||
</DialogHeader>
|
||||
@ -135,9 +134,6 @@ function formatNumber(value: number): string {
|
||||
:max="stockBagus"
|
||||
placeholder="Masukkan jumlah"
|
||||
/>
|
||||
<p class="text-xs text-muted-foreground mt-1">
|
||||
Maksimal: {{ formatNumber(stockBagus) }} pcs
|
||||
</p>
|
||||
<FieldError
|
||||
v-if="errors.quantity"
|
||||
:errors="[errors.quantity]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user