Комплектация

pull/3/head
Rustem 2025-02-15 22:32:22 +05:00
parent a59837ceb2
commit 9fc5991cc4
1 changed files with 23 additions and 0 deletions

View File

@ -28,6 +28,15 @@
], ],
"validation": "required|integer" "validation": "required|integer"
}, },
"equipment_id": {
"type": "foreign",
"table": "pipi_auto_equipment",
"foreign": "id",
"display": [
"name"
],
"validation": "nullable|integer"
},
"pipi_tariffs": { "pipi_tariffs": {
"type": "subcrud", "type": "subcrud",
"module": "pipicar", "module": "pipicar",
@ -273,6 +282,13 @@
"name": "year", "name": "year",
"label": "Год" "label": "Год"
} }
},
{
"size": 4,
"input": {
"name": "equipment_id",
"label": "Комплектация"
}
} }
] ]
} }
@ -306,6 +322,13 @@
"name": "year", "name": "year",
"label": "Год" "label": "Год"
} }
},
{
"size": 4,
"input": {
"name": "equipment_id",
"label": "Комплектация"
}
} }
] ]
}, },