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

13 lines
193 B
Vue

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