7 lines
191 B
Vue
7 lines
191 B
Vue
<template>
|
|
<!-- 我的出库单 -->
|
|
<search-list type="stockOut" :onDetail="onDetail" />
|
|
</template>
|
|
<script setup>
|
|
import SearchList from '../../components/SearchList.vue';
|
|
</script> |