Files
hazardousWaste_app/pages/warehousing/StockOut/my.vue

7 lines
191 B
Vue
Raw Normal View History

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