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

13 lines
193 B
Vue

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