Label change
This commit is contained in:
@@ -1015,13 +1015,13 @@
|
||||
class="form-input"
|
||||
type="number"
|
||||
min="0"
|
||||
placeholder="125420"
|
||||
placeholder="125.420"
|
||||
bind:value={formData.km}
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="personnel_id">Personel</label>
|
||||
<label for="personnel_id">Teslim Eden</label>
|
||||
<select
|
||||
id="personnel_id"
|
||||
class="form-select"
|
||||
@@ -1035,7 +1035,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="goods_manager_id">Mal Sorumlusu</label>
|
||||
<label for="goods_manager_id">Teslim Alan</label>
|
||||
<select
|
||||
id="goods_manager_id"
|
||||
class="form-select"
|
||||
|
||||
@@ -431,13 +431,13 @@
|
||||
type="number"
|
||||
class="form-input"
|
||||
bind:value={formData.km}
|
||||
placeholder="125420"
|
||||
placeholder="125.420"
|
||||
min="0"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="personnel_id">Personel</label>
|
||||
<label for="personnel_id">Teslim Eden</label>
|
||||
<select id="personnel_id" class="form-select" bind:value={formData.personnel_id} required>
|
||||
<option value="">Personel Seçin</option>
|
||||
{#each personnel as person}
|
||||
@@ -446,7 +446,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="goods_manager_id">Mal Sorumlusu</label>
|
||||
<label for="goods_manager_id">Teslim Alan</label>
|
||||
<select id="goods_manager_id" class="form-select" bind:value={formData.goods_manager_id} required>
|
||||
<option value="">Mal Sorumlusu Seçin</option>
|
||||
{#each goodsManagers as manager}
|
||||
|
||||
Reference in New Issue
Block a user