правки
This commit is contained in:
parent
8844311dea
commit
192886cdc6
6 changed files with 2693 additions and 3743 deletions
|
|
@ -86,4 +86,28 @@
|
|||
</sql>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="0005" author="saliakhov">
|
||||
<comment>edit change_data_personal_visit and view_change_data_personal_visit</comment>
|
||||
<sql>
|
||||
DROP VIEW IF EXISTS actualization.view_change_data_personal_visit;
|
||||
ALTER TABLE actualization.change_data_personal_visit DROP COLUMN IF EXISTS count_edited;
|
||||
|
||||
CREATE OR REPLACE VIEW actualization.view_change_data_personal_visit
|
||||
AS SELECT t.change_data_personal_visit_id,
|
||||
t.count_all,
|
||||
round(t.count_for_sign::numeric * 100::numeric / t.count_all::numeric) AS percent_for_sign,
|
||||
round(t.count_signed::numeric * 100::numeric / t.count_all::numeric) AS percent_signed,
|
||||
round(t.count_refused::numeric * 100::numeric / t.count_all::numeric) AS percent_refused
|
||||
FROM ( SELECT change_data_personal_visit.count_for_sign + change_data_personal_visit.count_signed + change_data_personal_visit.count_refused AS count_all,
|
||||
change_data_personal_visit.change_data_personal_visit_id,
|
||||
change_data_personal_visit.recruitment_id,
|
||||
change_data_personal_visit.update_date,
|
||||
change_data_personal_visit.info_date,
|
||||
change_data_personal_visit.count_for_sign,
|
||||
change_data_personal_visit.count_signed,
|
||||
change_data_personal_visit.count_refused
|
||||
FROM actualization.change_data_personal_visit) t;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
@ -3148,9 +3148,8 @@
|
|||
<children id="e68a69fe-74fb-4b09-b290-82e08fcb5c5d">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>e68a69fe-74fb-4b09-b290-82e08fcb5c5d</componentRootId>
|
||||
<name>ВК Принятые решение на основании данных из ГИР ВУ</name>
|
||||
<name>ВК Принятые решения на основании данных из ГИР ВУ</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -3323,7 +3322,7 @@
|
|||
<children id="1b131f9f-5b30-4904-ac21-85897bfb0d54">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>1b131f9f-5b30-4904-ac21-85897bfb0d54</componentRootId>
|
||||
<name>Принятые решение на основании данных из ГИР ВУ</name>
|
||||
<name>Принятые решения на основании данных из ГИР ВУ</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
|
|
@ -3341,7 +3340,7 @@
|
|||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Принятые решение на основании данных из ГИР ВУ"</simple>
|
||||
<simple>"Принятые решения на основании данных из ГИР ВУ"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
|
|||
|
|
@ -8685,13 +8685,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="8dfe60a2-367f-4db1-b3fc-6d9038298d8b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>8dfe60a2-367f-4db1-b3fc-6d9038298d8b</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="cb7c5a50-7842-47b6-bd0b-4e1ceafda1d7">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>cb7c5a50-7842-47b6-bd0b-4e1ceafda1d7</componentRootId>
|
||||
|
|
@ -9068,13 +9061,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="729e0aa1-ec2c-4512-9c98-ff86dd874d37">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>729e0aa1-ec2c-4512-9c98-ff86dd874d37</componentRootId>
|
||||
<name>0</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="8a32019a-1e70-4e63-9b9a-1131ae19d79c">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>8a32019a-1e70-4e63-9b9a-1131ae19d79c</componentRootId>
|
||||
|
|
@ -9325,13 +9311,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="eceb85bc-bd25-4f2a-a207-ceab55f91e6e">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>eceb85bc-bd25-4f2a-a207-ceab55f91e6e</componentRootId>
|
||||
<name>Всего сообщений</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="771c062a-8cc6-4832-9dba-4cbb16d992a2">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>771c062a-8cc6-4832-9dba-4cbb16d992a2</componentRootId>
|
||||
|
|
@ -14724,13 +14703,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="657e49c7-dbd0-4d2b-a811-c5647b38dfa4">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>657e49c7-dbd0-4d2b-a811-c5647b38dfa4</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="5352dcf0-9ccd-4bb8-836a-925f6f6eb8cc">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>5352dcf0-9ccd-4bb8-836a-925f6f6eb8cc</componentRootId>
|
||||
|
|
@ -15108,13 +15080,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="91d8eca7-96b4-4067-b67a-a48623d588ff">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>91d8eca7-96b4-4067-b67a-a48623d588ff</componentRootId>
|
||||
<name>1</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="ac9f5d6e-888a-46aa-af20-804acf7e1e25">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>ac9f5d6e-888a-46aa-af20-804acf7e1e25</componentRootId>
|
||||
|
|
@ -15365,13 +15330,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="3299b14c-f570-4285-aa74-82af34ee616b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>3299b14c-f570-4285-aa74-82af34ee616b</componentRootId>
|
||||
<name>ошибок, из них.:</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="df212cbb-41a6-42f6-a16c-f599eda1f8e8">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>df212cbb-41a6-42f6-a16c-f599eda1f8e8</componentRootId>
|
||||
|
|
@ -16722,13 +16680,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="645ee6b5-9b8f-4d7e-9c7e-35db34900f0b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>645ee6b5-9b8f-4d7e-9c7e-35db34900f0b</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="4868ca7b-ed14-4cf1-bee5-317921f86875">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>4868ca7b-ed14-4cf1-bee5-317921f86875</componentRootId>
|
||||
|
|
@ -17105,13 +17056,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="3b655bdd-2297-4da6-9920-7ba7571779cd">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>3b655bdd-2297-4da6-9920-7ba7571779cd</componentRootId>
|
||||
<name>0</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="cde960cf-6738-4453-8c58-91cdd365ca75">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>cde960cf-6738-4453-8c58-91cdd365ca75</componentRootId>
|
||||
|
|
@ -17362,13 +17306,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="05c1b6a6-8f69-49da-9bc1-a469c07d9656">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>05c1b6a6-8f69-49da-9bc1-a469c07d9656</componentRootId>
|
||||
<name>записей поступило, в т.ч.:</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="6b65af7c-4d14-4f06-bbb4-5f7166c55daa">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>6b65af7c-4d14-4f06-bbb4-5f7166c55daa</componentRootId>
|
||||
|
|
@ -17797,7 +17734,6 @@
|
|||
<componentRootId>2c977743-ecda-484f-9a16-e35a1735aab2</componentRootId>
|
||||
<name>ГК Шестой ряд</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -18659,13 +18595,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="bedc8b8b-db43-4082-a68f-97344c1be694">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>bedc8b8b-db43-4082-a68f-97344c1be694</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="abb31df2-c738-4bfc-9443-ea8e49c6a239">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>abb31df2-c738-4bfc-9443-ea8e49c6a239</componentRootId>
|
||||
|
|
@ -18952,13 +18881,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="1babeb5b-bfe1-4960-a945-73f3e358931b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>1babeb5b-bfe1-4960-a945-73f3e358931b</componentRootId>
|
||||
<name>1</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="963c6351-df89-455a-a358-efc061c457cb">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>963c6351-df89-455a-a358-efc061c457cb</componentRootId>
|
||||
|
|
@ -19156,13 +19078,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="3d06d773-f5f7-406e-a0e9-e534ea1f5164">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>3d06d773-f5f7-406e-a0e9-e534ea1f5164</componentRootId>
|
||||
<name>загружено всего, в т.ч.:</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="1e0f762b-f031-4183-94b0-ac6f4bda091e">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>1e0f762b-f031-4183-94b0-ac6f4bda091e</componentRootId>
|
||||
|
|
@ -19323,7 +19238,6 @@
|
|||
<componentRootId>fc9f2caf-3c04-4989-99be-b18f4fa95589</componentRootId>
|
||||
<name>ВК Незагруженные из-за ошибок записи</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -19494,7 +19408,7 @@
|
|||
<children id="ba6c213a-5aea-4379-b77d-751f5684997b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>ba6c213a-5aea-4379-b77d-751f5684997b</componentRootId>
|
||||
<name>ВК Незагруженные из-за ошибок записи</name>
|
||||
<name>Незагруженные из-за ошибок записи</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
|
|
@ -19512,7 +19426,7 @@
|
|||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"ВК Незагруженные из-за ошибок записи"</simple>
|
||||
<simple>"Незагруженные из-за ошибок записи"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -20161,13 +20075,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="013ed721-31c1-432a-a1cb-cf629474c2f4">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>013ed721-31c1-432a-a1cb-cf629474c2f4</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="025dd764-be32-4b23-9f8b-c37756fd2d1a">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>025dd764-be32-4b23-9f8b-c37756fd2d1a</componentRootId>
|
||||
|
|
@ -20454,13 +20361,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="58cf129e-1af9-46d6-9c5c-099cb0bbe5e7">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>58cf129e-1af9-46d6-9c5c-099cb0bbe5e7</componentRootId>
|
||||
<name>1</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="4d50c9b3-0f41-451e-86ab-b2dc5a7bc2f2">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>4d50c9b3-0f41-451e-86ab-b2dc5a7bc2f2</componentRootId>
|
||||
|
|
@ -20658,13 +20558,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="191b7007-8585-44f5-aa0c-2781446d5c7e">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>191b7007-8585-44f5-aa0c-2781446d5c7e</componentRootId>
|
||||
<name>незагружено всего, в т.ч.:</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="cdba275d-e461-4df3-b06c-12a30cbcea76">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>cdba275d-e461-4df3-b06c-12a30cbcea76</componentRootId>
|
||||
|
|
@ -22544,13 +22437,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="346307b2-b44f-4eca-be19-d30aafd41e8a">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>346307b2-b44f-4eca-be19-d30aafd41e8a</componentRootId>
|
||||
<name>Текст</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="34d36c56-6d57-4de3-96ef-095f55b9e495">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>34d36c56-6d57-4de3-96ef-095f55b9e495</componentRootId>
|
||||
|
|
@ -22927,13 +22813,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="3922e77c-7d5d-4144-93ec-3f19c6cee242">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>3922e77c-7d5d-4144-93ec-3f19c6cee242</componentRootId>
|
||||
<name>0</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="59ea6505-c26d-414a-a458-5187e23f3f9b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>59ea6505-c26d-414a-a458-5187e23f3f9b</componentRootId>
|
||||
|
|
@ -23184,13 +23063,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="877cf2d8-7d34-4889-a2ae-8004b1b90621">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>877cf2d8-7d34-4889-a2ae-8004b1b90621</componentRootId>
|
||||
<name>обработанных записей, в т.ч.:</name>
|
||||
<container>false</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="2cc30061-e699-4a94-8914-f2a08f3cbbe4">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>2cc30061-e699-4a94-8914-f2a08f3cbbe4</componentRootId>
|
||||
|
|
@ -25423,55 +25295,6 @@
|
|||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
<children id="2f9a4728-512d-40e2-8425-5a8ccead92b9">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>2f9a4728-512d-40e2-8425-5a8ccead92b9</componentRootId>
|
||||
<name>ГК Показатель</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="91bd611f-666f-49cf-928c-47c9fdae0467">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>91bd611f-666f-49cf-928c-47c9fdae0467</componentRootId>
|
||||
<name>ГК Показатель</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="bd3e9248-a6c1-46bc-b9aa-956b5e5842c4">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>bd3e9248-a6c1-46bc-b9aa-956b5e5842c4</componentRootId>
|
||||
<name>ГК Показатель</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="39082abf-ed74-46c7-a7c2-aef3d36fd780">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>39082abf-ed74-46c7-a7c2-aef3d36fd780</componentRootId>
|
||||
<name>ГК Показатель</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="f0b5f25b-ff9d-4c33-b457-3b3b91908742">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>f0b5f25b-ff9d-4c33-b457-3b3b91908742</componentRootId>
|
||||
<name>Горизонтальный контейнер</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="ed0de903-bfa5-47b4-be61-4137db7776e2">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>ed0de903-bfa5-47b4-be61-4137db7776e2</componentRootId>
|
||||
<name>Горизонтальный контейнер</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="c15e2d7d-cfe0-4230-9c5e-21df81e5d139">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>c15e2d7d-cfe0-4230-9c5e-21df81e5d139</componentRootId>
|
||||
<name>Горизонтальный контейнер</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="144c5244-d601-4b5b-aacb-ce601a9517fa">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>144c5244-d601-4b5b-aacb-ce601a9517fa</componentRootId>
|
||||
|
|
@ -25755,13 +25578,6 @@
|
|||
</scripts>
|
||||
</children>
|
||||
</children>
|
||||
<children id="71cc6eed-30c7-4d85-b797-6c2f8e3bd967">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>71cc6eed-30c7-4d85-b797-6c2f8e3bd967</componentRootId>
|
||||
<name>Горизонтальный контейнер</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
</children>
|
||||
<children id="ab9f5eec-886a-45a4-81e9-c21125f67e99">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -10349,7 +10349,6 @@
|
|||
<componentRootId>6f18f5e5-95c5-48be-9c4e-b8286f10b126</componentRootId>
|
||||
<name>ГК Заявления, поступившие из ЕПГУ</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -10742,7 +10741,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10770,6 +10769,7 @@
|
|||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="33a88c70-263e-4349-9ab6-1e2bf72b2552" removed="false">
|
||||
|
|
@ -10778,7 +10778,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10796,7 +10796,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_on_time"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registered"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10808,10 +10808,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_on_time"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registered"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="30c11410-d562-43c9-aca8-d0a9245008a7" removed="false">
|
||||
|
|
@ -10820,7 +10821,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10832,7 +10833,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_expired"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_provided"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10844,10 +10845,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_expired"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_provided"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="3e066381-9f3a-49b6-9a7d-f4f60957fb61" removed="false">
|
||||
|
|
@ -10856,7 +10858,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10868,7 +10870,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registered"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_on_time"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10880,10 +10882,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registered"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_on_time"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="99918d9f-b9cf-4ced-8282-bfc632089c69" removed="false">
|
||||
|
|
@ -10892,7 +10895,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10904,7 +10907,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registration_refusal"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_expired"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10916,10 +10919,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registration_refusal"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_executor_not_appointed_expired"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="0511d749-67f1-4b63-b510-1a073bbf5e27" removed="false">
|
||||
|
|
@ -10928,7 +10932,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10940,7 +10944,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_refusal_provide_service"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registration_refusal"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10952,10 +10956,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_refusal_provide_service"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_registration_refusal"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="16239495-1b83-41ea-94d9-9d872325effd" removed="false">
|
||||
|
|
@ -10964,7 +10969,7 @@
|
|||
<entry>
|
||||
<key>backgroundColor</key>
|
||||
<value>
|
||||
<simple>"#E9DECDFF"</simple>
|
||||
<simple>"#A3BD9EFF"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10976,7 +10981,7 @@
|
|||
<entry>
|
||||
<key>dataColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_provided"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_refusal_provide_service"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -10988,10 +10993,11 @@
|
|||
<entry>
|
||||
<key>labelColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_provided"}</simple>
|
||||
<simple>{"schema":"deregistration","table":"applications_received_from_epgu","entity":"applications_received_from_epgu","name":"count_refusal_provide_service"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<expanded>false</expanded>
|
||||
</value>
|
||||
</item>
|
||||
<item id="19cb8e6d-ca94-40e3-bdae-a21d65a64bc5" removed="true"/>
|
||||
|
|
@ -12344,7 +12350,6 @@
|
|||
<componentRootId>fc3e9cf9-2876-4b3c-bd87-33f3fb0f3190</componentRootId>
|
||||
<name>ВК Показатели</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -12429,7 +12434,7 @@
|
|||
<children id="8cc5e590-10ae-4a58-ac5d-3866ff058fc0">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>8cc5e590-10ae-4a58-ac5d-3866ff058fc0</componentRootId>
|
||||
<name>Не назначен исполнитель в пределах допустимого срока</name>
|
||||
<name>Назначен исполнитель</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
|
|
@ -12437,7 +12442,7 @@
|
|||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель в пределах допустимого срока"</simple>
|
||||
<simple>"Назначен исполнитель"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -12446,6 +12451,12 @@
|
|||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Назначен исполнитель"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
|
|
@ -12458,35 +12469,6 @@
|
|||
<children id="e66f9cbc-7d09-4a4b-8f65-6ac4305cc49b">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>e66f9cbc-7d09-4a4b-8f65-6ac4305cc49b</componentRootId>
|
||||
<name>Не назначен исполнитель свыше допустимого срока</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель свыше допустимого срока"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="e3b7c6c8-0389-4b62-8aff-3aba3f22ef93">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>e3b7c6c8-0389-4b62-8aff-3aba3f22ef93</componentRootId>
|
||||
<name>Зарегистрировано заявлений</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
|
|
@ -12504,34 +12486,10 @@
|
|||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="d25cc08f-32fe-4181-a560-7997bac8f01d">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>d25cc08f-32fe-4181-a560-7997bac8f01d</componentRootId>
|
||||
<name>Получен отказ в регистрации</name>
|
||||
<container>false</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Получен отказ в регистрации"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
<simple>"Зарегистрировано заявлений"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
|
|
@ -12543,38 +12501,9 @@
|
|||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="e5c7b664-227a-46eb-b2f4-4859558b7607">
|
||||
<children id="e3b7c6c8-0389-4b62-8aff-3aba3f22ef93">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>e5c7b664-227a-46eb-b2f4-4859558b7607</componentRootId>
|
||||
<name>Получен отказ в предоставлении услуги</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Получен отказ в предоставлении услуги"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="6ee674eb-dd42-4a0e-bff1-3ee1f19147f1">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>6ee674eb-dd42-4a0e-bff1-3ee1f19147f1</componentRootId>
|
||||
<componentRootId>e3b7c6c8-0389-4b62-8aff-3aba3f22ef93</componentRootId>
|
||||
<name>Услуга оказана</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
|
|
@ -12592,6 +12521,118 @@
|
|||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Услуга оказана"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="d25cc08f-32fe-4181-a560-7997bac8f01d">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>d25cc08f-32fe-4181-a560-7997bac8f01d</componentRootId>
|
||||
<name>Не назначен исполнитель в пределах допустимого срока</name>
|
||||
<container>false</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель в пределах допустимого срока"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель в пределах допустимого срока"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="e5c7b664-227a-46eb-b2f4-4859558b7607">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>e5c7b664-227a-46eb-b2f4-4859558b7607</componentRootId>
|
||||
<name>Не назначен исполнитель свыше допустимого срока</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель свыше допустимого срока"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Не назначен исполнитель свыше допустимого срока"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="6ee674eb-dd42-4a0e-bff1-3ee1f19147f1">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>6ee674eb-dd42-4a0e-bff1-3ee1f19147f1</componentRootId>
|
||||
<name>Получен отказ в регистрации</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Получен отказ в регистрации"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Получен отказ в регистрации"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
|
|
@ -12604,7 +12645,7 @@
|
|||
<children id="5e9a9749-149d-44d9-b8c2-9b0c215298b2">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>5e9a9749-149d-44d9-b8c2-9b0c215298b2</componentRootId>
|
||||
<name>Назначен исполнитель</name>
|
||||
<name>Получен отказ в предоставлении услуги</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
|
|
@ -12612,7 +12653,7 @@
|
|||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"Назначен исполнитель"</simple>
|
||||
<simple>"Получен отказ в предоставлении услуги"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
|
|
@ -12621,6 +12662,12 @@
|
|||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>tooltip</key>
|
||||
<value>
|
||||
<simple>"Получен отказ в предоставлении услуги"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
|
|
@ -12662,7 +12709,6 @@
|
|||
<componentRootId>cb6ee7de-a747-4458-bc41-acff47b8c61b</componentRootId>
|
||||
<name>ГК Второй ряд</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -12687,6 +12733,7 @@
|
|||
<componentRootId>b4885c41-b668-4bd8-bdd6-459e8f7e4734</componentRootId>
|
||||
<name>ВК Сверка данных от гражданина и ГИС ЕРВУ</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -15619,6 +15666,7 @@
|
|||
<componentRootId>eebb534d-6231-41ea-9af4-d7d6cd3a4e7b</componentRootId>
|
||||
<name>ГК Третий ряд</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -15641,8 +15689,9 @@
|
|||
<children id="b5ffa314-eec9-494a-8b4d-7bef7a81b277">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>b5ffa314-eec9-494a-8b4d-7bef7a81b277</componentRootId>
|
||||
<name>ГК Отправка уведомлений в ЛК гражданина на ЕПГУ</name>
|
||||
<name>ВК Отправка уведомлений в ЛК гражданина на ЕПГУ</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
|
|
@ -17758,35 +17807,14 @@
|
|||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
<children id="d8568140-7611-4d47-a4f3-04b587e6a311">
|
||||
<children id="8dad96bd-c2c7-471d-be20-faad7058c4ea">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>d8568140-7611-4d47-a4f3-04b587e6a311</componentRootId>
|
||||
<name>ВК заявлений, отмеченных в ГИС ЕРВУ как активные</name>
|
||||
<componentRootId>8dad96bd-c2c7-471d-be20-faad7058c4ea</componentRootId>
|
||||
<name>Вертикальный контейнер</name>
|
||||
<container>true</container>
|
||||
<expanded>false</expanded>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>cssClasses</key>
|
||||
<value>
|
||||
<item id="ff299b4a-0f95-4da1-ab2f-d9c18160b505" removed="false">
|
||||
<value>
|
||||
<simple>"block-section"</simple>
|
||||
</value>
|
||||
</item>
|
||||
<item id="1a74b7f4-7ca0-4d74-bc53-69046d841408" removed="false">
|
||||
<value>
|
||||
<simple>"block-colored"</simple>
|
||||
</value>
|
||||
</item>
|
||||
<item id="544604e6-f3fe-4cdd-b997-e4d21bb27f29" removed="false">
|
||||
<value>
|
||||
<simple>"colored-yellow"</simple>
|
||||
</value>
|
||||
</item>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>style</key>
|
||||
<value>
|
||||
|
|
@ -17802,260 +17830,17 @@
|
|||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="72befe90-1915-483f-b88c-d1ec5d4bdc8e">
|
||||
<enabled>true</enabled>
|
||||
<properties>
|
||||
<entry>
|
||||
<key>service</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>loadDao</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>graph</key>
|
||||
<value>
|
||||
<simple>{"conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"nodeByIndex":{"0":{"tableName":"active_applications","schemaName":"deregistration","x":514.0,"y":197.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},"1":{"tableName":"recruitment","schemaName":"metrics","x":239.0,"y":252.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[{"column":{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"idm_id"},"operation":"EQUAL","typeCode":"CONST","values":["\"00\""]}],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}},"nodes":[{"tableName":"active_applications","schemaName":"deregistration","x":514.0,"y":197.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},{"tableName":"recruitment","schemaName":"metrics","x":239.0,"y":252.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[{"column":{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"idm_id"},"operation":"EQUAL","typeCode":"CONST","values":["\"00\""]}],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}],"nodeByEntityName":{"recruitment":{"tableName":"recruitment","schemaName":"metrics","x":239.0,"y":252.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[{"column":{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"idm_id"},"operation":"EQUAL","typeCode":"CONST","values":["\"00\""]}],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},"active_applications":{"tableName":"active_applications","schemaName":"deregistration","x":514.0,"y":197.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}},"matrix":[[null,{"refOnEntityName":"active_applications","refToEntityName":"recruitment","refToColumns":[{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"id"}],"refOnColumns":[{"schema":"deregistration","table":"active_applications","entity":"active_applications","name":"recruitment_id"}],"required":false,"cyclic":false,"conditionGroup":{"operator":"AND","conditions":[],"groups":[]}}],[null,null]],"mainNodeIndex":0}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<implRef type="JAVA">
|
||||
<className>DefaultLoadDao</className>
|
||||
<packageName>database.dao</packageName>
|
||||
</implRef>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<implRef type="JAVA">
|
||||
<className>ProjectDefaultValueLoaderServiceImpl</className>
|
||||
<packageName>service.loading</packageName>
|
||||
</implRef>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380">
|
||||
<enabled>true</enabled>
|
||||
</scripts>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f">
|
||||
<enabled>true</enabled>
|
||||
<properties>
|
||||
<entry>
|
||||
<key>eventRefs</key>
|
||||
<value>
|
||||
<item id="fabe33c5-b79c-4664-9249-c7d466aa6a8c" removed="false">
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>behavior</key>
|
||||
<value>
|
||||
<simple>{"objectId":"31a5dc87-94a9-47ce-bb08-9e1d0ce93b28","packageName":"component.field","className":"ComboBox","type":"TS"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>propertyName</key>
|
||||
<value>
|
||||
<simple>"valueChangeEvent"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
</value>
|
||||
</item>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>loadParams</key>
|
||||
<value>
|
||||
<item id="235febb1-ad08-41f2-8862-40f436102167" removed="false">
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>objectValue</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>argument</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>behavior</key>
|
||||
<value>
|
||||
<simple>{"objectId":"31a5dc87-94a9-47ce-bb08-9e1d0ce93b28","packageName":"component.field","className":"ComboBox","type":"TS"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>method</key>
|
||||
<value>
|
||||
<simple>"getBusinessId"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
</value>
|
||||
</item>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764">
|
||||
<enabled>true</enabled>
|
||||
<properties>
|
||||
<entry>
|
||||
<key>containerValueLoaderService</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>loadDao</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>graph</key>
|
||||
<value>
|
||||
<simple>{"conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"nodeByIndex":{"0":{"tableName":"active_applications","schemaName":"deregistration","x":455.0,"y":145.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},"1":{"tableName":"recruitment","schemaName":"metrics","x":164.0,"y":272.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}},"nodes":[{"tableName":"active_applications","schemaName":"deregistration","x":455.0,"y":145.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},{"tableName":"recruitment","schemaName":"metrics","x":164.0,"y":272.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}],"nodeByEntityName":{"recruitment":{"tableName":"recruitment","schemaName":"metrics","x":164.0,"y":272.0,"alias":"recruitment","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"},"active_applications":{"tableName":"active_applications","schemaName":"deregistration","x":455.0,"y":145.0,"alias":"active_applications","conditionGroup":{"operator":"AND","conditions":[],"groups":[]},"emptyEntityAction":"IGNORE_OR_DELETE"}},"matrix":[[null,{"refOnEntityName":"active_applications","refToEntityName":"recruitment","refToColumns":[{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"id"}],"refOnColumns":[{"schema":"deregistration","table":"active_applications","entity":"active_applications","name":"recruitment_id"}],"required":false,"cyclic":false,"conditionGroup":{"operator":"AND","conditions":[],"groups":[]}}],[null,null]],"mainNodeIndex":0}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<implRef type="JAVA">
|
||||
<className>DefaultLoadDao</className>
|
||||
<packageName>database.dao</packageName>
|
||||
</implRef>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>replacePkColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"metrics","table":"recruitment","entity":"recruitment","name":"idm_id"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
<implRef type="JAVA">
|
||||
<className>ContainerByPkValueLoaderServiceImpl</className>
|
||||
<packageName>service.loading</packageName>
|
||||
</implRef>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<children id="57a235f1-767d-4669-a5c2-446f10171ab2">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>57a235f1-767d-4669-a5c2-446f10171ab2</componentRootId>
|
||||
<name>5 170</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>cssClasses</key>
|
||||
<value>
|
||||
<item id="f7907d18-2575-4f94-9487-838ef9e4e53f" removed="false">
|
||||
<value>
|
||||
<simple>"num-title"</simple>
|
||||
</value>
|
||||
</item>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>defaultValueColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"active_applications","entity":"active_applications","name":"count_active_applications"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>loadType</key>
|
||||
<value>
|
||||
<simple>"BY_COLUMN"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>loadType</key>
|
||||
<value>
|
||||
<simple>"BY_COLUMN"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>valueByEventColumn</key>
|
||||
<value>
|
||||
<simple>{"schema":"deregistration","table":"active_applications","entity":"active_applications","name":"count_active_applications"}</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="3b55ee00-e208-4858-b473-92f69dcf9452">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>3b55ee00-e208-4858-b473-92f69dcf9452</componentRootId>
|
||||
<name>заявлений, отмеченных</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"заявлений, отмеченных"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>label</key>
|
||||
<value>
|
||||
<simple>null</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<children id="8e9fde6a-4cb2-441d-8838-3d89dc9c5aa7">
|
||||
<prototypeId>ba24d307-0b91-4299-ba82-9d0b52384ff2</prototypeId>
|
||||
<componentRootId>8e9fde6a-4cb2-441d-8838-3d89dc9c5aa7</componentRootId>
|
||||
<name>в ГИС ЕРВУ как активные</name>
|
||||
<container>false</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="cf4526a1-96ab-4820-8aa9-62fb54c2b64c">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>initialValue</key>
|
||||
<value>
|
||||
<simple>"в ГИС ЕРВУ как активные"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="737b67e2-295f-4356-a1e1-9419344d8c85"/>
|
||||
<scripts id="a6ccccd9-354c-4725-9d34-c716cf626048"/>
|
||||
<scripts id="d38c1af5-2bfe-41cd-ab0f-67040f498127"/>
|
||||
<scripts id="f203f156-be32-4131-9c86-4d6bac6d5d56">
|
||||
<enabled>false</enabled>
|
||||
</scripts>
|
||||
</children>
|
||||
<scripts id="72befe90-1915-483f-b88c-d1ec5d4bdc8e"/>
|
||||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
</children>
|
||||
<children id="d8568140-7611-4d47-a4f3-04b587e6a311">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>d8568140-7611-4d47-a4f3-04b587e6a311</componentRootId>
|
||||
<name>ВК заявлений, отмеченных в ГИС ЕРВУ как активные</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
</children>
|
||||
|
|
@ -19809,6 +19594,73 @@
|
|||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
<children id="234ca395-690b-43fb-b402-df0682c598f3">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>234ca395-690b-43fb-b402-df0682c598f3</componentRootId>
|
||||
<name>Вертикальный контейнер</name>
|
||||
<container>true</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>style</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>width</key>
|
||||
<value>
|
||||
<simple>"50%"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="72befe90-1915-483f-b88c-d1ec5d4bdc8e"/>
|
||||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
</children>
|
||||
<children id="0754a197-6104-42d2-8efc-4ceeecfe84f3">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>0754a197-6104-42d2-8efc-4ceeecfe84f3</componentRootId>
|
||||
<name>ВК Решение о снятии с воинского учета</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
<children id="40156a90-d73a-46b7-ab68-0d14129780ba">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>40156a90-d73a-46b7-ab68-0d14129780ba</componentRootId>
|
||||
<name>ГК Отправка уведомлений в ЛК гражданина на ЕПГУ</name>
|
||||
<container>true</container>
|
||||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
<children id="60308693-0f23-461e-8eeb-34c1baea3c2f">
|
||||
<prototypeId>d7d54cfb-26b5-4dba-b56f-b6247183c24d</prototypeId>
|
||||
<componentRootId>60308693-0f23-461e-8eeb-34c1baea3c2f</componentRootId>
|
||||
<name>ГК Второй ряд</name>
|
||||
<container>true</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>cssClasses</key>
|
||||
<value>
|
||||
<item id="22e40739-9bca-411e-b2b7-8ab9f36d0073" removed="false">
|
||||
<value>
|
||||
<simple>"group-section"</simple>
|
||||
</value>
|
||||
</item>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="b6068710-0f31-48ec-8e03-c0c1480a40c0"/>
|
||||
<scripts id="fe04d7fb-6c5b-46c4-b723-667732d81f4f"/>
|
||||
<scripts id="5c566210-2a60-4048-a2d1-84c7dd023248"/>
|
||||
<scripts id="3171b2e1-b4af-4335-95fa-1b2592604b84"/>
|
||||
<children id="40156a90-d73a-46b7-ab68-0d14129780ba">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>40156a90-d73a-46b7-ab68-0d14129780ba</componentRootId>
|
||||
|
|
@ -21930,6 +21782,34 @@
|
|||
<removed>true</removed>
|
||||
</children>
|
||||
</children>
|
||||
<children id="fe3fecbd-0baa-4f52-b620-b87bc4d1c61d">
|
||||
<prototypeId>9d1b5af1-0b8f-4b1b-b9a5-c2e6acf72d91</prototypeId>
|
||||
<componentRootId>fe3fecbd-0baa-4f52-b620-b87bc4d1c61d</componentRootId>
|
||||
<name>Вертикальный контейнер</name>
|
||||
<container>true</container>
|
||||
<childrenReordered>false</childrenReordered>
|
||||
<scripts id="bf098f19-480e-44e4-9084-aa42955c4d0f">
|
||||
<properties>
|
||||
<entry>
|
||||
<key>style</key>
|
||||
<value>
|
||||
<complex>
|
||||
<entry>
|
||||
<key>width</key>
|
||||
<value>
|
||||
<simple>"50%"</simple>
|
||||
</value>
|
||||
</entry>
|
||||
</complex>
|
||||
</value>
|
||||
</entry>
|
||||
</properties>
|
||||
</scripts>
|
||||
<scripts id="72befe90-1915-483f-b88c-d1ec5d4bdc8e"/>
|
||||
<scripts id="87f3fefa-b77b-4137-aab6-b2bcd83ce380"/>
|
||||
<scripts id="ef21ca22-3f81-4484-ba6f-58d670c12d4f"/>
|
||||
<scripts id="277e6fbc-9e2e-4080-bf20-5d8be18e6764"/>
|
||||
</children>
|
||||
</children>
|
||||
</children>
|
||||
</children>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue