Files
xgy-oa/klp-ui/src/views/wms/stockIo/in.vue

13 lines
192 B
Vue

<template>
<StockIoPage ioType="in" />
</template>
<script>
import StockIoPage from './panels/stockIoPage.vue';
export default {
components: {
StockIoPage
}
}
</script>