Files
hazardousWaste_app/pages/warehousing/StockIn/putaway.vue
2026-04-03 08:38:34 +08:00

10 lines
234 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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