🦄 refactor: 入库出库和移库单独的二级页面移除采购推荐
This commit is contained in:
13
klp-ui/src/views/wms/stockIo/move.vue
Normal file
13
klp-ui/src/views/wms/stockIo/move.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<StockIoPage ioType="move" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import StockIoPage from './panels/stockIoPage.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
StockIoPage
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user