feat:material_application

This commit is contained in:
LAPTOP-7SGDREK0\shiweijun
2025-02-07 15:29:56 +08:00
parent f5667baa6e
commit 33595961d8
3 changed files with 10 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ class MaterialRequest extends FormRequest
protected array $scenes = [
'material_list' => ['limit','query_name'],
'material_application' => ['material_id','dish_id','number','processing','city_id','kitchen_id'],
'application_edit' => ['id','material_id','dish_id','number','processing'],
'application_edit' => ['id','number','processing'],
'application_delete' => ['id'],
'application_list' => ['limit'],
];