Commit 7688ed5d authored by Evgeniy Spirin's avatar Evgeniy Spirin 🤘

Производственный план - конструктор

parent 2366ebbb
......@@ -72,4 +72,21 @@
В Конструкторе (при использовании Производственного плана)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\ No newline at end of file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Открыть приложение ``ServiceARM`` (код ``service-arm``)
2. В Ресурсах js в скрипте ``main_page.js``:
* массив ``appRegistryCodes`` можно через запятую дополнить кодами реестров заявок для Производственного плана. Пример
.. code-block:: html
appRegistryCodes: ['service_registry_resourceOrders1', 'service_registry_resourceOrders2', 'service_registry_resourceOrders3'],
* массив ``appRegistryFields`` можно дополнить отображаемыми полями (типа текст ``type: 'text'``) в блоке заявки. Пример (после строки с полем Статус):
.. code-block:: html
{title: 'Краткое описание', code: 'service_form_resourceOrder_descr', type: 'text'},
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment