10 lines
236 B
Vue
10 lines
236 B
Vue
|
|
<!-- putAway:出库单入库 -->
|
|||
|
|
<template>
|
|||
|
|
<search-list type="stockOut-outbound" :onDetail="onDetail" :query="{ billType: '0' }" />
|
|||
|
|
</template>
|
|||
|
|
<script setup>
|
|||
|
|
import SearchList from '../../components/SearchList.vue';
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
</script>
|