haveyou 1 년 전
부모
커밋
0bd5fd1316
3개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/recycleService/stockIn/index.vue
  2. 5 0
      src/views/recycleService/stockOff/index.vue
  3. 5 0
      src/views/recycleService/stockOut/index.vue

+ 5 - 0
src/views/recycleService/stockIn/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div>
+        入库
+    </div>
+</template>

+ 5 - 0
src/views/recycleService/stockOff/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div>
+        下架
+    </div>
+</template>

+ 5 - 0
src/views/recycleService/stockOut/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div>
+        出库
+    </div>
+</template>