|
|
@@ -50,27 +50,27 @@
|
|
|
<div class="mt-2 h-75">
|
|
|
<table class="table table-sm table-bordered border-dark w-100 h-100 text-center" style="cursor: pointer">
|
|
|
<tr>
|
|
|
- <th :class="[shelfOccupy['HAIB1-03-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-03'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-03-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-03'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-03-03')">HAIB1-03-03</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-02-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-03'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-02-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-03'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-02-03')">HAIB1-02-03</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-01-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-03'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-01-03'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-03'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-01-03')">HAIB1-01-03</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th :class="[shelfOccupy['HAIB1-03-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-02'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-03-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-02'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-03-02')">HAIB1-03-02</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-02-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-02'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-02-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-02'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-02-02')">HAIB1-02-02</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-01-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-02'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-01-02'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-02'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-01-02')">HAIB1-01-02</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th :class="[shelfOccupy['HAIB1-03-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-01'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-03-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-03-01'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-03-01')">HAIB1-03-01</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-02-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-01'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-02-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-02-01'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-02-01')">HAIB1-02-01</th>
|
|
|
- <th :class="[shelfOccupy['HAIB1-01-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-01'] ? 'box-shadow-dark' : '']"
|
|
|
+ <th class="d-block" :class="[shelfOccupy['HAIB1-01-01'] ? 'bg-danger' : 'bg-success',selectedBox['HAIB1-01-01'] ? 'box-shadow-dark' : '']"
|
|
|
@click="fillingBox('HAIB1-01-01')">HAIB1-01-01</th>
|
|
|
</tr>
|
|
|
</table>
|