Zhouzhendong 4 лет назад
Родитель
Сommit
7a4d9ec464
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      resources/views/store/inStorage/androidIndex.blade.php

+ 2 - 0
resources/views/store/inStorage/androidIndex.blade.php

@@ -20,6 +20,8 @@
         <div class="w-100 center h-75 row align-items-center justify-content-center">
             <div class="w-100">
 <!--                <a href="{{url('store/inStorage/cacheRackStorage')}}"><button class="btn btn-info w-75 text-white" style="height: 60px"><h4>整箱入库</h4></button></a>-->
+                <a href="{{url('store/handInStorage/receive')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>收货</h4></button></a>
+                <a href="{{url('store/handInStorage/putaway')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>上架</h4></button></a>
                 <a href="{{url('store/inStorage/halfChestStorage')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>半箱入库</h4></button></a>
                 <a href="{{url('store/inStorage/boxBindShelf')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>新箱上架</h4></button></a>
                 <a href="{{url('store/inStorage/boxBindModel')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>料箱型号</h4></button></a>