|
|
@@ -51,14 +51,12 @@
|
|
|
v-else
|
|
|
ref="shelfRef"
|
|
|
:shelfCode="workBinNo"
|
|
|
- :highlightCells="barcodeActive.locationId"
|
|
|
- :rows="4"
|
|
|
- :cols="2"
|
|
|
+ :highlightCells="[barcodeActive.locationId]"
|
|
|
+ :rows="barcodeActive.containerRow"
|
|
|
+ :cols="barcodeActive.containerCol"
|
|
|
></shelf>
|
|
|
</div>
|
|
|
<div style="font-size: 14px;" v-if="barcodeActive.gridNum" >料箱格口:{{ barcodeActive.gridNum }}</div>
|
|
|
-<!-- <div style="font-size: 14px;" v-else >料箱格口:请手动扫描</div>-->
|
|
|
- <!-- 货架组件 -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="putaway-bottom" v-if="equipmentBarcodeList.length>0">
|