cz 1 жил өмнө
parent
commit
07e818d282

+ 8 - 0
src/views/WDLY/outInBound/record/index.vue

@@ -145,6 +145,14 @@ const typeList = ref([
     label: "生产任务出库",
     value: "20",
   },
+  {
+    label: "良品转次品",
+    value: "21",
+  },
+  {
+    label: "次品转良品",
+    value: "22",
+  },
 ]);
 const warehouseList = ref([]);
 const productUnit = ref([]);