diff --git a/front/src/components/Affaires/AffairesDashboard.vue b/front/src/components/Affaires/AffairesDashboard.vue index 68337d6a..51179741 100644 --- a/front/src/components/Affaires/AffairesDashboard.vue +++ b/front/src/components/Affaires/AffairesDashboard.vue @@ -77,7 +77,7 @@ export default { editEmolumentIndiceApplication: false, editEmolumentTva: false, editEmolumentFreeze: false, - loadNumerosFromExcel_remaniementParcellaire: false, + showRemaniementParcellaireLoadingBtn: false, showEmolumentRepartition_saveToFactures_btn: false, }, showConfirmAbandonAffaireDialog: false, diff --git a/front/src/components/Affaires/ClotureAffaire/ClotureAffaire.vue b/front/src/components/Affaires/ClotureAffaire/ClotureAffaire.vue index 862477f1..ea48708c 100644 --- a/front/src/components/Affaires/ClotureAffaire/ClotureAffaire.vue +++ b/front/src/components/Affaires/ClotureAffaire/ClotureAffaire.vue @@ -92,7 +92,8 @@ export default { this.typesAffaires_conf.modification_mutation, this.typesAffaires_conf.modification_visa, this.typesAffaires_conf.modification_duplicata, - this.typesAffaires_conf.modification_retour_etat_juridique + this.typesAffaires_conf.modification_retour_etat_juridique, + this.typesAffaires_conf.remaniement_parcellaire ].includes(this.affaire.type_id)) { data = data.filter(x => x.affaire_numero_type_id !== num_type.ancien_id); } @@ -172,6 +173,7 @@ export default { this.$root.$emit("ShowMessage", "L'affaire " + this.affaire.id + " a été clôturées avec succès"); //Log cloture affaire + logAffaireEtape(this.affaire.id, Number(process.env.VUE_APP_FIN_PROCESSUS_ID)) logAffaireEtape(this.affaire.id, Number(process.env.VUE_APP_ETAPE_CLOTURE_ID)) .then(() => this.$router.go(0)); }) diff --git a/front/src/components/Affaires/NumerosAffaire/numerosAffaire.html b/front/src/components/Affaires/NumerosAffaire/numerosAffaire.html index adb19360..5776c851 100644 --- a/front/src/components/Affaires/NumerosAffaire/numerosAffaire.html +++ b/front/src/components/Affaires/NumerosAffaire/numerosAffaire.html @@ -16,7 +16,7 @@
-
+
description Importer les numéros de biens-fonds depuis le fichier excel