Merge branch 'feature/Receipt' into 'feature/DamageTest'
seperate the relation loading See merge request witelgroup/rms_v2!73
This commit is contained in:
@@ -121,6 +121,10 @@ Route::prefix('road_items')
|
||||
|
||||
Route::get('/operator_report', 'operatorCartableReport')
|
||||
->name('operatorCartableReport');
|
||||
|
||||
Route::get('/machines/{roadItemsProject}', 'roadItemMachine')->name('roadItemMachine');
|
||||
Route::get('/rahdaran/{roadItemsProject}', 'roadItemRahdar')->name('roadItemRahdar');
|
||||
Route::get('/files/{roadItemsProject}', 'roadItemFile')->name('roadItemFile');
|
||||
});
|
||||
|
||||
Route::prefix('road_patrols')
|
||||
@@ -155,6 +159,9 @@ Route::prefix('road_patrols')
|
||||
|
||||
Route::get('/detail/{roadPatrol}', 'show')
|
||||
->name('show');
|
||||
|
||||
Route::get('/machines/{roadPatrol}', 'roadPatrolMachine')->name('roadPatrolMachine');
|
||||
Route::get('/rahdaran/{roadPatrol}', 'roadPatrolRahdar')->name('roadPatrolRahdar');
|
||||
});
|
||||
|
||||
Route::prefix('cmms_machines')
|
||||
|
||||
Reference in New Issue
Block a user