diff --git a/webUI/src/components/plugins/warranty/BulkImportDialog.vue b/webUI/src/components/plugins/warranty/BulkImportDialog.vue
index a8853f4..4a25fb9 100644
--- a/webUI/src/components/plugins/warranty/BulkImportDialog.vue
+++ b/webUI/src/components/plugins/warranty/BulkImportDialog.vue
@@ -82,6 +82,7 @@
v-model="item.warrantyStartDate"
label="شروع گارانتی"
:rules="[rules.date]"
+ :ignore-year-range="true"
/>
@@ -89,6 +90,7 @@
v-model="item.warrantyEndDate"
label="پایان گارانتی"
:rules="[rules.date, (value: any) => rules.endDate(value, item.warrantyStartDate)]"
+ :ignore-year-range="true"
/>
diff --git a/webUI/src/components/plugins/warranty/SerialDialog.vue b/webUI/src/components/plugins/warranty/SerialDialog.vue
index c36b178..71bccef 100644
--- a/webUI/src/components/plugins/warranty/SerialDialog.vue
+++ b/webUI/src/components/plugins/warranty/SerialDialog.vue
@@ -33,13 +33,13 @@
-