diff --git a/resources/assets/vue/components/companies/elements/NewServiceAnnouncementComponent.vue b/resources/assets/vue/components/companies/elements/NewServiceAnnouncementComponent.vue index 0b59c459..8e8d01c5 100644 --- a/resources/assets/vue/components/companies/elements/NewServiceAnnouncementComponent.vue +++ b/resources/assets/vue/components/companies/elements/NewServiceAnnouncementComponent.vue @@ -38,7 +38,7 @@
-
Activate Service
+
Activate Service
@@ -70,7 +70,7 @@ -
+
-
Activate Service
+
Activate Service
- + @@ -208,7 +188,6 @@ data(){ return { acknowledge: false, - acknowledge_c2c: false, parameters: { segment_id: '' }, @@ -229,17 +208,6 @@ // location.reload(); }, - activateServiceC2C(){ - this.parameters = { - segment_id: 13 - }; - this.part = 1; - if(this.acknowledge_c2c){ - this.submit(this.route('api.company.segment.assign', this.data.id), 'post', 'activateService', true, false); - } - - // location.reload(); - }, ServiceWaitingList(){ this.acknowledge = true; this.parameters = { diff --git a/resources/assets/vue/components/general/forms/C2cConfirmationFormComponent.vue b/resources/assets/vue/components/general/forms/C2cConfirmationFormComponent.vue index 2d093413..0e7ac452 100644 --- a/resources/assets/vue/components/general/forms/C2cConfirmationFormComponent.vue +++ b/resources/assets/vue/components/general/forms/C2cConfirmationFormComponent.vue @@ -1,21 +1,33 @@