update/add year to car assets
This commit is contained in:
4 files changed
+69
No files matched your search
@@ -104,6 +104,21 @@
|
||||
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
|
||||
>
|
||||
|
||||
<div id="year-create">
|
||||
<label for="year" class="block text-sm font-medium text-gray-700 mt-2">Year <span class="text-red-500">*</span></label>
|
||||
<input
|
||||
id="year-input"
|
||||
disabled
|
||||
required
|
||||
placeholder="2000"
|
||||
min="1900"
|
||||
max="<% new Date().getFullYear() %>"
|
||||
type="number"
|
||||
name="year"
|
||||
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
|
||||
>
|
||||
</div>
|
||||
|
||||
<label for="value" class="block text-sm font-medium text-gray-700 mt-2">Asset Value <span class="text-red-500">*</span></label>
|
||||
<input
|
||||
required
|
||||
|
||||
Reference in new issue
Block a user