mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
creando lista proveedores editor precios
This commit is contained in:
@ -410,16 +410,9 @@ $routes->resource('tarifasenvios', ['namespace' => 'App\Controllers\Tarifas', '
|
||||
|
||||
|
||||
$routes->group('tarifasenviosprecios', ['namespace' => 'App\Controllers\Tarifas'], function ($routes) {
|
||||
/* $routes->get('', 'Tarifasenvioserecios::index', ['as' => 'tarifaEnvioPrecioList']);
|
||||
$routes->get('add', 'Tarifasenvioserecios::add', ['as' => 'newTarifaEnvioPrecio']);
|
||||
$routes->post('add', 'Tarifasenvioserecios::add', ['as' => 'createTarifaEnvioPrecio']);
|
||||
$routes->post('create', 'Tarifasenvioserecios::create', ['as' => 'ajaxCreateTarifaEnvioPrecio']);
|
||||
$routes->put('(:num)/update', 'Tarifasenvioserecios::update/$1', ['as' => 'ajaxUpdateTarifaEnvioPrecio']);
|
||||
$routes->post('(:num)/edit', 'Tarifasenvioserecios::edit/$1', ['as' => 'updateTarifaEnvioPrecio']);
|
||||
$routes->post('datatable', 'Tarifasenvioserecios::datatable', ['as' => 'dataTableOfTarifaEnvioPrecio']);
|
||||
$routes->post('allmenuitems', 'Tarifasenvioserecios::allItemsSelect', ['as' => 'select2ItemsOfTarifaEnvioPrecio']);
|
||||
$routes->post('menuitems', 'Tarifasenvioserecios::menuItems', ['as' => 'menuItemsOfTarifaEnvioPrecio']);
|
||||
*/});
|
||||
$routes->post('datatable', 'Tarifasenvioserecios::datatable', ['as' => 'dataTableOfTarifasEnvioPrecios']);
|
||||
$routes->post('datatable_editor', 'Tarifasenvioserecios::datatable_editor', ['as' => 'editorOfTarifasEnvioPrecios']);
|
||||
});
|
||||
$routes->resource('tarifasenviosprecios', ['namespace' => 'App\Controllers\Tarifas', 'controller' => 'Tarifasenvioserecios', 'except' => 'show,new,create,update']);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user