diff --git a/src/client/Containers/Calculation/Sections/list.js b/src/client/Containers/Calculation/Sections/list.js index 72e86db..13890c9 100644 --- a/src/client/Containers/Calculation/Sections/list.js +++ b/src/client/Containers/Calculation/Sections/list.js @@ -613,7 +613,7 @@ export default [ ], }, { - title: 'Предмет лизинга', + title: 'ПЛ', elements: [ { title: 'Тип предмета лизинга', @@ -1389,6 +1389,138 @@ export default [ }, ], }, + { + title: 'Создание КП', + elements: [ + { + title: 'Последний платеж считать выкупным', + Component: Switch, + props: { + name: 'cbxLastPaymentRedemption', + valueName: 'lastPaymentRedemption', + }, + }, + { + title: 'Отображать стоимость ПЛ со скидкой', + Component: Switch, + props: { + name: 'cbxPriceWithDiscount', + valueName: 'priceWithDiscount', + }, + }, + { + title: 'Отображать удорожание', + Component: Switch, + props: { + name: 'cbxCostIncrease', + valueName: 'costIncrease', + }, + }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + + { + title: 'Отображать страхование', + Component: Switch, + props: { + name: 'cbxInsurance', + valueName: 'insurance', + }, + }, + { + title: 'Отображать доп. оборудование', + Component: Switch, + props: { + name: 'cbxAddEquipment', + valueName: 'addEquipment', + }, + }, + { + title: 'Отображать регистрацию', + Component: Switch, + props: { + name: 'cbxRegistrationQuote', + valueName: 'registrationQuote', + }, + }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + + { + title: 'Отображать карту техпомощи', + Component: Switch, + props: { + name: 'cbxTechnicalCardQuote', + valueName: 'technicalCardQuote', + }, + }, + { + title: 'Отображать НСИБ', + Component: Switch, + props: { + name: 'cbxNSIB', + valueName: 'NSIB', + }, + }, + { + title: 'Отображать график досрочного выкупа', + Component: Switch, + props: { + name: 'cbxQuoteRedemptionGraph', + valueName: 'quoteRedemptionGraph', + }, + }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + + { + title: 'Имя', + Component: Input, + props: { + name: 'tbxQuoteName', + valueName: 'quoteName', + }, + }, + { + title: 'Пол', + Component: Radio, + props: { + name: 'radioQuoteContactGender', + valueName: 'quoteContactGender', + style: 'button', + }, + }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + + { + Component: Button, + props: { + type: 'primary', + size: 'large', + name: 'btnCreateKP', + text: 'Создать КП', + onClick: undefined, + }, + }, + ], + }, { title: 'Без ограничений', elements: [