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

10 lines
193 B
Vue
Raw Normal View History

2026-04-03 08:38:34 +08:00
<template>
<!-- 我的入库单 -->
2026-04-03 08:38:34 +08:00
<search-list type="stockIn" :onDetail="onDetail" />
</template>
<script setup>
import SearchList from '../../components/SearchList.vue';
</script>