diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_api/OnTheFly.ts b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_api/OnTheFly.ts index d4f0f4e09..a44608ef7 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_api/OnTheFly.ts +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_api/OnTheFly.ts @@ -14,6 +14,22 @@ export const getThirdparty = async (id: number) : Promise => { }); }; +export interface WriteThirdPartyViolationMap +extends Record> { + email: { + "{{ value }}": string; + }, + name: { + "{{ value }}": string; + }, + telephone: { + "{{ value }}": string; + } + telephone2: { + "{{ value }}": string; + } +} + /* * POST a new thirdparty */ diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdPartyEdit.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdPartyEdit.vue index 89c98ce85..dde173b84 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdPartyEdit.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdPartyEdit.vue @@ -2,7 +2,7 @@
- + {{ trans(THIRDPARTY_MESSAGES_CHILD_OF) }} {{ parent.text }}
@@ -56,104 +56,146 @@
-
- +
+
+
+
+ + +
+
+
-
- +
+
+
+ + +
+
-
- - -
-
-
    -
  • - {{ qi }} -
  • -
+
+
+
+ + +
+
+
+
    +
  • + {{ qi }} +
  • +
+
-
- - -
-
-
    -
  • - {{ qi }} -
  • -
+
+
+
+ + +
+
+
+ {{ err }} +
+
+
    +
  • + {{ qi }} +
  • +
+
-
- - -
-
-
    -
  • - {{ query }} -
  • -
+
+
+
+ + +
+
+ +
+ {{ err }} +
+ +
+
    +
  • + {{ query }} +
  • +
+
@@ -167,49 +209,86 @@ /> -
- - +
+
+ + + +
+ + +
+
+
+ {{ err }} +
-
- - +
+
+ + + +
+ + +
+
+
+ {{ err }} +
-
- - +
+
+ +
+ + +
+
+
+ {{ err }} +