Untitled

 avatar
unknown
json
3 years ago
1.6 kB
6
Indexable
{
    "filters" : [
        {
            "name" : "type",
            "text" : "Тип",
            "type" : "select",
            "values" : [
                {
                    "text" : "Все",
                    "value" : "",
                },
                {
                    "text" : "Наличные",
                    "value" : "1",
                },
                {
                    "text" : "Перевод на карту",
                    "value" : "2",
                },
            ]
        },
        {
            "name" : "branch_id",
            "text" : "Филиал",
            "type" : "select",
            "values" : [
                {
                    "text" : "Все",
                    "value" : "",
                },
                {
                    "text" : "Основной",
                    "value" : "1",
                },
                {
                    "text" : "Елабуга",
                    "value" : "2",
                },
            ]
        },
        {
            "name" : "status_id",
            "text" : "Статус",
            "type" : "select",
            "values" : [
                {
                    "text" : "Все",
                    "value" : "",
                },
                {
                    "text" : "В наличии",
                    "value" : "1",
                },
                {
                    "text" : "Продан",
                    "value" : "2",
                },
            ]
        },
    ]
}
Editor is loading...