|
@@ -78,4 +78,7 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
|
|
$route->any('getScheduleSetting', 'Api\ScheduleController@getScheduleSetting');
|
|
$route->any('getScheduleSetting', 'Api\ScheduleController@getScheduleSetting');
|
|
//排期
|
|
//排期
|
|
$route->any('pq','Api\DeleteController@pq');
|
|
$route->any('pq','Api\DeleteController@pq');
|
|
|
|
+
|
|
|
|
+ //设置列表
|
|
|
|
+ $route->any('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
|
|
});
|
|
});
|