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