WIP Разделила календари

This commit is contained in:
Daria Golova
2023-09-18 18:53:45 +03:00
parent c2eb6bf1e9
commit fc6c5e61fb
19 changed files with 866 additions and 345 deletions

View File

@@ -779,15 +779,15 @@ export const services = [
export const recordList = [
{
id: "c3df0a95-8093-41f1-9584-5b70ee05e71c",
start: "2023-07-05T10:00:00Z",
end: "2023-07-05T11:00:00Z",
start: "2023-09-18T10:00:00Z",
end: "2023-09-18T11:00:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
first_name: "Леонид",
patronymic: "Семенович",
},
member: {
person: {
id: "3e6e54e4-2706-47d3-8b54-b841ee8f0943",
last_name: "Харитонова",
first_name: "Ольга",
@@ -824,15 +824,15 @@ export const recordList = [
},
{
id: "ba931000-7140-4977-bd09-1ac212b8b8e5",
start: "2023-07-06T15:00:00Z",
end: "2023-07-06T15:30:00Z",
start: "2023-09-18T15:00:00Z",
end: "2023-09-18T15:30:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
first_name: "Леонид",
patronymic: "Семенович",
},
member: {
person: {
id: "d340d344-4fc7-4fbe-9db8-b7562b70438d",
last_name: "Гаранова",
first_name: "Наталья",
@@ -877,16 +877,16 @@ export const recordList = [
],
},
{
id: "4cd94bec-a0df-4a18-879d-f64cd6d7098e",
start: "2023-07-03T13:00:00Z",
end: "2023-07-03T14:30:00Z",
id: "4cd94bec-a0df-4a18-879d-f64cd6d5698e",
start: "2023-09-18T13:00:00Z",
end: "2023-09-18T14:30:00Z",
employee: {
id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
last_name: "Каневский",
first_name: "Леонид",
last_name: "Гурцев",
first_name: "Семен",
patronymic: "Семенович",
},
member: {
person: {
id: "0b2d1db1-6aab-4e29-b857-fc7c9777280f",
last_name: "Харитонова",
first_name: "Ольга",
@@ -930,6 +930,105 @@ export const recordList = [
},
],
},
// {
// id: "ba931000-7140-4977-bd09-1ac233b8b8e5",
// start: "2023-09-18T15:00:00Z",
// end: "2023-09-18T15:30:00Z",
// employee: {
// id: "464101e6-b4e6-46a4-8ef6-08ecb2921493",
// last_name: "Лебедев",
// first_name: "Леонид",
// patronymic: "Семенович",
// },
// person: {
// id: "d340d344-4fc7-4fbe-9db8-b7562b70438d",
// last_name: "Гаранова",
// first_name: "Наталья",
// patronymic: "Романовна",
// birth_date: "1990-04-12",
// photo: personImage,
// contacts: [
// {
// value: "+7 (910) 4241313",
// kind: "PHONE",
// },
// {
// value: "Haritonich@mail.ru",
// kind: "EMAIL",
// },
// ],
// },
// status: "accepted",
// medicalCard: {
// status: "not_filled",
// },
// },
// {
// id: "ba931000-7140-4977-bd09-1ac233b8b8e5",
// start: "2023-09-18T15:00:00Z",
// end: "2023-09-18T15:30:00Z",
// employee: {
// id: "464101e6-b4e6-46a4-8ef6-08ecb1121493",
// last_name: "Петров",
// first_name: "Леонид",
// patronymic: "Семенович",
// },
// person: {
// id: "d340d344-4fc7-4fbe-9db8-b7562b70438d",
// last_name: "Гаранова",
// first_name: "Наталья",
// patronymic: "Романовна",
// birth_date: "1990-04-12",
// photo: personImage,
// contacts: [
// {
// value: "+7 (910) 4241313",
// kind: "PHONE",
// },
// {
// value: "Haritonich@mail.ru",
// kind: "EMAIL",
// },
// ],
// },
// status: "accepted",
// medicalCard: {
// status: "not_filled",
// },
// },
// {
// id: "ba931000-7140-4977-bd09-1ac233b8b8e5",
// start: "2023-09-18T15:00:00Z",
// end: "2023-09-18T15:30:00Z",
// employee: {
// id: "464101e6-b4e6-46a4-8ef6-22ecb2921493",
// last_name: "Ленин",
// first_name: "Леонид",
// patronymic: "Семенович",
// },
// person: {
// id: "d340d344-4fc7-4fbe-9db8-b7562b70438d",
// last_name: "Гаранова",
// first_name: "Наталья",
// patronymic: "Романовна",
// birth_date: "1990-04-12",
// photo: personImage,
// contacts: [
// {
// value: "+7 (910) 4241313",
// kind: "PHONE",
// },
// {
// value: "Haritonich@mail.ru",
// kind: "EMAIL",
// },
// ],
// },
// status: "accepted",
// medicalCard: {
// status: "not_filled",
// },
// },
];
export const recordPreviewConfig = [