WIP Сделала шаблон документов
This commit is contained in:
@@ -42,6 +42,24 @@ const state = () => ({
|
||||
photo: null,
|
||||
},
|
||||
},
|
||||
documents: {
|
||||
passport: {
|
||||
series: null,
|
||||
number: null,
|
||||
issued_by_org: null,
|
||||
issued_by_org_code: null,
|
||||
issued_by_date: null,
|
||||
photo: null,
|
||||
},
|
||||
insurance_number: {
|
||||
insurance_number: null,
|
||||
photo_insurance_number: null,
|
||||
},
|
||||
tax_identification_number: {
|
||||
tax_identification_number: null,
|
||||
photo_tax_identification_number: null,
|
||||
},
|
||||
},
|
||||
avatar: "",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user