cz il y a 1 an
Parent
commit
07e818d282
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      src/views/WDLY/outInBound/record/index.vue

+ 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([]);