From 1eb08b87649fc9b14accc52bd51d3a452c8701b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A7=D0=B8=D0=BA=D0=B0=D0=BB=D0=BA=D0=B8=D0=BD?= Date: Fri, 4 Sep 2020 14:56:07 +0300 Subject: [PATCH] separate fields --- .../Containers/Calculation/Sections/list.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/client/Containers/Calculation/Sections/list.js b/src/client/Containers/Calculation/Sections/list.js index 28973de..91ff7d4 100644 --- a/src/client/Containers/Calculation/Sections/list.js +++ b/src/client/Containers/Calculation/Sections/list.js @@ -17,11 +17,20 @@ export default [ }, { - title: 'Выбор Интереса/ЛС', + title: 'Выбор Интереса', Component: Select, props: { - name: 'selectSource', - valueName: 'source', + name: 'selectLead', + valueName: 'lead', + showSearch: true, + }, + }, + { + title: 'ЛС', + Component: Select, + props: { + name: 'selectOpportunity', + valueName: 'opportunity', showSearch: true, }, },