完善入库跳转以及出库创建页面
This commit is contained in:
10
pages/warehousing/StockOut/outbound.vue
Normal file
10
pages/warehousing/StockOut/outbound.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- putAway:出库单入库 -->
|
||||
<template>
|
||||
<search-list type="stockOut-outbound" :onDetail="onDetail" :query="{ billType: '0' }" />
|
||||
</template>
|
||||
<script setup>
|
||||
import SearchList from '../../components/SearchList.vue';
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user