merge branch 'release/dyn-4760'
This commit is contained in:
parent
549bd901da
commit
89f2b3b68c
@ -618,10 +618,26 @@ export async function makeEltKaskoRequest(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const classification =
|
let classification = '11635';
|
||||||
leaseObjectCategory && [100_000_002, 100_000_003, 100_000_004].includes(leaseObjectCategory)
|
|
||||||
? '11635'
|
switch (evo_leasingobject_type?.evo_id) {
|
||||||
: '0';
|
case '7': {
|
||||||
|
classification = '11611';
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '3': {
|
||||||
|
classification = '11607';
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case '8': {
|
||||||
|
classification = '11650';
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
default: {
|
||||||
|
classification = '11635';
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
let INN = '';
|
let INN = '';
|
||||||
const leadid = $calculation.element('selectLead').getValue();
|
const leadid = $calculation.element('selectLead').getValue();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user