|
|
@@ -20,16 +20,17 @@
|
|
|
<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>
|
|
|
- <a href="{{url('store/inStorage/commodityBindModel')}}"><button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>商品型号</h4></button></a>
|
|
|
+ <a href="{{url('store/handInStorage/receive')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>收货</h4></button></a>
|
|
|
+ <a href="{{url('store/handInStorage/putaway')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>上架</h4></button></a>
|
|
|
+ <a href="{{url('store/inStorage/halfChestStorage')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>半箱入库</h4></button></a>
|
|
|
+ <a href="{{url('store/inStorage/boxBindShelf')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>新箱上架</h4></button></a>
|
|
|
+ <a href="{{url('store/inStorage/boxBindModel')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>料箱型号</h4></button></a>
|
|
|
+ <a href="{{url('store/inStorage/commodityBindModel')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>商品型号</h4></button></a>
|
|
|
+ <a href="{{url('store/blindReceive')}}"><button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>盲收</h4></button></a>
|
|
|
|
|
|
<a href="{{ route('logout') }}" onclick="event.preventDefault();
|
|
|
document.getElementById('logout-form').submit();">
|
|
|
- <button class="btn btn-info w-75 mt-3 text-white" style="height: 60px"><h4>退出登录</h4></button></a>
|
|
|
+ <button class="btn btn-info w-75 h-25 mt-3 text-white" style="height: 60px"><h4>退出登录</h4></button></a>
|
|
|
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
|
|
|
@csrf
|
|
|
</form>
|