WIP Изменены данные в agreement

This commit is contained in:
Daria Golova
2022-12-29 17:03:45 +03:00
parent 78fd2a4233
commit c4fc54ecdd
4 changed files with 10 additions and 5 deletions

View File

@@ -284,7 +284,6 @@ export default {
});
},
postContactsClient() {
console.log(this.dataClient);
let contacts = [...this.dataClient.contacts];
if (
this.dataClient.email.username &&

View File

@@ -80,9 +80,15 @@ export default {
return {
patient: {
full_name: "",
doc_type: "",
doc_type: {
id: null,
label: "",
},
seriesAndNumber: "2354 125423",
phone: {},
phone: {
id: null,
label: "",
},
},
};
},

View File

@@ -1,5 +1,5 @@
<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
span.font-bold.text-xl Договор
.flex.self-center