This website works better with JavaScript
Home
Explore
Help
Sign In
shuhi
/
shuhi-ui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix Bug
haveyou
1 year ago
parent
4d7b8084bc
commit
0bd5fd1316
3 changed files
with
15 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/views/recycleService/stockIn/index.vue
5
0
src/views/recycleService/stockOff/index.vue
5
0
src/views/recycleService/stockOut/index.vue
+ 5
- 0
src/views/recycleService/stockIn/index.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 入库
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOff/index.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 下架
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOut/index.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 出库
+ </div>
+</template>