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

10 lines
234 B
Vue
Raw Normal View History

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