\r\n \r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"name\")\r\n }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"registrationNumber\") }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"companyNationalId\") }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"economicCode\") }}\r\n
\r\n\r\n
\r\n \r\n {{ errors.first(\"holdersOfTheRightToSignName\") }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"owner\")\r\n }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"area\")\r\n }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"number\")\r\n }}\r\n
\r\n\r\n
\r\n \r\n {{\r\n errors.first(\"email\")\r\n }}\r\n
\r\n
\r\n \r\n ({ id: x.id, name: x.name })\"\r\n v-validate=\"{ required: true }\"\r\n ref=\"countryListSelect\"\r\n class=\"mb-4\"\r\n v-for=\"address in legalInfo.addressInfo\"\r\n :key=\"address.id\"\r\n :value=\"\r\n address.supplierCountryInfo\r\n ? allCountries.filter(\r\n (x) =>\r\n x.id ==\r\n legalInfo.addressInfo[0].supplierCountryInfo.countryId\r\n )[0].name\r\n : ''\r\n \"\r\n @input=\"selectCountry\"\r\n :clearable=\"false\"\r\n dir=\"rtl\"\r\n >\r\n \r\n {{\r\n errors.first(\"country\")\r\n }}\r\n
\r\n
\r\n \r\n\r\n \r\n ({ id: x.id, name: x.name })\"\r\n v-validate=\"{ required: true }\"\r\n ref=\"provinceListSelect\"\r\n class=\"mb-4\"\r\n v-for=\"address in legalInfo.addressInfo\"\r\n :key=\"address.id\"\r\n :value=\"\r\n address.supplierProvinceInfo.provinceId ?\r\n allProvinces.filter(\r\n (x) =>\r\n x.id ==\r\n legalInfo.addressInfo[0].supplierProvinceInfo.provinceId\r\n )[0].name\r\n : ''\r\n \"\r\n @input=\"selectProvince\"\r\n :clearable=\"false\"\r\n dir=\"rtl\"\r\n >\r\n \r\n {{\r\n errors.first(\"province\")\r\n }}\r\n
\r\n
\r\n \r\n ({ cityId: x.id, cityName: x.name })\"\r\n v-for=\"address in legalInfo.addressInfo\"\r\n :key=\"address.id\"\r\n :value=\"\r\n legalInfo.addressInfo[0].supplierCityInfo.cityId\r\n ? allCities.filter(\r\n (x) =>\r\n x.id == legalInfo.addressInfo[0].supplierCityInfo.cityId\r\n )[0].name\r\n : ''\r\n \"\r\n v-validate=\"{ required: true }\"\r\n :clearable=\"true\"\r\n ref=\"cityListSelect\"\r\n @input=\"selectCity\"\r\n dir=\"rtl\"\r\n >\r\n \r\n {{\r\n errors.first(\"city\")\r\n }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"postalCode\") }}\r\n
\r\n\r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n \r\n\r\n \r\n
\r\n
\r\n