Explorar el Código

收货看板-路由

eric2h hace 4 años
padre
commit
874778a725
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 () {