Procházet zdrojové kódy

收货看板-路由

eric2h před 4 roky
rodič
revize
874778a725
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 () {