From 9fc5991cc4dc5ba9a605ec5d11fc4a4d21fd4412 Mon Sep 17 00:00:00 2001 From: Rustem Date: Sat, 15 Feb 2025 22:32:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BF=D0=BB=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/brand_models/app.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/brand_models/app.json b/modules/brand_models/app.json index 20a4b45..ec1959e 100644 --- a/modules/brand_models/app.json +++ b/modules/brand_models/app.json @@ -28,6 +28,15 @@ ], "validation": "required|integer" }, + "equipment_id": { + "type": "foreign", + "table": "pipi_auto_equipment", + "foreign": "id", + "display": [ + "name" + ], + "validation": "nullable|integer" + }, "pipi_tariffs": { "type": "subcrud", "module": "pipicar", @@ -273,6 +282,13 @@ "name": "year", "label": "Год" } + }, + { + "size": 4, + "input": { + "name": "equipment_id", + "label": "Комплектация" + } } ] } @@ -306,6 +322,13 @@ "name": "year", "label": "Год" } + }, + { + "size": 4, + "input": { + "name": "equipment_id", + "label": "Комплектация" + } } ] },