+
+
{{ title }}
+
+
+
+
+
+
+ toggleFlag('isProspect', v)"
+ />
+ toggleFlag('isDelivery', v)"
+ />
+ toggleFlag('isBilling', v)"
+ />
+
+
+
+ update('categoryIris', v.map(String))"
+ />
+
+ update('country', String(v ?? 'France'))"
+ />
+
+
+
+
+ update('city', v === null ? null : String(v))"
+ />
+ update('city', v)"
+ />
+
+
+ update('street', v === null ? null : String(v))"
+ @search="onAddressSearch"
+ @select="onAddressSelect"
+ />
+ update('street', v)"
+ />
+
+ update('streetComplement', v)"
+ />
+
+ update('siteIris', v.map(String))"
+ />
+
+ update('contactIris', v.map(String))"
+ />
+
+
+ update('billingEmail', v)"
+ />
+
+
+