仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmMes
DM云工厂标准版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
标准版h5
Mr.Shi
2023-08-11
b15a83329e33a954f41c9558b58aa1a64332c46b
[productDev/dmMes.git]
/
h5_standard
/
src
/
views
/
needToBeDealtWith
/
addWarehousing.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
<div class="page">
新增入库
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
.page {
width: 100%;
height: 100%;
position: absolute;
background: #F7F7F7;
}
</style>