\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"fName\")\r\n }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"lName\")\r\n }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"idNumber\")\r\n }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"certificateNumber\") }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"store\")\r\n }}\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 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 individualInfo.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 individualInfo.addressInfo[0].supplierCountryInfo.countryId\r\n )[0].name :''\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 ({ 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 individualInfo.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 individualInfo.addressInfo[0].supplierProvinceInfo\r\n .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 individualInfo.addressInfo\"\r\n :key=\"address.id\"\r\n :value=\"\r\n address.supplierCityInfo.cityId\r\n ? allCities.filter(\r\n (x) => x.id == address.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 {{ errors.first(\"economicCode\") }}\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n
\r\n {{ $t(\"NotIranianCitizen\") }}\r\n \r\n
\r\n
\r\n