This commit is contained in:
parent
ed63f87796
commit
949232bbd7
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
{
|
||||
"version": "3.24.298.174",
|
||||
"version": "3.25.299.175",
|
||||
|
||||
"enums": {
|
||||
|
||||
|
|
@ -11795,6 +11795,10 @@
|
|||
{"code": "price",
|
||||
"type": 10,"name": "Цена заявки","shortname": "Цена","searchable": true,"sortable": true,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "basePrice",
|
||||
"type": 10,"name": "Базовый курс","shortname": "Базовый курс","searchable": true,"sortable": true,"visible": true
|
||||
}
|
||||
,
|
||||
{"code": "quantityLot",
|
||||
"type": 3,"name": "Объем заявки в лотах","shortname": "Объем заявки в лотах","searchable": true,"sortable": true,"visible": false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--?xml-stylesheet type="text/xsl" href="\..\corp-reports\src\data\meta\meta.server.xslt"?-->
|
||||
<meta version="3.24.298.174">
|
||||
<meta version="3.25.299.175">
|
||||
<!-- _xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" _xsi:noNamespaceSchemaLocation="file:///E:/d/projects/meta/from/meta.xsd" -->
|
||||
<!--Здесь словари-->
|
||||
<enums>
|
||||
|
|
@ -2739,6 +2739,7 @@
|
|||
<market type="12" name="Код режима торгов" shortname="Режим торгов" visible="true" searchable="true" sortable="true"/>
|
||||
<status type="2" length="4" name="Статус заявки" shortname="Статус" link="orderStatus" searchable="true" sortable="true" visible="true"/>
|
||||
<price type="10" name="Цена заявки" shortname="Цена" searchable="true" sortable="true" visible="true"/>
|
||||
<basePrice type="10" name="Базовый курс" shortname="Базовый курс" searchable="true" sortable="true" visible="true"/>
|
||||
<quantityLot type="3" name="Объем заявки в лотах" shortname="Объем заявки в лотах" searchable="true" sortable="true" visible="false"/>
|
||||
<rate type="10" name="Ставка переноса" shortname="Ставка переноса" searchable="true" sortable="true" visible="false"/>
|
||||
<quantity type="3" name="Объем заявки в штуках" shortname="Объем заявки в шт." searchable="true" sortable="true" visible="true" ignore="true"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue