From 2ac59fa0c7a695749be0f5eb4d45b91404eaceed Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Fri, 4 Apr 2025 20:07:58 +0000 Subject: [PATCH] more bug fix in cost mod --- webUI/src/components/forms/Hnumberinput.vue | 186 ++++++++----------- webUI/src/components/forms/Hpersonsearch.vue | 2 - webUI/src/views/acc/costs/list.vue | 7 +- webUI/src/views/acc/costs/mod.vue | 34 ++-- 4 files changed, 97 insertions(+), 132 deletions(-) diff --git a/webUI/src/components/forms/Hnumberinput.vue b/webUI/src/components/forms/Hnumberinput.vue index 97c94ed..5eab472 100644 --- a/webUI/src/components/forms/Hnumberinput.vue +++ b/webUI/src/components/forms/Hnumberinput.vue @@ -1,115 +1,83 @@ - - - - \ No newline at end of file +} + + + \ No newline at end of file diff --git a/webUI/src/components/forms/Hpersonsearch.vue b/webUI/src/components/forms/Hpersonsearch.vue index 4f349ef..a8c00b7 100644 --- a/webUI/src/components/forms/Hpersonsearch.vue +++ b/webUI/src/components/forms/Hpersonsearch.vue @@ -496,7 +496,6 @@ export default { this.totalItems = 0; } - console.log('آیتم‌های ذخیره شده:', this.items); if (this.modelValue) { if (this.returnObject) { @@ -506,7 +505,6 @@ export default { } } } catch (error) { - console.error('خطا در دریافت داده‌ها:', error); this.showMessage('خطا در بارگذاری داده‌ها', 'error'); this.items = []; this.totalItems = 0; diff --git a/webUI/src/views/acc/costs/list.vue b/webUI/src/views/acc/costs/list.vue index 3b97008..a0da86b 100644 --- a/webUI/src/views/acc/costs/list.vue +++ b/webUI/src/views/acc/costs/list.vue @@ -146,12 +146,11 @@