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