gaoshp
2024-05-10 2284792f5a9ca857c3d5fb7c8774b9612881f49d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
 * @Date: 2024-05-07 22:52:01
 * @LastEditors: Sneed
 * @LastEditTime: 2024-05-07 22:52:21
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/basic-data/material-warehousing-data/Material-warehousing-data.vue
-->
<template>
    <div>
        出入库类型
    </div>
</template>
 
<script>
export default {
 
}
</script>
 
<style lang="scss" scoped></style>