10 lines
193 B
Vue
10 lines
193 B
Vue
<template>
|
|
<!-- 我的入库单 -->
|
|
<search-list type="stockIn" :onDetail="onDetail" />
|
|
</template>
|
|
<script setup>
|
|
import SearchList from '../../components/SearchList.vue';
|
|
|
|
|
|
|
|
</script> |