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