Przeglądaj źródła

收货看板-路由

eric2h 4 lat temu
rodzic
commit
874778a725
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -565,6 +565,7 @@ Route::group(['middleware' => 'auth'], function ($route) {
         Route::prefix("/receivingDashboard")->group(function (){
             Route::get("/receivingTableList", "ReceivingDashboardController@receivingTableList");
             Route::get("/punctualityProgress", "ReceivingDashboardController@punctualityProgress");
+            Route::get("/stayPutawayList", "ReceivingDashboardController@stayPutawayList");
         });
 
         Route::group(['prefix' => 'inStorage'], function () {