Files
GEAR-OA/gear-ui3/src/views/wms/stockIo/in.vue
2025-09-17 15:59:03 +08:00

13 lines
192 B
Vue

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