refactor: update labels in OwnerVerification and RetailStockTransferModal components for improved clarity in stock management
This commit is contained in:
parent
0078c16e17
commit
d01bcd5390
@ -77,7 +77,7 @@ private static function label(string $field): string
|
|||||||
'is_active' => 'Status Aktif',
|
'is_active' => 'Status Aktif',
|
||||||
'variants' => 'Varian',
|
'variants' => 'Varian',
|
||||||
'prices' => 'Varian Harga',
|
'prices' => 'Varian Harga',
|
||||||
'quantity' => 'Jumlah Transfer',
|
'quantity' => 'Perubahan Stok Ecer',
|
||||||
'stock' => 'Stok Bagus',
|
'stock' => 'Stok Bagus',
|
||||||
'retail_stock' => 'Stok Ecer',
|
'retail_stock' => 'Stok Ecer',
|
||||||
'variant_name' => 'Varian',
|
'variant_name' => 'Varian',
|
||||||
|
|||||||
@ -195,7 +195,7 @@ function formatNumber(value: number): string {
|
|||||||
<FieldGroup>
|
<FieldGroup>
|
||||||
<FieldSet class="grid gap-4">
|
<FieldSet class="grid gap-4">
|
||||||
<Field>
|
<Field>
|
||||||
<FieldLabel for="retail-quantity" required>Jumlah Transfer</FieldLabel>
|
<FieldLabel for="retail-quantity" required>Perubahan Stok Ecer</FieldLabel>
|
||||||
<NumberInput
|
<NumberInput
|
||||||
id="retail-quantity"
|
id="retail-quantity"
|
||||||
v-model="form.quantity"
|
v-model="form.quantity"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user