-
-
-
-
-
-
- field.change(e)"
+ :doctype="field.doctype"
:placeholder="field.placeholder"
- class="form-control"
+ @change="(e) => field.change(e)"
+ :onCreate="field.create"
/>
- updateAssignedAgent(option.email)"
- class="form-control"
- :placeholder="deal.placeholder"
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{ getContactByName(contact.name).full_name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getContactByName(contact.name).email_id }}
+
+
+
+ {{ getContactByName(contact.name).mobile_no }}
+
+
+
+
+
+
+
+
+ No contacts added
+
+