This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
shuhi
/
shuhi-ui
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix Bug
haveyou
hai 1 ano
pai
4d7b8084bc
achega
0bd5fd1316
Modificáronse 3 ficheiros
con
15 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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
Ver ficheiro
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 入库
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOff/index.vue
Ver ficheiro
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 下架
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOut/index.vue
Ver ficheiro
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 出库
+ </div>
+</template>