diff --git a/resources/assets/js/components/AkauntingModal.vue b/resources/assets/js/components/AkauntingModal.vue index 9caf432a6..16ce46188 100644 --- a/resources/assets/js/components/AkauntingModal.vue +++ b/resources/assets/js/components/AkauntingModal.vue @@ -23,11 +23,9 @@
@@ -90,22 +89,14 @@ export default { frequencyValue: null, frequencyError: null, - intervalValue: { - type: [Number, String], - default: 0, - description: "Default interval value" - }, + intervalValue: null, intervalError: null, customFrequencyOptions: null, customFrequencyValue: null, customFrequencyError: null, - countValue: { - type: [Number, String], - default: 0, - description: "Default count value" - }, + countValue: null, countError: null, icon: { @@ -116,10 +107,10 @@ export default { data() { return { - recurring_frequency: null, - recurring_interval: null, - recurring_custom_frequency: null, - recurring_count: null, + recurring_frequency: this.frequencyValue, + recurring_interval: this.intervalValue, + recurring_custom_frequency: this.customFrequencyValue, + recurring_count: this.countValue, frequencyClasses: 'col-md-12', invertalClasses: 'col-md-2 d-none', customFrequencyClasses: 'col-md-4 d-none', @@ -127,13 +118,6 @@ export default { } }, - created() { - this.recurring_frequency = this.frequencyValue; - this.recurring_interval = this.intervalValue; - this.recurring_custom_frequency = this.customFrequencyValue; - this.recurring_count = this.countValue; - }, - mounted() { this.recurring_frequency = this.frequencyValue; diff --git a/resources/assets/js/components/AkauntingSelect.vue b/resources/assets/js/components/AkauntingSelect.vue index 836ee4c53..6e17406fa 100644 --- a/resources/assets/js/components/AkauntingSelect.vue +++ b/resources/assets/js/components/AkauntingSelect.vue @@ -10,763 +10,379 @@ formClasses ]" :error="formError"> - -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -+ {{ noMatchingDataText }} +
+ ++ {{ noDataText }} +
+ +- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -+ {{ noMatchingDataText }} +
+ ++ {{ noDataText }} +
+ +- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -+ {{ noMatchingDataText }} +
+ ++ {{ noDataText }} +
+ +- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -+ {{ noMatchingDataText }} +
+ ++ {{ noDataText }} +
+ +- {{ noMatchingDataText }} -
- -- {{ noDataText }} -
- -+ {{ noMatchingDataText }} +
+ ++ {{ noDataText }} +
+ +{{ trans('errors.message.403') }}
@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp - {{ trans('general.go_to_dashboard') }} + {{ trans('general.go_to_dashboard') }}{{ trans('errors.message.404') }}
@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp - {{ trans('general.go_to_dashboard') }} + {{ trans('general.go_to_dashboard') }}{{ trans('errors.message.500') }}
@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp - {{ trans('general.go_to_dashboard') }} + {{ trans('general.go_to_dashboard') }}