From 65c6f38ef384d7c500ade82189ae82023cee73ea Mon Sep 17 00:00:00 2001 From: Gloomy Date: Tue, 19 Aug 2025 20:51:48 +0000 Subject: [PATCH] update for Warranty plugin --- webUI/src/components/plugins/warranty/BulkImportDialog.vue | 2 ++ webUI/src/components/plugins/warranty/SerialDialog.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 @@ -