|
|
@@ -14,7 +14,7 @@
|
|
|
</div>
|
|
|
<div class="big-task-button">
|
|
|
<div class="big-button" @click="onTypeOrder(item,'LOCATION_PICK')" >按库位查看</div>
|
|
|
- <div class="big-button" @click="onTypeOrder(item,'AISLE_PICK')">按库位查看</div>
|
|
|
+ <div class="big-button" @click="onTypeOrder(item,'AISLE_PICK')">按巷道查看</div>
|
|
|
<div class="big-button" @click="onTypeOrder(item,'ITEM_PICK')" >按商品查看</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -86,7 +86,7 @@ const props = defineProps({
|
|
|
});
|
|
|
const typeMap={
|
|
|
'LOCATION_PICK':'库位',
|
|
|
- 'AISLE_PICK':'设备',
|
|
|
+ 'AISLE_PICK':'巷道',
|
|
|
'ITEM_PICK':'商品'
|
|
|
}
|
|
|
const isIndeterminate=ref(false)
|