|
|
@@ -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>
|