add evo_kpp to dealerperson name

This commit is contained in:
vchikalkin 2021-01-11 16:09:55 +03:00 committed by Chika
parent be9fd2c3e4
commit 7e5d7dd532
3 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const propsMap: TEntities<{
value: keyof TCRMEntity;
}> = {
account: {
name: 'name',
name: ['name', 'evo_kpp'],
value: 'accountid',
},
lead: {

View File

@ -585,6 +585,7 @@ export default [
accountid
name
evo_broker_accountid
evo_kpp
}
}
`,

View File

@ -14,6 +14,7 @@ export interface IAccount {
evo_client_riskid?: string;
evo_type_ins_policy?: number[];
customerid?: string;
evo_kpp?: string;
}
export interface ILead {