This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
shuhi
/
shuhi-ui
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
fix Bug
haveyou
il y a 1 an
Parent
4d7b8084bc
commit
0bd5fd1316
3 fichiers modifiés
avec
15 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
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
Voir le fichier
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 入库
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOff/index.vue
Voir le fichier
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 下架
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOut/index.vue
Voir le fichier
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 出库
+ </div>
+</template>