diff --git a/src/components/common/VnSelectVies.vue b/src/components/common/VnSelectVies.vue new file mode 100644 index 000000000..4ac25bc75 --- /dev/null +++ b/src/components/common/VnSelectVies.vue @@ -0,0 +1,81 @@ + + + +es: + viesTip: El campo puede contener valores que no este en la lista + +en: + viesTip: The field may contain value that are not in the list + + diff --git a/src/pages/Customer/Card/CustomerFiscalData.vue b/src/pages/Customer/Card/CustomerFiscalData.vue index b256c001a..87fc12fcb 100644 --- a/src/pages/Customer/Card/CustomerFiscalData.vue +++ b/src/pages/Customer/Card/CustomerFiscalData.vue @@ -8,6 +8,7 @@ import FormModel from 'components/FormModel.vue'; import VnRow from 'components/ui/VnRow.vue'; import VnInput from 'src/components/common/VnInput.vue'; import VnSelect from 'src/components/common/VnSelect.vue'; +import VnSelectVies from 'src/components/common/VnSelectVies.vue'; import VnLocation from 'src/components/common/VnLocation.vue'; const { t } = useI18n(); @@ -103,6 +104,7 @@ function handleLocation(data, location) { :required="true" @update:model-value="(location) => handleLocation(data, location)" /> + @@ -110,14 +112,7 @@ function handleLocation(data, location) { -
- - - - {{ t('whenActivatingIt') }} - - -
+
@@ -147,9 +142,6 @@ function handleLocation(data, location) { @@ -177,11 +169,9 @@ es: Incoterms authorization: Autorización incoterms Electronic invoice: Factura electrónica onlyLetters: Sólo se pueden usar letras, números y espacios - whenActivatingIt: Al activarlo, no informar el código del país en el campo nif inOrderToInvoice: Para facturar no se consulta este campo, sino el RE de consignatario. Al modificar este campo si no esta marcada la casilla Facturar por consignatario, se propagará automaticamente el cambio a todos lo consignatarios, en caso contrario preguntará al usuario si quiere o no propagar Daily invoice: Facturación diaria en: onlyLetters: Only letters, numbers and spaces can be used - whenActivatingIt: When activating it, do not enter the country code in the ID field inOrderToInvoice: In order to invoice, this field is not contulted, but the consignee's ET. When modifiying this field if the invoice by address option is not checked, the change will be automatically propagated to all addresses, otherwise the user will be asked if he wants to propagate it or not diff --git a/src/pages/Supplier/Card/SupplierFiscalData.vue b/src/pages/Supplier/Card/SupplierFiscalData.vue index e569eb236..93056281e 100644 --- a/src/pages/Supplier/Card/SupplierFiscalData.vue +++ b/src/pages/Supplier/Card/SupplierFiscalData.vue @@ -9,6 +9,7 @@ import VnRow from 'components/ui/VnRow.vue'; import VnInput from 'src/components/common/VnInput.vue'; import VnSelect from 'src/components/common/VnSelect.vue'; import VnLocation from 'src/components/common/VnLocation.vue'; +import VnSelectVies from 'src/components/common/VnSelectVies.vue'; import VnAccountNumber from 'src/components/common/VnAccountNumber.vue'; const route = useRoute(); @@ -68,7 +69,7 @@ function handleLocation(data, location) { 'supplierActivityFk', 'healthRegister', 'street', - 'isVies', + 'viesCode', 'isTrucker', ], include: [ @@ -173,34 +174,15 @@ function handleLocation(data, location) { country: data.country, }" @update:model-value="(location) => handleLocation(data, location)" - > - + /> -
- -
- - - - {{ - t( - 'When activating it, do not enter the country code in the ID field.' - ) - }} - - -
-
+ +
- - -es: - When activating it, do not enter the country code in the ID field.: Al activarlo, no informar el código del país en el campo nif -