入库流程对接完毕
This commit is contained in:
9
pages/warehousing/StockIn/my.vue
Normal file
9
pages/warehousing/StockIn/my.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<search-list type="stockIn" :onDetail="onDetail" />
|
||||
</template>
|
||||
<script setup>
|
||||
import SearchList from '../../components/SearchList.vue';
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user