🦄 refactor: 入库出库和移库单独的二级页面移除采购推荐

This commit is contained in:
砂糖
2025-08-11 09:37:28 +08:00
parent 285c642243
commit 673561c186
5 changed files with 541 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
<template>
<StockIoPage ioType="move" />
</template>
<script>
import StockIoPage from './panels/stockIoPage.vue';
export default {
components: {
StockIoPage
}
}
</script>