✨ feat: 仓库管理
This commit is contained in:
13
gear-ui3/src/views/wms/stockIo/out.vue
Normal file
13
gear-ui3/src/views/wms/stockIo/out.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<StockIoPage ioType="out" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import StockIoPage from './panels/stockIoPage.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
StockIoPage
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user