WIP Изменены данные в agreement
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
:class="{'open': open, 'border-none': borderNone}",
|
:class="{'open': open, 'border-none': borderNone}",
|
||||||
)
|
)
|
||||||
.placeholder.text-base.flex.items-center(
|
.placeholder.text-base.flex.items-center(
|
||||||
:class="{'value-color': value.label || placeholderOpacity}"
|
:class="{'value-color': value.label || placeholderOpacity}",
|
||||||
) {{ value.label || placeholder }}
|
) {{ value.label || placeholder }}
|
||||||
.flex.items-center
|
.flex.items-center
|
||||||
.select-form-separator.cursor-pointer.mr-4(v-if="separator")
|
.select-form-separator.cursor-pointer.mr-4(v-if="separator")
|
||||||
|
|||||||
@@ -284,7 +284,6 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
postContactsClient() {
|
postContactsClient() {
|
||||||
console.log(this.dataClient);
|
|
||||||
let contacts = [...this.dataClient.contacts];
|
let contacts = [...this.dataClient.contacts];
|
||||||
if (
|
if (
|
||||||
this.dataClient.email.username &&
|
this.dataClient.email.username &&
|
||||||
|
|||||||
@@ -80,9 +80,15 @@ export default {
|
|||||||
return {
|
return {
|
||||||
patient: {
|
patient: {
|
||||||
full_name: "",
|
full_name: "",
|
||||||
doc_type: "",
|
doc_type: {
|
||||||
|
id: null,
|
||||||
|
label: "",
|
||||||
|
},
|
||||||
seriesAndNumber: "2354 125423",
|
seriesAndNumber: "2354 125423",
|
||||||
phone: {},
|
phone: {
|
||||||
|
id: null,
|
||||||
|
label: "",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
.flex.flex-col.gap-y-6.justify-between(style="height: 500px")
|
.flex.flex-col.gap-y-6.justify-between
|
||||||
.flex.flex-col.gap-y-6
|
.flex.flex-col.gap-y-6
|
||||||
span.font-bold.text-xl Договор
|
span.font-bold.text-xl Договор
|
||||||
.flex.self-center
|
.flex.self-center
|
||||||
|
|||||||
Reference in New Issue
Block a user